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