This commit is contained in:
wanlop run 2024-01-30 19:40:39 +07:00
parent 7fe7ed29e9
commit 7085ebb683
19 changed files with 315 additions and 4 deletions

View file

@ -910,9 +910,13 @@
Var text5Img = "/text5-MYR.png"
EndIf
If CountryName = "Indonesia" Then
Var text5Img = "/text5-IDR.png"
EndIf
If CountryName = "Indonesia" Then
Var text5Img = "/text5-IDR.png"
EndIf
If CountryName = "Singapore" Then
Var text5Img = "/text5-SGD.png"
EndIf
INT TaobinCredit

View file

@ -134,6 +134,7 @@
Var MaxNumber = 10
;inter-max-number
If CountryName = "Malaysia" Then
Var MaxNumber = 11
EndIf
@ -142,6 +143,10 @@
Var MaxNumber = 12
EndIf
If CountryName = "Singapore" Then
Var MaxNumber = 10
EndIf
If PromotionIDCurrentOrder = 2 Then
Var text_x = "/text_4.png"

View file

@ -660,6 +660,10 @@
Var Seeker.FromConsent = 0
EndIf
If CountryName = "Singapore" Then
Var Seeker.FromConsent = 0
EndIf
</EventOpen>

View file

@ -35,7 +35,8 @@
EndIf
Var imgGetChange = "/imgGetChange.png"
;inter-image
If CountryName = "Malaysia" Then
Var imgGetChange = "/imgGetChange-MYR.png"
EndIf
@ -44,6 +45,11 @@
Var imgGetChange = "/imgGetChange-IDR.png"
EndIf
If CountryName = "Singapore" Then
Var imgGetChange = "/imgGetChange-SGP.png"
EndIf
;INT StoreCreditAmount
Var StoreCreditAmountStr !assigned StringFmt( StoreCreditAmount, DisplayFormat, PreScaleConvertShow )

View file

@ -61,6 +61,7 @@
Var Min = PayAmountSubDiscount
Var Max = 5000
;inter-image
If CountryName = "Malaysia" Then
Var text_44 = "/text_44-MYR.png"
Var text_show_amountInvalid = "/text_show_amountInvalid-MYR.png"
@ -71,6 +72,16 @@
EndIf
If CountryName = "Singapore" Then
Var text_44 = "/text_44-SGP.png"
Var text_show_amountInvalid = "/text_show_amountInvalid-SGP.png"
Var text_show_amountInvalid2 = "/text_show_amountInvalid2-SGP.png"
;Var Min = 2
Var Max = 500
EndIf
If CountryName = "Indonesia" Then
Var text_44 = "/text_44-IDR.png"
Var text_show_amountInvalid = "/text_show_amountInvalid-IDR.png"

View file

@ -45,6 +45,7 @@
Var img_popup11 = "/img_popup11.png"
Var img_popup15 = "/img_popup15.png"
;inter-image
If CountryName = "Malaysia" Then
Var img_popup11 = "/img_popup11-MYR.png"
Var img_popup15 = "/img_popup15-MYR.png"
@ -56,6 +57,11 @@
Var img_popup15 = "/img_popup15-IDR.png"
EndIf
If CountryName = "Singapore" Then
Var img_popup11 = "/img_popup11-SGP.png"
Var img_popup15 = "/img_popup15-SGP.png"
Var AmountNumber = AmountNumber * 100
EndIf

View file

@ -93,6 +93,10 @@
Var img_popup11 = "/img_popup11-IDR.png"
EndIf
If CountryName = "Singapore" Then
Var img_popup11 = "/img_popup11-SGP.png"
EndIf
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>

View file

@ -33,6 +33,7 @@
Var img_popup15 = "/img_popup15.png"
;inter-image
If CountryName = "Malaysia" Then
Var img_popup15 = "/img_popup15-MYR.png"
EndIf
@ -41,6 +42,10 @@
Var img_popup15 = "/img_popup15-IDR.png"
EndIf
If CountryName = "Singapore" Then
Var img_popup15 = "/img_popup15-SGP.png"
EndIf
DEBUGVAR Seeker.TNumberTaobinCredit
</EventOpen>

View file

@ -179,6 +179,10 @@
Var remainCredit = "/remainCredit-AUD.png"
EndIf
If CountryName = "Singapore" Then
Var remainCredit = "/remainCredit-SGP.png"
EndIf
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/sometime/script_thankyou.ev"