THAI: Discount promotions [topping_select7, 8]
This commit is contained in:
parent
a020f80ae0
commit
2fbacb359f
9 changed files with 501 additions and 21 deletions
|
|
@ -446,6 +446,21 @@ If CART_COUNT = 0 Then
|
|||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If hot_button_state = "PressForever" Then
|
||||
Var IndexDrinktType = 0
|
||||
EndIf
|
||||
If cold_button_state = "PressForever" Then
|
||||
Var IndexDrinktType = 1
|
||||
EndIf
|
||||
If blend_button_state = "PressForever" Then
|
||||
Var IndexDrinktType = 2
|
||||
EndIf
|
||||
|
||||
Var Seeker.PriceMain = PriceMain[IndexDrinktType]
|
||||
Var Seeker.PriceDiscount = PriceDiscount[IndexDrinktType]
|
||||
Var Seeker.PriceTag = PriceTag[IndexDrinktType]
|
||||
|
||||
EndIf
|
||||
|
||||
Else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue