add SGP
This commit is contained in:
parent
7fe7ed29e9
commit
7085ebb683
19 changed files with 315 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -660,6 +660,10 @@
|
|||
Var Seeker.FromConsent = 0
|
||||
EndIf
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Var Seeker.FromConsent = 0
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue