MYS: fix sold cups text, add pro free oreo & pay later mode
This commit is contained in:
parent
931d2589dc
commit
df92339460
6 changed files with 75 additions and 9 deletions
|
|
@ -24,6 +24,10 @@ Var FromProYuzu = 0
|
|||
; Pro free oreo topping
|
||||
Var PromotionOreoToppingFreeEnable = 0
|
||||
|
||||
|
||||
; Pay later mode
|
||||
Var EnablePayLaterMode = 0
|
||||
|
||||
If SystemDateMonthInt = 6 Then
|
||||
If SystemDateDayInt >= 15 Then
|
||||
Var ProThaiTeaEnable = 1
|
||||
|
|
@ -62,4 +66,14 @@ EndIf
|
|||
If BoxID = 177746 Then
|
||||
Var ProThaiTeaEnable = 1
|
||||
Var ProYuzuEnable = 1
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
|
||||
Var EnablePayLaterMode = 1
|
||||
|
||||
;Var AdvertiseProfile = "00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00"
|
||||
EndIf
|
||||
|
||||
;If BoxID = Something Then
|
||||
; Var EnablePayLaterMode = 1
|
||||
;
|
||||
;EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue