THA: Added 7.7 discount up to 35% promotion

This commit is contained in:
Kenta420 2025-06-24 15:26:14 +07:00
parent 0c9af6b363
commit 34646691c0
45 changed files with 792 additions and 0 deletions

View file

@ -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