Add mode flash deal
This commit is contained in:
parent
427103e1e1
commit
d016d93c55
60 changed files with 130864 additions and 0 deletions
48
flash_deal/topping_page.ev
Normal file
48
flash_deal/topping_page.ev
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
|
||||
;DEBUGVAR SystemDateMonthInt
|
||||
;DEBUGVAR SystemDateDayInt
|
||||
|
||||
; Reset flag away.
|
||||
Var PromotionOreoToppingFreeEnable = 0
|
||||
|
||||
If SystemDateMonthInt = 9 Then
|
||||
|
||||
If SystemDateDayInt = 6 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
|
||||
EndIf
|
||||
If SystemDateDayInt = 7 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
|
||||
EndIf
|
||||
If SystemDateDayInt = 8 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
|
||||
EndIf
|
||||
If SystemDateDayInt = 9 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
|
||||
EndIf
|
||||
If SystemDateDayInt = 10 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If PromotionOreoToppingFreeEnable = 1 Then
|
||||
|
||||
SAVELOG "PromotionOreoToppingFreeEnable set!"
|
||||
Var toppingID6price2 = 0
|
||||
If show_eng = "true" Then
|
||||
|
||||
Var text_price_6 = "(9.9 FREE DEAL)"
|
||||
Else
|
||||
Var text_price_6 = "(9.9 แจกจัดหนัก)"
|
||||
EndIf
|
||||
|
||||
Var text_color_6 = "0x2741A2"
|
||||
Else
|
||||
Var text_color_6 = "0x84776F"
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue