THAI: Add pro Pepsi second cup 30 & change pepsi logo in menu
This commit is contained in:
parent
6291622e02
commit
187689d96e
101 changed files with 15797 additions and 26 deletions
|
|
@ -64,6 +64,11 @@ Var ProPeachEnable = 0
|
|||
Var ProBadValentineEnable = 0
|
||||
Var FromBadValentinePro = 0
|
||||
|
||||
; Enable Pepsi Second Cup 30, Mar 1 - 17, but get discount code only 4-8 and 11-15 Mar
|
||||
Var PepsiSecondCup30Enable = 0
|
||||
Var PepsiSecondCup30DiscountEnable = 0
|
||||
Var FromPepsiSecondCup30 = 0
|
||||
|
||||
Var NewCollectPoint = 1
|
||||
|
||||
Var NewFlowPaymentCode = 0
|
||||
|
|
@ -126,16 +131,40 @@ If SystemDateMonthInt = 2 Then
|
|||
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 3 Then
|
||||
If SystemDateDayInt >= 1 Then
|
||||
If SystemDateDayInt <= 17 Then
|
||||
Var PepsiSecondCup30Enable = 1
|
||||
|
||||
If SystemDateDayInt >= 4 Then
|
||||
If SystemDateDayInt <= 8 Then
|
||||
Var PepsiSecondCup30DiscountEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt >= 11 Then
|
||||
If SystemDateDayInt <= 15 Then
|
||||
Var PepsiSecondCup30DiscountEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If BoxID = 173149 Then
|
||||
Var ProPeachEnable = 0
|
||||
Var ProBadValentineEnable = 1
|
||||
Var ProBadValentineEnable = 0
|
||||
Var PepsiSecondCup30Enable = 1
|
||||
Var PepsiSecondCup30DiscountEnable = 1
|
||||
Var NewFlowPaymentCode = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 200435 Then
|
||||
Var ProPeachEnable = 1
|
||||
Var ProBadValentineEnable = 0
|
||||
Var PepsiSecondCup30Enable = 1
|
||||
Var PepsiSecondCup30DiscountEnable = 1
|
||||
Var NewFlowPaymentCode = 1
|
||||
EndIf
|
||||
|
||||
|
|
@ -145,7 +174,9 @@ If BoxID = 201316 Then
|
|||
EndIf
|
||||
|
||||
If BoxID = 105005 Then
|
||||
Var ProBadValentineEnable = 1
|
||||
Var ProBadValentineEnable = 0
|
||||
Var PepsiSecondCup30Enable = 1
|
||||
Var PepsiSecondCup30DiscountEnable = 1
|
||||
Var NewFlowPaymentCode = 1
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue