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

@ -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