taobin_project/xml/open_page_collect_point.ev
2024-11-27 14:58:15 +07:00

24 lines
744 B
Text

; default
Var PageCollectPoint1 = "ROOT/taobin_project/xml/page_collect_point_1.xml"
If InternationalEnable = 1 Then
If CountryName = "Thailand" Then
; Use this between testing.
Var PageCollectPoint1 = "ROOT/taobin_project/xml/page_collect_point_1.xml"
Else
Var PageCollectPoint1 = CountryRootPath + "/xml/page_collect_point_1.lxml"
EndIf
EndIf
If CountryName = "Singapore" Then
; ask-if-member-yet
Var MemberPrompt = CountryRootPath + "xml/page_member_prompt.lxml"
If SettingIgnoreCollectPoint = 1 Then
Var PageCollectPoint1 = "ROOT/taobin_project/inter/sgp/xml/page_collect_point_1.lxml"
Else
Var PageCollectPoint1 = MemberPrompt
EndIf
EndIf
Open PageCollectPoint1