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

@ -124,6 +124,9 @@
Var PriceDrink = OriginalPrice + TOPPING_PRICE
EndIf
If Seeker.PriceDiscount > 0 Then
Var PriceDrink = Seeker.PriceMain + TOPPING_PRICE
EndIf
DEBUGVAR PriceDrink
DEBUGVAR PromotionPriceDrink