2024-08-07 09:21:34 +07:00
|
|
|
|
|
|
|
|
; default
|
|
|
|
|
Var PageCollectPoint1 = "ROOT/taobin_project/xml/page_collect_point_1.xml"
|
|
|
|
|
|
2024-08-07 18:27:09 +07:00
|
|
|
If CountryName = "Australia" Then
|
|
|
|
|
Var PageCollectPoint1 = "ROOT/taobin_project/inter/aus/xml/page_collect_point_1.lxml"
|
2024-08-07 09:21:34 +07:00
|
|
|
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
|