remove file
This commit is contained in:
parent
b06c62a90e
commit
aa8c02211a
15 changed files with 150 additions and 135 deletions
|
|
@ -57,10 +57,11 @@
|
|||
Var img_popup2 = "/img_popup2.png"
|
||||
Var img_popup3 = "/img_popup3.png"
|
||||
|
||||
;inter-image
|
||||
If CountryName = "Malaysia" Then
|
||||
Var img_popup2 = "/img_popup2-MYR.png"
|
||||
Var img_popup3 = "/img_popup3-MYR.png"
|
||||
;inter-condition
|
||||
;inter-image not use. because customer auto assige member.
|
||||
If CountryName = "Malaysia" Then
|
||||
;Var img_popup2 = "/img_popup2-MYR.png"
|
||||
;Var img_popup3 = "/img_popup3-MYR.png"
|
||||
|
||||
Var MemberState1 = "Enable"
|
||||
Var MemberState2 = "Invisible"
|
||||
|
|
@ -68,8 +69,8 @@
|
|||
EndIf
|
||||
|
||||
If CountryName = "Indonesia" Then
|
||||
Var img_popup2 = "/img_popup2-IDR.png"
|
||||
Var img_popup3 = "/img_popup3-IDR.png"
|
||||
;Var img_popup2 = "/img_popup2-IDR.png"
|
||||
;Var img_popup3 = "/img_popup3-IDR.png"
|
||||
|
||||
Var MemberState1 = "Enable"
|
||||
Var MemberState2 = "Invisible"
|
||||
|
|
@ -77,8 +78,8 @@
|
|||
EndIf
|
||||
|
||||
If CountryName = "Australia" Then
|
||||
Var img_popup2 = "/img_popup2-AUS.png"
|
||||
Var img_popup3 = "/img_popup3-AUS.png"
|
||||
;Var img_popup2 = "/img_popup2-AUS.png"
|
||||
;Var img_popup3 = "/img_popup3-AUS.png"
|
||||
|
||||
Var MemberState1 = "Enable"
|
||||
Var MemberState2 = "Invisible"
|
||||
|
|
@ -86,8 +87,8 @@
|
|||
EndIf
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Var img_popup2 = "/img_popup2-SGP.png"
|
||||
Var img_popup3 = "/img_popup3-SGP.png"
|
||||
;Var img_popup2 = "/img_popup2-SGP.png"
|
||||
;Var img_popup3 = "/img_popup3-SGP.png"
|
||||
|
||||
Var MemberState1 = "Enable"
|
||||
Var MemberState2 = "Invisible"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue