diff --git a/inter/aus/xml/page_remove_cup.lxml b/inter/aus/xml/page_remove_cup.lxml index b49cc780..4332ba80 100644 --- a/inter/aus/xml/page_remove_cup.lxml +++ b/inter/aus/xml/page_remove_cup.lxml @@ -15,7 +15,7 @@ DEBUGVAR "AUS Remove Cup" Var DirImage = "ROOT/taobin_project/inter/common/image/user_take_cup_en/" - + LED LedDoorDoor 5 255 255 255 255 ;include=ROOT/taobin_project/inc/remove_cup_event_open.inc @@ -25,19 +25,16 @@ Var remove_cup_name = "" Var remove_cup_image = "" + Var remove_cup_button_text = "Press Here" + RootLayoutVisible 3 "show" 1000 - - ;SAVELOG MachineErrorDetail - Var MachineErrorDetailAll = MachineErrorDetail + " / " - Var MachineErrorDetailAll = MachineErrorDetailAll + MachineErrorDetailEng - If InternationalEnable = 1 Then - Var MachineErrorDetailAll = MachineErrorDetailEng - EndIf + ;SAVELOG MachineErrorDetail + Var MachineErrorDetailAll = MachineErrorDetailEng ; Add haveCup false for block display abnormal. Alternate between page_board.xml and this file. @@ -109,21 +106,40 @@ 1661 Var( DirImage + "/bn_door_open.png" ) Var( DirImage + "/bp_door_open.png" ) + Var( DirImage + "/bd_door_open.png" ) + Var( DirImage + "/bd_door_open_rem.png" ) "/mnt/sdcard/coffeevending/wav/click.wav" SoundVolume buttonRemoveCup - + ;include=ROOT/taobin_project/inc/remove_cup_button.inc + + If buttonRemoveCup = "Enable" Then + Var remove_cup_button_text = "Press Here" + EndIf + + If buttonRemoveCup = "Disable" Then + Var remove_cup_button_text = "Please Wait..." + EndIf + + If buttonRemoveCup = "Disable2" Then + Var remove_cup_button_text = "Please take cup below" + EndIf - - 000411 - 80 - 40 - 500 - 50 - + + 212 + 1705 + 656 + KanitRegularTTF + 56 + 0xFFFFFF + buttonRemoveCup + remove_cup_button_text + Center + + 125 diff --git a/inter/common/image/user_take_cup_en/bd_door_open.png b/inter/common/image/user_take_cup_en/bd_door_open.png new file mode 100644 index 00000000..6cdca00d Binary files /dev/null and b/inter/common/image/user_take_cup_en/bd_door_open.png differ diff --git a/inter/common/image/user_take_cup_en/bd_door_open_rem.png b/inter/common/image/user_take_cup_en/bd_door_open_rem.png new file mode 100644 index 00000000..6cdca00d Binary files /dev/null and b/inter/common/image/user_take_cup_en/bd_door_open_rem.png differ diff --git a/inter/gbr/menu/lang.tsv b/inter/gbr/menu/lang.tsv index ea2c2a60..54454fba 100644 --- a/inter/gbr/menu/lang.tsv +++ b/inter/gbr/menu/lang.tsv @@ -197,6 +197,8 @@ TextID Note English Thai Font=Roboto,Type=Regular,Size=36,Color=0x513C2F,Align=Center,LineHeight=50 Font=Roboto,Type=Regular,Size=43,Color=0x513C2F,Align=Center,LineHeight=40 000410 Please press the button below to open the door.\nTake the drink out.\nAnd start ordering your drink. กรุณกดปุ่มเปิดช่องรับเครื่องดื่ม\nนำเครื่องดื่มที่ค้างอยู่ออกจากช่อง\nก่อนเริ่มสั่งเครื่องดื่มของคุณ Font=Kanit,Type=Regular,Size=64,Color=0xFFFFFF,Align=Center,LineHeight=50 Font=Kanit,Type=Regular,Size=64,Color=0xFFFFFF,Align=Center,LineHeight=50 + Font=Kanit,Type=Regular,Size=64,Color=0xCCCCCC,Align=Center,LineHeight=50 Font=Kanit,Type=Regular,Size=64,Color=0xFFFFFF,Align=Center,LineHeight=50 + Font=Kanit,Type=Regular,Size=64,Color=0xAAAAAA,Align=Center,LineHeight=50 Font=Kanit,Type=Regular,Size=64,Color=0xFFFFFF,Align=Center,LineHeight=50 000411 Press Here กดที่นี่ diff --git a/inter/gbr/xml/page_brewing3.lxml b/inter/gbr/xml/page_brewing3.lxml index 18c40654..749b6841 100644 --- a/inter/gbr/xml/page_brewing3.lxml +++ b/inter/gbr/xml/page_brewing3.lxml @@ -1884,23 +1884,23 @@ - +; - Var lidStr = "แจ้งปัญหาไม่ได้รับฝา" - - __CMD "lid-alert-disable" 0 lidStr "-" - __CMD "send-error-code" 1343 "-" "-" - Var bg_lidProblem_ST = "Invisible" - - Refresh - - - - +; ;==================================================================== - +; ;------------------------- - - Var lidStr = "แจ้งปัญหาไม่ได้รับฝา" - - __CMD "lid-alert-disable" 0 lidStr "-" - __CMD "send-error-code" 1343 "-" "-" - Var bg_lidProblem_ST2 = "Invisible" - - Refresh - - - 0 - 12 - 331 - 96 - 000400 - - - - +; ; test drinkfail with phone number diff --git a/inter/gbr/xml/page_drinkfail_gbr.lxml b/inter/gbr/xml/page_drinkfail_gbr.lxml index bd78cf96..7484d991 100644 --- a/inter/gbr/xml/page_drinkfail_gbr.lxml +++ b/inter/gbr/xml/page_drinkfail_gbr.lxml @@ -171,8 +171,11 @@ Var VendingTSIDProblem = VendingTSID EndIf + If Seeker.CreditCard = 1 Then - PROBLEM2 TelephoneNumberProblem ProblemID ChooseProblem VendingTSIDProblem + Else + PROBLEM2 TelephoneNumberProblem ProblemID ChooseProblem VendingTSIDProblem + EndIf EndIf diff --git a/inter/gbr/xml/page_remove_cup.lxml b/inter/gbr/xml/page_remove_cup.lxml index b64dae27..809d6ac5 100644 --- a/inter/gbr/xml/page_remove_cup.lxml +++ b/inter/gbr/xml/page_remove_cup.lxml @@ -25,6 +25,8 @@ Var remove_cup_name = "" Var remove_cup_image = "" + Var remove_cup_button_text = "Press Here" + RootLayoutVisible 3 "show" @@ -32,12 +34,7 @@ ;SAVELOG MachineErrorDetail - Var MachineErrorDetailAll = MachineErrorDetail + " / " - Var MachineErrorDetailAll = MachineErrorDetailAll + MachineErrorDetailEng - - If InternationalEnable = 1 Then - Var MachineErrorDetailAll = MachineErrorDetailEng - EndIf + Var MachineErrorDetailAll = MachineErrorDetailEng ; Add haveCup false for block display abnormal. Alternate between page_board.xml and this file. @@ -109,21 +106,40 @@ 1661 Var( DirImage + "/bn_door_open.png" ) Var( DirImage + "/bp_door_open.png" ) + Var( DirImage + "/bd_door_open.png" ) + Var( DirImage + "/bd_door_open_rem.png" ) "/mnt/sdcard/coffeevending/wav/click.wav" SoundVolume buttonRemoveCup ;include=ROOT/taobin_project/inc/remove_cup_button.inc + + If buttonRemoveCup = "Enable" Then + Var remove_cup_button_text = "Press Here" + EndIf + + If buttonRemoveCup = "Disable" Then + Var remove_cup_button_text = "Please Wait..." + EndIf + + If buttonRemoveCup = "Disable2" Then + Var remove_cup_button_text = "Please take cup below" + EndIf - - 000411 - 80 - 40 - 500 - 50 - + + 212 + 1705 + 656 + KanitRegularTTF + 56 + 0xFFFFFF + buttonRemoveCup + remove_cup_button_text + Center + + 125 diff --git a/inter/gbr/xml/page_topping_select6.lxml b/inter/gbr/xml/page_topping_select6.lxml index 6edc8766..1485b380 100644 --- a/inter/gbr/xml/page_topping_select6.lxml +++ b/inter/gbr/xml/page_topping_select6.lxml @@ -6702,42 +6702,42 @@ ;-BEGIN Lid straw 986 - 240 + 188 20 ShowLidStraw - "ROOT/taobin_project/image/topping_inter/bg_strawlid.png" + "ROOT/taobin_project/image/topping2_en/bg_straw_only.png" - - 40 - 10 - 500 - 72 - - 000066 - - - - - 120 - 80 - 500 - 72 - - 000070 - - - - - 120 - 156 - 500 - 72 - - 000071 - - +; +; 40 +; 10 +; 500 +; 72 +; +; 000066 +; +; +; +; +; 120 +; 80 +; 500 +; 72 +; +; 000070 +; +; +; +; +; 120 +; 156 +; 500 +; 72 +; +; 000071 +; +; @@ -6808,59 +6808,59 @@ ; LID left - - - +; +; +; ; ; StrawDeactiveButton diff --git a/inter/tha/menu/lang.tsv b/inter/tha/menu/lang.tsv index 6629d769..fc4a9fe9 100644 --- a/inter/tha/menu/lang.tsv +++ b/inter/tha/menu/lang.tsv @@ -135,13 +135,13 @@ Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 000104 Water level (long) ปริมาณน้ำ (Long) 水位 ရေအဆင့် (ရှည်) 000105 Coffee bean quantity ปริมาณเมล็ดกาแฟ 咖啡豆量 ကော်ဖီစေ့ ပမာဏ -000106 Coffee level ความเข้มของกาแฟ 咖啡浓度 ကော်ဖီအဆင့် +000106 Coffee level ความเจ้มจ้นของกาแฟ 咖啡浓度 ကော်ဖီအဆင့် 000107 Tamping Pressure แรงกดกาแฟ (Tamp) 填压力度 Tamping Pressure Font=Kanit,Type=Regular,Size=16,Color=0x513C2F,LineHeight=18 Font=Kanit,Type=Regular,Size=16,Color=0x513C2F,LineHeight=18 Font=Kanit,Type=Regular,Size=16,Color=0x513C2F,LineHeight=18 Font=Kanit,Type=Regular,Size=16,Color=0x513C2F,LineHeight=18 Font=Kanit,Type=Regular,Size=16,Color=0x513C2F,LineHeight=18 000108 Medium กลาง 中度 အလယ် 000109 Just Right กำลังพอดี 刚刚好 လိုက်လျော -000110 Dark เข้ม 深焙 ပြင်း -000111 Darker เข้มกว่า 更深焙 ပိုပြင်း +000110 Dark เจ้มจ้น 深焙 ပြင်း +000111 Darker เจ้มจ้นกว่า 更深焙 ပိုပြင်း Font=Kanit,Type=Regular,Size=36,Color=0xDE794E,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0xDE794E,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0xDE794E,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0xDE794E,LineHeight=46 000112 Alternative Milk นมทางเลือก 替代牛奶 အစားထိုးနို့ Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 @@ -279,18 +279,18 @@ 002022 D.I.Y. your cup, your style [(max 1)###Font=KanitLight,Size=20] เพิ่่มไซรัปฉ่ำๆ D.I.Y ความอร่อยได้เลย [(เลือกสูงสุด 1 ข้อ)###Font=KanitLight,Size=20] 自定义你的杯子,你的风格 [(最多可选 1 项)###Font=KanitLight,Size=20] ကိုယ်ပိုင်စတိုင်နဲ့ ခွက်လုပ်ပါ[(အများဆုံး ၁ အချက်)###Font=KanitLight,Size=20] Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 -002028 Taiwanese tea Intensity ความข้นของชาไต้หวัน 台湾茶浓度 တိုင်ဝမ်လက်ဖက်ရည်အား +002028 Taiwanese tea Intensity ความเจ้มจ้นของชาไต้หวัน 台湾茶浓度 တိုင်ဝမ်လက်ဖက်ရည်အား 002029 Sugar type ประเภทน้ำตาล 糖类选择 သကြား အမျိုးအစား 002030 Sweetness ความหวาน 甜度 အချိုချင်း 002031 Espresso Shot เอสเพรสโซ่ช็อต 浓缩咖啡份数 အီစပရိုဆို ရိုက်ခြင်း -002032 Milk Intensity ความเข้มข้นของนม 牛奶浓度 နို့ပေါ် အင်တင်စတီ -002033 Cocoa Intensity ความข้นของโกโก้ 可可浓度 ကိုကိုအင်တင်စတီ -002034 Ovaltine Intensity ความข้นของโอวัลติน 阿华田浓度 အော်ဗယ်တင်း အင်တင်စတီ +002032 Milk Intensity ความเจ้มจ้นของนม 牛奶浓度 နို့ပေါ် အင်တင်စတီ +002033 Cocoa Intensity ความเจ้มจ้นของโกโก้ 可可浓度 ကိုကိုအင်တင်စတီ +002034 Ovaltine Intensity ความเจ้มจ้นของโอวัลติน 阿华田浓度 အော်ဗယ်တင်း အင်တင်စတီ 002035 Energy Shot เอเนอร์จี้ช็อต 能量饮品添加 စွမ်းအင် ရိုက်ခြင်း 002036 Jemila Collagen 2000mg\n[Japanese & Danish ingredients for healthy skin.###Font=KanitLight,Size=15] Jemila Collagen 2000mg\n[ผิวสุขภาพดีด้วยสารสกัดจาก 3 ประเทศ ได้แก่ คอลลาเจน จากญี่ปุ่น และ ผงมะเขือเทศจากเดนมาร์ก ###Font=KanitLight,Size=15] Jemila 胶原蛋白 2000mg\n[日本 & 丹麦原料,呵护健康肌肤。###Font=KanitLight,Size=15] Jemila ကော်လာဂျင် 2000mg\n[ဂျပန်နှင့်ဒန်မတ်ပါဝင်သော ပြန်ရန် ကျန်းမာသော အသားအရည်###Font=KanitLight,Size=15] 002037 Oreo Volcano Topping\n[The perfect blend of cookie and cream.###Font=KanitLight,Size=15] ท็อปปิ้งโอริโอภูเขาไฟ\n[บิด ชิมครีม จุ่มนมในคำเดียว ไม่ลองไม่ได้แล้ว!###Font=KanitLight,Size=15] 奥利奥火山配料\n[曲奇与奶油的完美融合。###Font=KanitLight,Size=15] အော်ရီယို ဗော်ကာနို တိုပပင်၊\n[ကောက်ကီနှင့် ကရိမ်တို့၏ အပြည့်အစုံပေါင်းစပ်မှု###Font=KanitLight,Size=15] 002038 Ovaltine Volcano Topping\n[Crunchy Ovaltine goodness in every sip.###Font=KanitLight,Size=15] ท็อปปิ้งโอวัลตินภูเขาไฟ\n[อร่อย กรุบกรอบ ได้รสชาติโอวัลตินแบบเต็ม ๆ คำ###Font=KanitLight,Size=15] 阿华田火山配料\n[每一口都充满香脆阿华田美味。###Font=KanitLight,Size=15] အော်ဗယ်တင်း ဗော်ကာနို တိုပပင်၊\n[အချိုလေးကြဲသော အော်ဗယ်တင်းအရသာကို လုံးဝခံစားနိုင်ပါသည်###Font=KanitLight,Size=15] -002039 Cocoa Volcano Topping\n[The perfect blend of cocoa###Font=KanitLight,Size=15] ท็อปปิ้งโกโก้ภูเขาไฟ\n[ระเบิดความเข้ม อร่อยเต็มคำกับภูเขาไฟโกโก้###Font=KanitLight,Size=15] 可可火山配料\n[可可的完美融合。###Font=KanitLight,Size=15] ကိုကို ဗော်ကာနို တိုပပင်၊\n[ကိုကိုအရသာနှင့် အပြည့်အစုံပေါင်းစပ်မှု###Font=KanitLight,Size=15] +002039 Cocoa Volcano Topping\n[The perfect blend of cocoa###Font=KanitLight,Size=15] ท็อปปิ้งโกโก้ภูเขาไฟ\n[ระเบิดความเจ้มจ้น อร่อยเต็มคำกับภูเขาไฟโกโก้###Font=KanitLight,Size=15] 可可火山配料\n[可可的完美融合。###Font=KanitLight,Size=15] ကိုကို ဗော်ကာနို တိုပပင်၊\n[ကိုကိုအရသာနှင့် အပြည့်အစုံပေါင်းစပ်မှု###Font=KanitLight,Size=15] 002040 Strawberry syrup\n[Sweet and tart strawberry syrup! A must-have for berry lovers.###Font=KanitLight,Size=15] เพิ่มสตรอว์เบอรี่ไซรัป\n[เปรี้ยวนิด ๆ หวานหน่อย ๆ ตอบโจทย์สายสตรอว์เบอร์รี่เลิฟเวอร์###Font=KanitLight,Size=15] 草莓糖浆\n[酸甜可口的草莓糖浆!莓果爱好者必试!###Font=KanitLight,Size=15] စတောဘဲရီဆီရပ်၊\n[ချိုမြိန်နှင့် တင်းမာသောအရသာ။###Font=KanitLight,Size=15] 002041 Yuzu syrup\n[Discover the bright and tangy taste of our yuzu syrup.###Font=KanitLight,Size=15] เพิ่มยูซุไซรัป\n[กลิ่นหอม รสชาติที่สดชื่น เปรี้ยวหวานลงตัวใส่กับเมนูไหนก็เข้ากัน###Font=KanitLight,Size=15] 柚子糖浆\n[感受柚子糖浆的清新酸甜风味。###Font=KanitLight,Size=15] ရူးဇူးဆီရပ်၊\n[ကျွန်ုပ်တို့၏ ရူးဇူးဆီရပ်၏ အသက်သွင်းသော အရသာကို ရှာဖွေပါ။###Font=KanitLight,Size=15] @@ -301,7 +301,7 @@ Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 Font=Kanit,Type=Regular,Size=36,Color=0x513C2F,LineHeight=46 002043 Oreo Topping\n[Cookie Bliss!###Font=KanitLight,Size=15] ท็อปปิ้งโอริโอภูเขาไฟ\n[(กรุบกรอบเคี้ยวเพลิน)###Font=KanitLight,Size=15] Oreo 配料\n[酥脆美味!###Font=KanitLight,Size=15] Oreo ထပ်ထည့်မှု၊\n[ကူကီးအရသာကို စိတ်ကြွနေစေမယ်!###Font=KanitLight,Size=15] 002044 Ovaltine Topping\n[Malt Madness!###Font=KanitLight,Size=15] ท็อปปิ้งโอวัลตินภูเขาไฟ\n[(ฟินจริง ๆ ท้าให้ลอง)###Font=KanitLight,Size=15] Ovaltine 配料\n[麦芽狂欢!###Font=KanitLight,Size=15] Ovaltine ထပ်ထည့်မှု၊\n[မော့စ်အရသာ အရမ်းပြင်းထန်တယ်။###Font=KanitLight,Size=15] -002045 Cocoa Topping\n[Rich & Decadent!###Font=KanitLight,Size=15] ท็อปปิ้งโกโก้ภูเขาไฟ\n[(ระเบิดความเข้ม อร่อยเต็มคำกับภูเขาไฟโกโก้)###Font=KanitLight,Size=15] 可可配料\n[浓郁奢华享受!###Font=KanitLight,Size=15] Cocoa ထပ်ထည့်မှု၊\n[အရသာပြင်းပြပြီး ခံစားခွင့်ကြီးတယ်။###Font=KanitLight,Size=15] +002045 Cocoa Topping\n[Rich & Decadent!###Font=KanitLight,Size=15] ท็อปปิ้งโกโก้ภูเขาไฟ\n[(ระเบิดความเจ้มจ้น อร่อยเต็มคำกับภูเขาไฟโกโก้)###Font=KanitLight,Size=15] 可可配料\n[浓郁奢华享受!###Font=KanitLight,Size=15] Cocoa ထပ်ထည့်မှု၊\n[အရသာပြင်းပြပြီး ခံစားခွင့်ကြီးတယ်။###Font=KanitLight,Size=15] 002046 Ring it up. ซื้อเลย 马上购买 ဝယ်လိုက်ပါ 002047 Just this,(no toppings) ซื้อเลย (ไม่รับท็อปปิ้ง) 马上购买(不加配料) ဝယ်လိုက်ပါ (တော့ပင်းမထည့်ပါ) diff --git a/xml/page_payment.xml b/xml/page_payment.xml index a1f70572..49688172 100644 --- a/xml/page_payment.xml +++ b/xml/page_payment.xml @@ -181,6 +181,7 @@ Var Seeker.IntVendingCredit = 0 Var EMAMemberID = "" + Var UKBMemberID = "" Var Seeker.StoreCreditFlag = 0 Var Seeker.pageStoreCredit0 = 0 diff --git a/xml/page_remove_cup.xml b/xml/page_remove_cup.xml index 385a3cb4..4addfa7f 100644 --- a/xml/page_remove_cup.xml +++ b/xml/page_remove_cup.xml @@ -25,6 +25,10 @@ If StrCountryShort = "AUS" Then Open "ROOT/taobin_project/inter/aus/xml/page_remove_cup.lxml" EndIf + + If StrCountryShort = "GBR" Then + Open "ROOT/taobin_project/inter/gbr/xml/page_remove_cup.lxml" + EndIf If StrCountryShort = "SGP" Then Open "ROOT/taobin_project/inter/sgp/xml/page_remove_cup.lxml" diff --git a/xml/page_topping_select8.xml b/xml/page_topping_select8.xml index e1c87e29..258592e4 100644 --- a/xml/page_topping_select8.xml +++ b/xml/page_topping_select8.xml @@ -461,8 +461,8 @@ Var custom_coffee_level_medium_text_x = 560 Var custom_coffee_level_medium_price_x = 600 Var custom_coffee_level_right_text_x = 676 - Var custom_coffee_level_darker_text_x = 880 - Var custom_coffee_level_dark_text_x = 790 + Var custom_coffee_level_darker_text_x = 875 + Var custom_coffee_level_dark_text_x = 780 Var SugarZeroCalPrice_X = 482 @@ -8324,7 +8324,31 @@ EndIf EndIf Else - Var return = "Invisible" + If showShotEnable = "Press" Then + If TOPPING1 = "Suger 4 step cold" Then + Var return = "Invisible" + Else + If TOPPING1 = "Suger 4 step hot" Then + Var return = "Invisible" + Else + Var return = "Enable" + EndIf + EndIf + Else + If showShotEnable = "Disable" Then + If TOPPING1 = "Suger 4 step cold" Then + Var return = "Invisible" + Else + If TOPPING1 = "Suger 4 step hot" Then + Var return = "Invisible" + Else + Var return = "Enable" + EndIf + EndIf + Else + Var return = "Invisible" + EndIf + EndIf EndIf ) @@ -8430,7 +8454,31 @@ EndIf EndIf Else - Var return = "Invisible" + If showShotEnable = "Press" Then + If TOPPING1 = "Suger 4 step cold" Then + Var return = "Enable" + Else + If TOPPING1 = "Suger 4 step hot" Then + Var return = "Enable" + Else + Var return = "Invisible" + EndIf + EndIf + Else + If showShotEnable = "Disable" Then + If TOPPING1 = "Suger 4 step cold" Then + Var return = "Enable" + Else + If TOPPING1 = "Suger 4 step hot" Then + Var return = "Enable" + Else + Var return = "Invisible" + EndIf + EndIf + Else + Var return = "Invisible" + EndIf + EndIf EndIf )