THAI: Added Pepsi x Taobin banner & wrap condition event cashless
This commit is contained in:
parent
3156f29f5f
commit
87a212b052
40 changed files with 53269 additions and 18525 deletions
|
|
@ -103,6 +103,221 @@
|
|||
<Menus>
|
||||
;banners
|
||||
; menu_new_list 72
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0003 12-01-02-0001 -
|
||||
<Menu>
|
||||
<State> Flag( 12-01-01-0003.Button,12-01-02-0001.Button,$Sum12010100031201020001) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_hot_america_no.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_america_no.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_america_no.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Americano"
|
||||
Else
|
||||
Var return = "อเมริกาโน"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Espresso, Water"
|
||||
Else
|
||||
Var return = "กาแฟ และน้ำ "
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> $12-01-01-0003.Button </HotState>
|
||||
<IceState> $12-01-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0003.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "Disable" Then
|
||||
Var ice_tab_process_show = "Disable"
|
||||
Else
|
||||
Var ice_tab_process_show = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_america_no.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $12-01-01-0003.Price
|
||||
Var PriceD2 = $12-01-02-0001.Price
|
||||
Var PriceD3 = $##-##-##-####.Price
|
||||
Var PD_CODE1 = "12-01-01-0003"
|
||||
Var PD_CODE2 = "12-01-02-0001"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = $12-01-01-0003.Button
|
||||
Var PD_STAGE_2 = $12-01-02-0001.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-01-01-0003, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-01-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "12-01-01-0003"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-01-01-0003.NameE
|
||||
Var menu_desc_eng_hot = $12-01-01-0003.descriptionE
|
||||
Var menu_name_thai_hot = $12-01-01-0003.Name
|
||||
Var menu_desc_thai_hot = $12-01-01-0003.description
|
||||
|
||||
Var menu_name_eng_cold = $12-01-02-0001.NameE
|
||||
Var menu_desc_eng_cold = $12-01-02-0001.descriptionE
|
||||
Var menu_name_thai_cold = $12-01-02-0001.Name
|
||||
Var menu_desc_thai_cold = $12-01-02-0001.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; 12-21-01-0003 12-21-02-0001 -
|
||||
<Menu>
|
||||
<State> Flag( 12-21-01-0003.Button,12-21-02-0001.Button,$Sum12210100031221020001) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_hot_america_no.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_america_no.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_america_no.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Americano"
|
||||
Else
|
||||
Var return = "อเมริกาโน"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Espresso, Water"
|
||||
Else
|
||||
Var return = "กาแฟ และน้ำ "
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> $12-21-01-0003.Button </HotState>
|
||||
<IceState> $12-21-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0003.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "Disable" Then
|
||||
Var ice_tab_process_show = "Disable"
|
||||
Else
|
||||
Var ice_tab_process_show = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_america_no.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $12-21-01-0003.Price
|
||||
Var PriceD2 = $12-21-02-0001.Price
|
||||
Var PriceD3 = $##-##-##-####.Price
|
||||
Var PD_CODE1 = "12-21-01-0003"
|
||||
Var PD_CODE2 = "12-21-02-0001"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = $12-21-01-0003.Button
|
||||
Var PD_STAGE_2 = $12-21-02-0001.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-21-01-0003, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "12-21-01-0003"
|
||||
Else
|
||||
Topping "Load" "12-21-02-0001"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-21-01-0003.NameE
|
||||
Var menu_desc_eng_hot = $12-21-01-0003.descriptionE
|
||||
Var menu_name_thai_hot = $12-21-01-0003.Name
|
||||
Var menu_desc_thai_hot = $12-21-01-0003.description
|
||||
|
||||
Var menu_name_eng_cold = $12-21-02-0001.NameE
|
||||
Var menu_desc_eng_cold = $12-21-02-0001.descriptionE
|
||||
Var menu_name_thai_cold = $12-21-02-0001.Name
|
||||
Var menu_desc_thai_cold = $12-21-02-0001.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; - - 12-01-03-0090
|
||||
<Menu>
|
||||
|
|
@ -113,9 +328,9 @@
|
|||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Kati Shake Coffee "
|
||||
Var return = "Coconut Milk\nCoffee Ice Cream"
|
||||
Else
|
||||
Var return = "กะทิเชคกาแฟ"
|
||||
Var return = "เต่าบินไอติมถัง\nกาแฟ"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
|
|
@ -220,9 +435,9 @@
|
|||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Kati Shake Coffee "
|
||||
Var return = "Coconut Milk\nCoffee Ice Cream"
|
||||
Else
|
||||
Var return = "กะทิเชคกาแฟ"
|
||||
Var return = "เต่าบินไอติมถัง\nกาแฟ"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
|
|
@ -1608,221 +1823,6 @@
|
|||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 20
|
||||
; 12-01-01-0003 12-01-02-0001 -
|
||||
<Menu>
|
||||
<State> Flag( 12-01-01-0003.Button,12-01-02-0001.Button,$Sum12010100031201020001) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_hot_america_no.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_america_no.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_america_no.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Americano"
|
||||
Else
|
||||
Var return = "อเมริกาโน"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Espresso, Water"
|
||||
Else
|
||||
Var return = "กาแฟ และน้ำ "
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> $12-01-01-0003.Button </HotState>
|
||||
<IceState> $12-01-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-01-01-0003.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-01-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "Disable" Then
|
||||
Var ice_tab_process_show = "Disable"
|
||||
Else
|
||||
Var ice_tab_process_show = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_america_no.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $12-01-01-0003.Price
|
||||
Var PriceD2 = $12-01-02-0001.Price
|
||||
Var PriceD3 = $##-##-##-####.Price
|
||||
Var PD_CODE1 = "12-01-01-0003"
|
||||
Var PD_CODE2 = "12-01-02-0001"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = $12-01-01-0003.Button
|
||||
Var PD_STAGE_2 = $12-01-02-0001.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-01-01-0003, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "12-01-02-0001"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "12-01-01-0003"
|
||||
Else
|
||||
Topping "Load" "-"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-01-01-0003.NameE
|
||||
Var menu_desc_eng_hot = $12-01-01-0003.descriptionE
|
||||
Var menu_name_thai_hot = $12-01-01-0003.Name
|
||||
Var menu_desc_thai_hot = $12-01-01-0003.description
|
||||
|
||||
Var menu_name_eng_cold = $12-01-02-0001.NameE
|
||||
Var menu_desc_eng_cold = $12-01-02-0001.descriptionE
|
||||
Var menu_name_thai_cold = $12-01-02-0001.Name
|
||||
Var menu_desc_thai_cold = $12-01-02-0001.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; 12-21-01-0003 12-21-02-0001 -
|
||||
<Menu>
|
||||
<State> Flag( 12-21-01-0003.Button,12-21-02-0001.Button,$Sum12210100031221020001) </State>
|
||||
<IdleImage> "ROOT/taobin_project/image/page_drink_n//bn_hot_america_no.png" </IdleImage>
|
||||
<PressImage> "ROOT/taobin_project/image/page_drink_press_n//bn_hot_america_no.png" </PressImage>
|
||||
<DisableImage> "ROOT/taobin_project/image/page_drink_disable_n2//bn_hot_america_no.png" </DisableImage>
|
||||
<Name>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Americano"
|
||||
Else
|
||||
Var return = "อเมริกาโน"
|
||||
EndIf
|
||||
)
|
||||
</Name>
|
||||
<Description>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Espresso, Water"
|
||||
Else
|
||||
Var return = "กาแฟ และน้ำ "
|
||||
EndIf
|
||||
)
|
||||
</Description>
|
||||
<HotState> $12-21-01-0003.Button </HotState>
|
||||
<IceState> $12-21-02-0001.Button </IceState>
|
||||
<BlendState> "Disable2" </BlendState>
|
||||
<HotPrice> StringFmt( $12-21-01-0003.Price , DisplayFormat, PreScaleConvertShow) </HotPrice>
|
||||
<IcePrice> StringFmt( $12-21-02-0001.Price , DisplayFormat, PreScaleConvertShow) </IcePrice>
|
||||
<BlendPrice> StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow) </BlendPrice>
|
||||
<IceProcessingState>
|
||||
eval(
|
||||
If ICE_PROCESS_STATUS = 2 Then
|
||||
If $Sum510201003951020200395102030039 = "Disable" Then
|
||||
Var ice_tab_process_show = "Disable"
|
||||
Else
|
||||
Var ice_tab_process_show = "Enable"
|
||||
EndIf
|
||||
Else
|
||||
Var ice_tab_process_show = "Invisible"
|
||||
EndIf
|
||||
Var return = ice_tab_process_show
|
||||
)
|
||||
</IceProcessingState>
|
||||
<IceProcessingImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible.png" </IceProcessingImage>
|
||||
<IceProcessingDisableImage> "ROOT/taobin_project/image/drink_option/ice_tab_unavalible_dis.png" </IceProcessingDisableImage>
|
||||
<EventOnClick>
|
||||
Var PictureDrink = "ROOT/taobin_project/image/page_drink_picture2_n/" + "bn_hot_america_no.png"
|
||||
Var OpenFromXML = CurrentXMLFileName2
|
||||
Var PriceD1 = $12-21-01-0003.Price
|
||||
Var PriceD2 = $12-21-02-0001.Price
|
||||
Var PriceD3 = $##-##-##-####.Price
|
||||
Var PD_CODE1 = "12-21-01-0003"
|
||||
Var PD_CODE2 = "12-21-02-0001"
|
||||
Var PD_CODE3 = "##-##-##-####"
|
||||
Var PD_STAGE_1 = $12-21-01-0003.Button
|
||||
Var PD_STAGE_2 = $12-21-02-0001.Button
|
||||
Var PD_STAGE_3 = "Disable2"
|
||||
Var OverlayMenuFilter !assigned xmlpro( 12-21-01-0003, "ROOT/taobin_project/image/menu_overlay_set/button_overlay_pic_%s_posi1.png")
|
||||
DEBUGVAR OverlayMenuFilter
|
||||
Var SelectCountDrinkType = 0
|
||||
Var DefaultDrinkType = 0
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 1
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 2
|
||||
EndIf
|
||||
If PD_STAGE_3 = "Enable" Then
|
||||
Var SelectCountDrinkType = SelectCountDrinkType + 1
|
||||
Var DefaultDrinkType = 3
|
||||
EndIf
|
||||
If PD_STAGE_2 = "Enable" Then
|
||||
Topping "Load" "-"
|
||||
Else
|
||||
If PD_STAGE_1 = "Enable" Then
|
||||
Topping "Load" "12-21-01-0003"
|
||||
Else
|
||||
Topping "Load" "12-21-02-0001"
|
||||
EndIf
|
||||
EndIf
|
||||
Var menu_name_eng_hot = $12-21-01-0003.NameE
|
||||
Var menu_desc_eng_hot = $12-21-01-0003.descriptionE
|
||||
Var menu_name_thai_hot = $12-21-01-0003.Name
|
||||
Var menu_desc_thai_hot = $12-21-01-0003.description
|
||||
|
||||
Var menu_name_eng_cold = $12-21-02-0001.NameE
|
||||
Var menu_desc_eng_cold = $12-21-02-0001.descriptionE
|
||||
Var menu_name_thai_cold = $12-21-02-0001.Name
|
||||
Var menu_desc_thai_cold = $12-21-02-0001.description
|
||||
|
||||
Var menu_name_eng_blender = $##-##-##-####.NameE
|
||||
Var menu_desc_eng_blender = $##-##-##-####.descriptionE
|
||||
Var menu_name_thai_blender = $##-##-##-####.Name
|
||||
Var menu_desc_thai_blender = $##-##-##-####.description
|
||||
|
||||
DEBUGVAR PD_STAGE_1
|
||||
DEBUGVAR PD_STAGE_2
|
||||
DEBUGVAR PD_STAGE_3
|
||||
Var SelectDrinkType = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topping_select5.xml"
|
||||
</EventOnClick>
|
||||
</Menu>
|
||||
|
||||
; ==================> Len = 15
|
||||
; 12-01-01-0081 12-01-02-0081 -
|
||||
<Menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue