THA: Added 7.7 discount up to 35% promotion
This commit is contained in:
parent
0c9af6b363
commit
34646691c0
45 changed files with 792 additions and 0 deletions
|
|
@ -98,6 +98,9 @@ Var TaiwaneseTeaPro = 0
|
|||
; Americano, 1 - 31 July
|
||||
Var AmericanoPro = 0
|
||||
|
||||
;7.7 discount code, 7 - 13 July
|
||||
Var Discount7_7Pro = 0
|
||||
|
||||
Var NewCollectPoint = 1
|
||||
Var PaymentCodeShouldCollectPromotionPoint = 0
|
||||
|
||||
|
|
@ -181,6 +184,12 @@ If SystemDateMonthInt = 7 Then
|
|||
Var AmericanoPro = 1
|
||||
Var TaiwaneseTeaPro = 1
|
||||
|
||||
If SystemDateDayInt >= 7 Then
|
||||
If SystemDateDayInt <= 13 Then
|
||||
Var Discount7_7Pro = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue