From 8954111c1cc03568b7850fcd785125b02e93b673 Mon Sep 17 00:00:00 2001 From: kenta-work Date: Fri, 15 Sep 2023 17:29:26 +0700 Subject: [PATCH] update variable name topping id 9 --- xml/page_topping_select8.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xml/page_topping_select8.xml b/xml/page_topping_select8.xml index c74ecc8a..bd04b896 100644 --- a/xml/page_topping_select8.xml +++ b/xml/page_topping_select8.xml @@ -1090,24 +1090,24 @@ EndIf - If toppingID9index1price > 0 Then - Var priceFormated !assigned StringFmt( toppingID9index1price , PriceCustomCoffeeFormat, PreScaleConvertShow) + If toppingID9price1 > 0 Then + Var priceFormated !assigned StringFmt( toppingID9price1 , PriceCustomCoffeeFormat, PreScaleConvertShow) Var CustomCoffeeLevelAdditionalPrice[0] = "(+" + priceFormated Var CustomCoffeeLevelAdditionalPrice[0] = CustomCoffeeLevelAdditionalPrice[0] + ")" Else Var CustomCoffeeLevelAdditionalPrice[0] = "" EndIf - If toppingID9index2price > 0 Then - Var priceFormated !assigned StringFmt( toppingID9index2price , PriceCustomCoffeeFormat, PreScaleConvertShow) + If toppingID9price2 > 0 Then + Var priceFormated !assigned StringFmt( toppingID9price2 , PriceCustomCoffeeFormat, PreScaleConvertShow) Var CustomCoffeeLevelAdditionalPrice[1] = "(+" + priceFormated Var CustomCoffeeLevelAdditionalPrice[1] = CustomCoffeeLevelAdditionalPrice[1] + ")" Else Var CustomCoffeeLevelAdditionalPrice[1] = "" EndIf - If toppingID9index3price > 0 Then - Var priceFormated !assigned StringFmt( toppingID9index3price , PriceCustomCoffeeFormat, PreScaleConvertShow) + If toppingID9price3 > 0 Then + Var priceFormated !assigned StringFmt( toppingID9price3 , PriceCustomCoffeeFormat, PreScaleConvertShow) Var CustomCoffeeLevelAdditionalPrice[2] = "(+" + priceFormated Var CustomCoffeeLevelAdditionalPrice[2] = CustomCoffeeLevelAdditionalPrice[2] + ")" Else