From 3acf75be6831fac79c645559d20e66abcc242470 Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Tue, 13 May 2025 12:37:30 +0700 Subject: [PATCH 1/3] THAI: Edited textid espresso choice --- xml/page_topping_select8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/page_topping_select8.xml b/xml/page_topping_select8.xml index 8157ad0a..e88b3549 100644 --- a/xml/page_topping_select8.xml +++ b/xml/page_topping_select8.xml @@ -8053,7 +8053,7 @@ CustomEspressoTextY showEspressoLevel - 002059 + 002058 From 35b62287608e0b3aaf7c67edfb765d6be819b04b Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Tue, 13 May 2025 13:22:20 +0700 Subject: [PATCH 2/3] Add state on nextbtn --- inter/tha/xml/page_topping_frozen_fruit_select.lxml | 1 + 1 file changed, 1 insertion(+) diff --git a/inter/tha/xml/page_topping_frozen_fruit_select.lxml b/inter/tha/xml/page_topping_frozen_fruit_select.lxml index 957f95bc..28de4cf6 100644 --- a/inter/tha/xml/page_topping_frozen_fruit_select.lxml +++ b/inter/tha/xml/page_topping_frozen_fruit_select.lxml @@ -772,6 +772,7 @@ + NextButtonState 420 1442 250 From 4f1a681c9a44613596441bec9283cab0cd5bd6e3 Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Tue, 13 May 2025 13:51:19 +0700 Subject: [PATCH 3/3] update Seeker.SmoothieToPayment --- xml/page_payment_cash.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xml/page_payment_cash.xml b/xml/page_payment_cash.xml index fb2f308e..44060558 100644 --- a/xml/page_payment_cash.xml +++ b/xml/page_payment_cash.xml @@ -447,7 +447,7 @@ If New_Payment = 1 Then __CMD "SetPay" "coffee-payment" Seeker.VendingTSID Seeker.ORDER_ID EndIf - If SmoothieToPayment = 1 Then + If Seeker.SmoothieToPayment = 1 Then ; do nothing Else MakeDrinkV1 SelectDrink SelectSugarID @@ -462,7 +462,7 @@ Var PaidPaymentFromNextStage = 1 EndIf - If SmoothieToPayment = 1 Then + If Seeker.SmoothieToPayment = 1 Then Open "ROOT/taobin_project/xml/page_spiral_sell.xml" Else Open "ROOT/taobin_project/xml/page_thankyou.xml" @@ -2172,7 +2172,7 @@ If TestLoopMakeDrink = 1 Then - If SmoothieToPayment = 1 Then + If Seeker.SmoothieToPayment = 1 Then Open "ROOT/taobin_project/xml/page_spiral_sell.xml" Else MakeDrinkV1 SelectDrink SelectSugarID @@ -2208,7 +2208,7 @@ If New_Payment = 1 Then __CMD "SetPay" "coffee-payment" Seeker.VendingTSID Seeker.ORDER_ID EndIf - If SmoothieToPayment = 1 Then + If Seeker.SmoothieToPayment = 1 Then ; do nothing Else MakeDrinkV1 SelectDrink SelectSugarID @@ -2223,7 +2223,7 @@ EndIf - If SmoothieToPayment = 1 Then + If Seeker.SmoothieToPayment = 1 Then Open "ROOT/taobin_project/xml/page_spiral_sell.xml" Else Open "ROOT/taobin_project/xml/page_thankyou.xml" @@ -2917,7 +2917,7 @@ Var GIFShowProcess = "ROOT/ui/page_05_loading/pic_loading_cup.gif" Var MachineStage = "make-drink" Var BrewingTextThai = "เตรียมแก้ว" - If SmoothieToPayment = 1 Then + If Seeker.SmoothieToPayment = 1 Then Open "ROOT/taobin_project/xml/page_spiral_sell.xml" Else MakeDrinkV1 SelectDrink SelectSugarID @@ -3775,7 +3775,7 @@ eval( If IgnoreNetCore = "true" Then If Seeker = "curr" Then - If SmoothieToPayment = 1 Then + If Seeker.SmoothieToPayment = 1 Then ; do nothing Else MakeDrinkV1 SelectDrink SelectSugarID @@ -3783,7 +3783,7 @@ eval( Else EndIf - If SmoothieToPayment = 1 Then + If Seeker.SmoothieToPayment = 1 Then Open "ROOT/taobin_project/xml/page_spiral_sell.xml" Else Open "ROOT/taobin_project/xml/page_thankyou.xml" @@ -3804,7 +3804,7 @@ eval( - If SmoothieToPayment = 1 Then + If Seeker.SmoothieToPayment = 1 Then Open "ROOT/taobin_project/xml/page_spiral_sell.xml" Else MakeDrinkV1 SelectDrink SelectSugarID