add SGP
This commit is contained in:
parent
7fe7ed29e9
commit
7085ebb683
19 changed files with 315 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue