MYS: add promotion Yuzu price 250

This commit is contained in:
Pakin 2024-09-16 17:11:48 +07:00
parent ac05554539
commit d55ed66d6e
35 changed files with 15306 additions and 365 deletions

View file

@ -20,6 +20,10 @@ Var FromProThaiTea = 0
Var ProYuzuEnable = 0
Var FromProYuzu = 0
; Yuzu Promo
Var ProYuzu250Enable = 0
Var FromProYuzu250 = 0
; Pro free oreo topping
Var PromotionOreoToppingFreeEnable = 0
@ -40,37 +44,6 @@ Var EnablePayLaterMode = 0
; Slide show Video
Var UseSlideShowVideo = 0
If SystemDateMonthInt = 6 Then
If SystemDateDayInt >= 15 Then
Var ProThaiTeaEnable = 1
Else
Var ProThaiTeaEnable = 0
EndIf
EndIf
If SystemDateMonthInt = 7 Then
Var ProThaiTeaEnable = 1
If SystemDateDayInt >= 15 Then
Var ProYuzuEnable = 1
Else
Var ProYuzuEnable = 0
EndIf
EndIf
If SystemDateMonthInt = 8 Then
If SystemDateDayInt < 31 Then
Var ProThaiTeaEnable = 1
Var ProYuzuEnable = 1
Else
Var ProThaiTeaEnable = 0
Var ProYuzuEnable = 0
Var PromotionOreoToppingFreeEnable = 1
EndIf
EndIf
If SystemDateMonthInt = 9 Then
If SystemDateDayInt < 17 Then
Var PromotionOreoToppingFreeEnable = 1
@ -86,16 +59,29 @@ If SystemDateMonthInt = 10 Then
If SetProReduceByBO = 1 Then
Var ProReducedPriceEnable = 1
EndIf
Var ProYuzu250Enable = 1
EndIf
If SystemDateMonthInt = 11 Then
If SetProReduceByBO = 1 Then
Var ProReducedPriceEnable = 1
EndIf
Var ProYuzu250Enable = 1
EndIf
If SystemDateMonthInt = 12 Then
Var ProYuzu250Enable = 1
EndIf
If SystemDateMonthInt = 1 Then
If SystemDateDayInt < 16 Then
Var ProYuzu250Enable = 1
Else
Var ProYuzu250Enable = 0
EndIf
EndIf
If BoxID = 177746 Then
Var ProThaiTeaEnable = 1
@ -107,6 +93,9 @@ If BoxID = 177746 Then
;Var AdvertiseProfile = "00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00"
Var UseSlideShowVideo = 0
Var ProReducedPriceEnable = 0
Var ProYuzu250Enable = 1
EndIf
If BoxID = 210037 Then
@ -124,4 +113,4 @@ EndIf
;If BoxID = Something Then
; Var EnablePayLaterMode = 1
;
;EndIf
;EndIf