DUBAI: Invisible Topping

This commit is contained in:
thanawat saiyota 2024-11-29 17:12:36 +07:00
parent e8fd4cc38e
commit 67759ad829
2 changed files with 7 additions and 1 deletions

View file

@ -536,6 +536,7 @@
</Button> </Button>
<EventMachine> <EventMachine>
DEBUGVAR MAT_ID_STRAW_OFFER DEBUGVAR MAT_ID_STRAW_OFFER
DEBUGVAR MAT_ID_LID_OFFER DEBUGVAR MAT_ID_LID_OFFER
DEBUGVAR MAT_ID_511215 DEBUGVAR MAT_ID_511215
@ -1376,6 +1377,10 @@
Var PriceShowValue = "Free" Var PriceShowValue = "Free"
EndIf EndIf
If ExtraToppingState = "Invisible" Then
Var ExtraTopping = "Invisible"
EndIf
DEBUGVAR showShotEnable DEBUGVAR showShotEnable
DEBUGVAR showOreoAddEnable DEBUGVAR showOreoAddEnable
DEBUGVAR ShotCoffeePremium DEBUGVAR ShotCoffeePremium

View file

@ -1005,6 +1005,7 @@
Var TextPriceMenuHotX = 48 Var TextPriceMenuHotX = 48
Var ShowButtonClick2 = "Enable" Var ShowButtonClick2 = "Enable"
Var ButtontoTopupMenu = "Invisible" Var ButtontoTopupMenu = "Invisible"
Var ExtraToppingState = "Invisible"
Var PriceUnitText = "Price in DH" Var PriceUnitText = "Price in DH"