THAI: Super Update promotions
This commit is contained in:
parent
c608e96c6c
commit
f22d473ef8
73 changed files with 110 additions and 50 deletions
|
|
@ -138,7 +138,7 @@ Var JemilaRewardOutOfStock = 0
|
|||
Var HalloweenPro = 0
|
||||
Var FromHalloweenPro = 0
|
||||
|
||||
; Weekday discount, 4 Nov - 31 Dec
|
||||
; Weekday discount, 4 Nov - 30 Nov
|
||||
Var WeekdayDiscountPro = 0
|
||||
Var WeekdayDiscountProEventOn = 0
|
||||
Var FromWeekdayDiscountProEventOn = 0
|
||||
|
|
@ -475,7 +475,7 @@ EndIf
|
|||
|
||||
|
||||
If OreoEnable = "true" Then
|
||||
|
||||
|
||||
Else
|
||||
Var OreoDiscount11Pro = 0
|
||||
EndIf
|
||||
|
|
@ -489,6 +489,11 @@ Var CurrentMainVideoTemp = 0
|
|||
READ_FILE "/mnt/sdcard/coffeevending/jemila_reward_out_of_stock" JemilaRewardOutOfStock
|
||||
DEBUGVAR JemilaRewardOutOfStock
|
||||
|
||||
READ_FILE "/mnt/sdcard/coffeevending/pro_oreo_11_disable" Oreo11DisableFromFile
|
||||
DEBUGVAR Oreo11DisableFromFile
|
||||
If Oreo11DisableFromFile = 1 Then
|
||||
Var OreoDiscount11Pro = 0
|
||||
EndIf
|
||||
|
||||
; Control collect promotion point behavior
|
||||
Var New_Payment = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue