THAI: Discount promotions [topping_select7, 8]

This commit is contained in:
Ittipat Lusuk 2025-07-10 01:06:48 +07:00
parent a020f80ae0
commit 2fbacb359f
9 changed files with 501 additions and 21 deletions

View file

@ -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