DO oatmilk
This commit is contained in:
parent
e0691c5eba
commit
f8e5f47f44
3 changed files with 617 additions and 1129 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -4161,15 +4161,7 @@
|
|||
|
||||
Var CerealMilkAddAmount = SubMenuPrice1 - PriceDrinkNoTop
|
||||
|
||||
If CerealMilkAddAmount = 0 Then
|
||||
Var CerealMilkPrice = "(+฿10)"
|
||||
|
||||
Else
|
||||
Var CerealMilkPrice = "(+฿" + CerealMilkAddAmount
|
||||
Var CerealMilkPrice = CerealMilkPrice + ")"
|
||||
|
||||
Var CerealMilkPrice = "(+฿10)"
|
||||
EndIf
|
||||
Var CerealMilkPrice = "(+฿5)"
|
||||
|
||||
DEBUGVAR SubMenuPrice1
|
||||
DEBUGVAR CerealMilkAddAmount
|
||||
|
|
@ -4257,7 +4249,8 @@
|
|||
|
||||
If CerealMilkEnable = "Press" Then
|
||||
If MenuCodeName1 = "Cereal-Milk" Then
|
||||
Var TOPPING_PRICE = TOPPING_PRICE + CerealMilkAddAmount
|
||||
;Var TOPPING_PRICE = TOPPING_PRICE + CerealMilkAddAmount
|
||||
Var TOPPING_PRICE = TOPPING_PRICE + 5
|
||||
Var DisableUsingCode = "true"
|
||||
Var UserSelectProductCode = SubMenuProductCode1
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue