This commit is contained in:
pichet 2023-06-13 15:54:54 +07:00
parent 6cb54114d6
commit 05d17d2617
5 changed files with 2197 additions and 0 deletions

View file

@ -75,6 +75,15 @@
Var MemberState3 = "Invisible"
EndIf
If CountryName = "Australia" Then
Var img_popup2 = "/img_popup2-AUS.png"
Var img_popup3 = "/img_popup3-AUS.png"
Var MemberState1 = "Enable"
Var MemberState2 = "Invisible"
Var MemberState3 = "Invisible"
EndIf