taobin_project/xml/open_page_collect_point.ev

25 lines
744 B
Text
Raw Normal View History

2024-08-07 09:21:34 +07:00
; default
Var PageCollectPoint1 = "ROOT/taobin_project/xml/page_collect_point_1.xml"
2024-10-01 15:05:26 +07:00
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
2024-08-07 09:21:34 +07:00
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