add 15THB pro
This commit is contained in:
parent
de6cac5318
commit
c3d5382f66
46 changed files with 13196 additions and 24 deletions
|
|
@ -1 +1 @@
|
|||
/event/promotion_Tamatian.xml
|
||||
/event/promotion_15THB.xml
|
||||
9981
xml/event/promotion_15THB.xml
Normal file
9981
xml/event/promotion_15THB.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1 +1 @@
|
|||
Open "ROOT/taobin_project/xml/page_catalog_group_pro_melon.xml"
|
||||
Open "ROOT/taobin_project/xml/page_catalog_group_pro_15THB.xml"
|
||||
|
|
|
|||
|
|
@ -13,20 +13,21 @@ Else
|
|||
; zone promote
|
||||
If OpenFromPageBoard = 1 Then
|
||||
|
||||
If PepweenEnable = 1 Then
|
||||
Var BigButtonEnable = "Enable"
|
||||
OpenInst 2 "ROOT/taobin_project/xml/event/promotion_pepween.xml"
|
||||
Var OpenFromPageBoard = 0
|
||||
|
||||
Else
|
||||
OpenInst 2 "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
|
||||
EndIf
|
||||
If pro15THBEnable = 1 Then
|
||||
Var BigButtonEnable = "Enable"
|
||||
OpenInst 2 "ROOT/taobin_project/xml/event/promotion_15THB.xml"
|
||||
Var OpenFromPageBoard = 0
|
||||
|
||||
Else
|
||||
If PepweenEnable = 1 Then
|
||||
; Temporary debug
|
||||
Var BigButtonEnable = "Enable"
|
||||
Open "ROOT/taobin_project/xml/event/promotion_pepween.xml"
|
||||
OpenInst 2 "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
|
||||
EndIf
|
||||
Else
|
||||
If pro15THBEnable = 1 Then
|
||||
|
||||
; Temporary debug
|
||||
Var BigButtonEnable = "Enable"
|
||||
Open "ROOT/taobin_project/xml/event/promotion_15THB.xml"
|
||||
|
||||
Else
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,9 @@ Var MayDayRunEnable = 0
|
|||
Var MilkChoiceVeganEnable = 0
|
||||
|
||||
|
||||
; Enable pro 15 THB, November 1 - 30
|
||||
Var pro15THBEnable = 0
|
||||
|
||||
|
||||
If SystemDateMonthInt = 10 Then
|
||||
|
||||
|
|
@ -63,7 +66,7 @@ EndIf
|
|||
|
||||
If SystemDateMonthInt = 11 Then
|
||||
Var PepweenEnable = 0
|
||||
|
||||
Var pro15THBEnable = 1
|
||||
If SystemDateDayInt = 1 Then
|
||||
If SystemTimeHourInt < 5 Then
|
||||
Var PepweenEnable = 1
|
||||
|
|
@ -78,6 +81,7 @@ EndIf
|
|||
If BoxID = 173149 Then
|
||||
Var PepweenEnable = 1
|
||||
Var MilkChoiceVeganEnable = 1
|
||||
Var pro15THBEnable = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 176757 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue