; 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