MYS: add disabled buttons & show name for pro mystery, WIP staging e-receipt
This commit is contained in:
parent
ccbd8f8071
commit
cfb19451ad
27 changed files with 2051 additions and 1238 deletions
|
|
@ -293,6 +293,16 @@
|
|||
If CountDownThankyou = 0 Then
|
||||
|
||||
If IgnoreNetCore = "true" Then
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
|
||||
|
|
@ -316,9 +326,27 @@
|
|||
If LuckyDrawCampaign = 1 Then
|
||||
Open "ROOT/taobin_project/xml/sometime/page_campaign_ads_lucky_draw.xml"
|
||||
Else
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
Else
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -330,6 +358,15 @@
|
|||
Var CleanFeedBackToCollectPoint = 0
|
||||
Open "ROOT/taobin_project/xml/page_clean_feedback.xml"
|
||||
Else
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -495,6 +532,15 @@
|
|||
If LuckyDrawCampaign = 1 Then
|
||||
Open "ROOT/taobin_project/xml/sometime/page_campaign_ads_lucky_draw.xml"
|
||||
Else
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -503,6 +549,17 @@
|
|||
Var CleanFeedBackToCollectPoint = 0
|
||||
Open "ROOT/taobin_project/xml/page_clean_feedback.xml"
|
||||
Else
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -557,6 +614,17 @@
|
|||
If LuckyDrawCampaign = 1 Then
|
||||
Open "ROOT/taobin_project/xml/sometime/page_campaign_ads_lucky_draw.xml"
|
||||
Else
|
||||
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -565,6 +633,15 @@
|
|||
Var CleanFeedBackToCollectPoint = 0
|
||||
Open "ROOT/taobin_project/xml/page_clean_feedback.xml"
|
||||
Else
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue