AUS: Update collect point
This commit is contained in:
parent
931d2589dc
commit
0f9b288875
14 changed files with 1166 additions and 140 deletions
19
xml/open_page_collect_point.ev
Normal file
19
xml/open_page_collect_point.ev
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
; default
|
||||
Var PageCollectPoint1 = "ROOT/taobin_project/xml/page_collect_point_1.xml"
|
||||
|
||||
If Country = "Australia" Then
|
||||
Var PageCollectPoint1 = "ROOT/taobin_project/inter/aus/xml/page_collect_point_1.xml"
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue