Merge branch 'masterpiece' of ssh://192.168.10.159/1TBHDD/ikong/taobin_project into masterpiece

This commit is contained in:
Ittipat Lusuk 2025-07-10 01:07:15 +07:00
commit 8962672163
271 changed files with 62547 additions and 14252 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -130,10 +130,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -147,8 +148,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -161,10 +163,11 @@
If $12-04-02-1018.Discount = "" Then
Var return !assigned StringFmt( $12-04-02-1018.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-04-02-1018.Discount = > 0 Then
If $12-04-02-1018.Discount > 0 Then
Var return !assigned StringFmt( $12-04-02-1018.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-04-02-1018.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -178,8 +181,9 @@
If $12-04-02-1018.Discount = "" Then
Var return ""
Else
If $12-04-02-1018.Discount = > 0 Then
If $12-04-02-1018.Discount > 0 Then
Var return !assigned StringFmt( $12-04-02-1018.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -192,10 +196,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -209,8 +214,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -264,9 +270,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_original_BDMS.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-04-02-1018.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-04-02-1018.Discount > 0 Then
Var PriceD2 = $12-04-02-1018.Discount
Else
Var PriceD2 = $12-04-02-1018.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-04-02-1018"
Var PD_CODE3 = "##-##-##-####"
@ -430,10 +448,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -447,8 +466,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -461,10 +481,11 @@
If $12-04-02-1019.Discount = "" Then
Var return !assigned StringFmt( $12-04-02-1019.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-04-02-1019.Discount = > 0 Then
If $12-04-02-1019.Discount > 0 Then
Var return !assigned StringFmt( $12-04-02-1019.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-04-02-1019.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -478,8 +499,9 @@
If $12-04-02-1019.Discount = "" Then
Var return ""
Else
If $12-04-02-1019.Discount = > 0 Then
If $12-04-02-1019.Discount > 0 Then
Var return !assigned StringFmt( $12-04-02-1019.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -492,10 +514,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -509,8 +532,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -564,9 +588,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_espresso_BDMS.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-04-02-1019.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-04-02-1019.Discount > 0 Then
Var PriceD2 = $12-04-02-1019.Discount
Else
Var PriceD2 = $12-04-02-1019.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-04-02-1019"
Var PD_CODE3 = "##-##-##-####"
@ -730,10 +766,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -747,8 +784,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -761,10 +799,11 @@
If $12-04-02-1020.Discount = "" Then
Var return !assigned StringFmt( $12-04-02-1020.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-04-02-1020.Discount = > 0 Then
If $12-04-02-1020.Discount > 0 Then
Var return !assigned StringFmt( $12-04-02-1020.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-04-02-1020.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -778,8 +817,9 @@
If $12-04-02-1020.Discount = "" Then
Var return ""
Else
If $12-04-02-1020.Discount = > 0 Then
If $12-04-02-1020.Discount > 0 Then
Var return !assigned StringFmt( $12-04-02-1020.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -792,10 +832,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -809,8 +850,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -864,9 +906,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Chocolate_BDMS.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-04-02-1020.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-04-02-1020.Discount > 0 Then
Var PriceD2 = $12-04-02-1020.Discount
Else
Var PriceD2 = $12-04-02-1020.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-04-02-1020"
Var PD_CODE3 = "##-##-##-####"
@ -1030,10 +1084,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1047,8 +1102,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1061,10 +1117,11 @@
If $12-04-02-1021.Discount = "" Then
Var return !assigned StringFmt( $12-04-02-1021.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-04-02-1021.Discount = > 0 Then
If $12-04-02-1021.Discount > 0 Then
Var return !assigned StringFmt( $12-04-02-1021.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-04-02-1021.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1078,8 +1135,9 @@
If $12-04-02-1021.Discount = "" Then
Var return ""
Else
If $12-04-02-1021.Discount = > 0 Then
If $12-04-02-1021.Discount > 0 Then
Var return !assigned StringFmt( $12-04-02-1021.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1092,10 +1150,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1109,8 +1168,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1164,9 +1224,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Thaitea_BDMS.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-04-02-1021.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-04-02-1021.Discount > 0 Then
Var PriceD2 = $12-04-02-1021.Discount
Else
Var PriceD2 = $12-04-02-1021.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-04-02-1021"
Var PD_CODE3 = "##-##-##-####"
@ -1330,10 +1402,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1347,8 +1420,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1361,10 +1435,11 @@
If $12-04-02-1022.Discount = "" Then
Var return !assigned StringFmt( $12-04-02-1022.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-04-02-1022.Discount = > 0 Then
If $12-04-02-1022.Discount > 0 Then
Var return !assigned StringFmt( $12-04-02-1022.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-04-02-1022.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1378,8 +1453,9 @@
If $12-04-02-1022.Discount = "" Then
Var return ""
Else
If $12-04-02-1022.Discount = > 0 Then
If $12-04-02-1022.Discount > 0 Then
Var return !assigned StringFmt( $12-04-02-1022.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1392,10 +1468,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1409,8 +1486,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1464,9 +1542,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_protein_Matcha_BDMS.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-04-02-1022.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-04-02-1022.Discount > 0 Then
Var PriceD2 = $12-04-02-1022.Discount
Else
Var PriceD2 = $12-04-02-1022.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-04-02-1022"
Var PD_CODE3 = "##-##-##-####"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -114,10 +114,11 @@
If $TAOTIM.Discount = "" Then
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
Else
If $TAOTIM.Discount = > 0 Then
If $TAOTIM.Discount > 0 Then
Var return !assigned StringFmt( $TAOTIM.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $TAOTIM.Discount = "" Then
Var return ""
Else
If $TAOTIM.Discount = > 0 Then
If $TAOTIM.Discount > 0 Then
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-51-01-0001.Discount = "" Then
Var return !assigned StringFmt( $12-51-01-0001.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-51-01-0001.Discount = > 0 Then
If $12-51-01-0001.Discount > 0 Then
Var return !assigned StringFmt( $12-51-01-0001.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-51-01-0001.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-51-01-0001.Discount = "" Then
Var return ""
Else
If $12-51-01-0001.Discount = > 0 Then
If $12-51-01-0001.Discount > 0 Then
Var return !assigned StringFmt( $12-51-01-0001.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_deep_fried_chicken.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $TAOTIM.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-51-01-0001.Price
If $TAOTIM.Discount > 0 Then
Var PriceD1 = $TAOTIM.Discount
Else
Var PriceD1 = $TAOTIM.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-51-01-0001.Discount > 0 Then
Var PriceD3 = $12-51-01-0001.Discount
Else
Var PriceD3 = $12-51-01-0001.Price
EndIf
Var PD_CODE1 = "TAOTIM"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-51-01-0001"
@ -414,10 +432,11 @@
If $TAOTIM.Discount = "" Then
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
Else
If $TAOTIM.Discount = > 0 Then
If $TAOTIM.Discount > 0 Then
Var return !assigned StringFmt( $TAOTIM.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $TAOTIM.Discount = "" Then
Var return ""
Else
If $TAOTIM.Discount = > 0 Then
If $TAOTIM.Discount > 0 Then
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-51-01-0002.Discount = "" Then
Var return !assigned StringFmt( $12-51-01-0002.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-51-01-0002.Discount = > 0 Then
If $12-51-01-0002.Discount > 0 Then
Var return !assigned StringFmt( $12-51-01-0002.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-51-01-0002.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-51-01-0002.Discount = "" Then
Var return ""
Else
If $12-51-01-0002.Discount = > 0 Then
If $12-51-01-0002.Discount > 0 Then
Var return !assigned StringFmt( $12-51-01-0002.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_deep_fried_meatball.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $TAOTIM.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-51-01-0002.Price
If $TAOTIM.Discount > 0 Then
Var PriceD1 = $TAOTIM.Discount
Else
Var PriceD1 = $TAOTIM.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-51-01-0002.Discount > 0 Then
Var PriceD3 = $12-51-01-0002.Discount
Else
Var PriceD3 = $12-51-01-0002.Price
EndIf
Var PD_CODE1 = "TAOTIM"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-51-01-0002"
@ -714,10 +750,11 @@
If $TAOTIM.Discount = "" Then
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
Else
If $TAOTIM.Discount = > 0 Then
If $TAOTIM.Discount > 0 Then
Var return !assigned StringFmt( $TAOTIM.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $TAOTIM.Discount = "" Then
Var return ""
Else
If $TAOTIM.Discount = > 0 Then
If $TAOTIM.Discount > 0 Then
Var return !assigned StringFmt( $TAOTIM.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-51-01-0003.Discount = "" Then
Var return !assigned StringFmt( $12-51-01-0003.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-51-01-0003.Discount = > 0 Then
If $12-51-01-0003.Discount > 0 Then
Var return !assigned StringFmt( $12-51-01-0003.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-51-01-0003.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-51-01-0003.Discount = "" Then
Var return ""
Else
If $12-51-01-0003.Discount = > 0 Then
If $12-51-01-0003.Discount > 0 Then
Var return !assigned StringFmt( $12-51-01-0003.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_deep_fried_nugget.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $TAOTIM.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-51-01-0003.Price
If $TAOTIM.Discount > 0 Then
Var PriceD1 = $TAOTIM.Discount
Else
Var PriceD1 = $TAOTIM.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-51-01-0003.Discount > 0 Then
Var PriceD3 = $12-51-01-0003.Discount
Else
Var PriceD3 = $12-51-01-0003.Price
EndIf
Var PD_CODE1 = "TAOTIM"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-51-01-0003"

File diff suppressed because it is too large Load diff

View file

@ -170,10 +170,11 @@
If $12-00-07-0000.Discount = "" Then
Var return !assigned StringFmt( $12-00-07-0000.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-00-07-0000.Discount = > 0 Then
If $12-00-07-0000.Discount > 0 Then
Var return !assigned StringFmt( $12-00-07-0000.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-00-07-0000.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -187,8 +188,9 @@
If $12-00-07-0000.Discount = "" Then
Var return ""
Else
If $12-00-07-0000.Discount = > 0 Then
If $12-00-07-0000.Discount > 0 Then
Var return !assigned StringFmt( $12-00-07-0000.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -240,9 +242,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_frozen_mango.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-00-07-0000.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-00-07-0000.Discount > 0 Then
Var PriceD3 = $12-00-07-0000.Discount
Else
Var PriceD3 = $12-00-07-0000.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-00-07-0000"
@ -404,10 +418,11 @@
If $12-06-03-0001.Discount = "" Then
Var return !assigned StringFmt( $12-06-03-0001.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-06-03-0001.Discount = > 0 Then
If $12-06-03-0001.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0001.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-06-03-0001.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -421,8 +436,9 @@
If $12-06-03-0001.Discount = "" Then
Var return ""
Else
If $12-06-03-0001.Discount = > 0 Then
If $12-06-03-0001.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0001.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -474,9 +490,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "blended_mango_only.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-06-03-0001.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-06-03-0001.Discount > 0 Then
Var PriceD3 = $12-06-03-0001.Discount
Else
Var PriceD3 = $12-06-03-0001.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-06-03-0001"
@ -638,10 +666,11 @@
If $12-06-03-0002.Discount = "" Then
Var return !assigned StringFmt( $12-06-03-0002.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-06-03-0002.Discount = > 0 Then
If $12-06-03-0002.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0002.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-06-03-0002.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -655,8 +684,9 @@
If $12-06-03-0002.Discount = "" Then
Var return ""
Else
If $12-06-03-0002.Discount = > 0 Then
If $12-06-03-0002.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0002.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -708,9 +738,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "blended_mango_lychee.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-06-03-0002.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-06-03-0002.Discount > 0 Then
Var PriceD3 = $12-06-03-0002.Discount
Else
Var PriceD3 = $12-06-03-0002.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-06-03-0002"
@ -872,10 +914,11 @@
If $12-06-03-0003.Discount = "" Then
Var return !assigned StringFmt( $12-06-03-0003.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-06-03-0003.Discount = > 0 Then
If $12-06-03-0003.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0003.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-06-03-0003.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -889,8 +932,9 @@
If $12-06-03-0003.Discount = "" Then
Var return ""
Else
If $12-06-03-0003.Discount = > 0 Then
If $12-06-03-0003.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0003.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -942,9 +986,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "blended_mango_strawberry.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-06-03-0003.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-06-03-0003.Discount > 0 Then
Var PriceD3 = $12-06-03-0003.Discount
Else
Var PriceD3 = $12-06-03-0003.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-06-03-0003"
@ -1106,10 +1162,11 @@
If $12-06-03-0004.Discount = "" Then
Var return !assigned StringFmt( $12-06-03-0004.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-06-03-0004.Discount = > 0 Then
If $12-06-03-0004.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0004.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-06-03-0004.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1123,8 +1180,9 @@
If $12-06-03-0004.Discount = "" Then
Var return ""
Else
If $12-06-03-0004.Discount = > 0 Then
If $12-06-03-0004.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0004.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1176,9 +1234,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "blended_mango_sala.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-06-03-0004.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-06-03-0004.Discount > 0 Then
Var PriceD3 = $12-06-03-0004.Discount
Else
Var PriceD3 = $12-06-03-0004.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-06-03-0004"
@ -1340,10 +1410,11 @@
If $12-06-03-0005.Discount = "" Then
Var return !assigned StringFmt( $12-06-03-0005.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-06-03-0005.Discount = > 0 Then
If $12-06-03-0005.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0005.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-06-03-0005.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1357,8 +1428,9 @@
If $12-06-03-0005.Discount = "" Then
Var return ""
Else
If $12-06-03-0005.Discount = > 0 Then
If $12-06-03-0005.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0005.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1410,9 +1482,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "blended_mango_greentea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-06-03-0005.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-06-03-0005.Discount > 0 Then
Var PriceD3 = $12-06-03-0005.Discount
Else
Var PriceD3 = $12-06-03-0005.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-06-03-0005"
@ -1574,10 +1658,11 @@
If $12-06-03-0006.Discount = "" Then
Var return !assigned StringFmt( $12-06-03-0006.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-06-03-0006.Discount = > 0 Then
If $12-06-03-0006.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0006.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-06-03-0006.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1591,8 +1676,9 @@
If $12-06-03-0006.Discount = "" Then
Var return ""
Else
If $12-06-03-0006.Discount = > 0 Then
If $12-06-03-0006.Discount > 0 Then
Var return !assigned StringFmt( $12-06-03-0006.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1644,9 +1730,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "blended_mango_taiwanese_tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-06-03-0006.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-06-03-0006.Discount > 0 Then
Var PriceD3 = $12-06-03-0006.Discount
Else
Var PriceD3 = $12-06-03-0006.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-06-03-0006"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $12-99-02-0009.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0009.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0009.Discount = > 0 Then
If $12-99-02-0009.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0009.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0009.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $12-99-02-0009.Discount = "" Then
Var return ""
Else
If $12-99-02-0009.Discount = > 0 Then
If $12-99-02-0009.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0009.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_SALA.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0009.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0009.Discount > 0 Then
Var PriceD2 = $12-99-02-0009.Discount
Else
Var PriceD2 = $12-99-02-0009.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0009"
Var PD_CODE3 = "##-##-##-####"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $12-99-02-0002.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0002.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0002.Discount = > 0 Then
If $12-99-02-0002.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0002.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0002.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $12-99-02-0002.Discount = "" Then
Var return ""
Else
If $12-99-02-0002.Discount = > 0 Then
If $12-99-02-0002.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0002.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_TEA.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0002.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0002.Discount > 0 Then
Var PriceD2 = $12-99-02-0002.Discount
Else
Var PriceD2 = $12-99-02-0002.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0002"
Var PD_CODE3 = "##-##-##-####"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $12-99-02-0019.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0019.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0019.Discount = > 0 Then
If $12-99-02-0019.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0019.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0019.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $12-99-02-0019.Discount = "" Then
Var return ""
Else
If $12-99-02-0019.Discount = > 0 Then
If $12-99-02-0019.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0019.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_TEA.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0019.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0019.Discount > 0 Then
Var PriceD2 = $12-99-02-0019.Discount
Else
Var PriceD2 = $12-99-02-0019.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0019"
Var PD_CODE3 = "##-##-##-####"
@ -1014,10 +1068,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $12-99-02-0006.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0006.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0006.Discount = > 0 Then
If $12-99-02-0006.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0006.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0006.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $12-99-02-0006.Discount = "" Then
Var return ""
Else
If $12-99-02-0006.Discount = > 0 Then
If $12-99-02-0006.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0006.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_YUZU.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0006.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0006.Discount > 0 Then
Var PriceD2 = $12-99-02-0006.Discount
Else
Var PriceD2 = $12-99-02-0006.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0006"
Var PD_CODE3 = "##-##-##-####"
@ -1314,10 +1386,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1331,8 +1404,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1345,10 +1419,11 @@
If $12-99-02-0007.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0007.Discount = > 0 Then
If $12-99-02-0007.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0007.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1362,8 +1437,9 @@
If $12-99-02-0007.Discount = "" Then
Var return ""
Else
If $12-99-02-0007.Discount = > 0 Then
If $12-99-02-0007.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0007.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1376,10 +1452,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1393,8 +1470,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1448,9 +1526,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_BANANA.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0007.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0007.Discount > 0 Then
Var PriceD2 = $12-99-02-0007.Discount
Else
Var PriceD2 = $12-99-02-0007.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0007"
Var PD_CODE3 = "##-##-##-####"
@ -1614,10 +1704,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1631,8 +1722,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1645,10 +1737,11 @@
If $12-99-02-0008.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0008.Discount = > 0 Then
If $12-99-02-0008.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0008.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1662,8 +1755,9 @@
If $12-99-02-0008.Discount = "" Then
Var return ""
Else
If $12-99-02-0008.Discount = > 0 Then
If $12-99-02-0008.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0008.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1676,10 +1770,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1693,8 +1788,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1748,9 +1844,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_LYCHEE.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0008.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0008.Discount > 0 Then
Var PriceD2 = $12-99-02-0008.Discount
Else
Var PriceD2 = $12-99-02-0008.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0008"
Var PD_CODE3 = "##-##-##-####"
@ -1914,10 +2022,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1931,8 +2040,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1945,10 +2055,11 @@
If $12-99-02-0001.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0001.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0001.Discount = > 0 Then
If $12-99-02-0001.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0001.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0001.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1962,8 +2073,9 @@
If $12-99-02-0001.Discount = "" Then
Var return ""
Else
If $12-99-02-0001.Discount = > 0 Then
If $12-99-02-0001.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0001.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1976,10 +2088,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1993,8 +2106,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2048,9 +2162,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_COFFEE.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0001.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0001.Discount > 0 Then
Var PriceD2 = $12-99-02-0001.Discount
Else
Var PriceD2 = $12-99-02-0001.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0001"
Var PD_CODE3 = "##-##-##-####"
@ -2214,10 +2340,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2231,8 +2358,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2245,10 +2373,11 @@
If $12-99-02-0003.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0003.Discount = > 0 Then
If $12-99-02-0003.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0003.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2262,8 +2391,9 @@
If $12-99-02-0003.Discount = "" Then
Var return ""
Else
If $12-99-02-0003.Discount = > 0 Then
If $12-99-02-0003.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0003.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2276,10 +2406,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2293,8 +2424,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2348,9 +2480,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_MILK.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0003.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0003.Discount > 0 Then
Var PriceD2 = $12-99-02-0003.Discount
Else
Var PriceD2 = $12-99-02-0003.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0003"
Var PD_CODE3 = "##-##-##-####"
@ -2514,10 +2658,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2531,8 +2676,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2545,10 +2691,11 @@
If $12-99-02-0005.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0005.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0005.Discount = > 0 Then
If $12-99-02-0005.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0005.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0005.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2562,8 +2709,9 @@
If $12-99-02-0005.Discount = "" Then
Var return ""
Else
If $12-99-02-0005.Discount = > 0 Then
If $12-99-02-0005.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0005.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2576,10 +2724,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2593,8 +2742,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2648,9 +2798,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_MELON.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0005.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0005.Discount > 0 Then
Var PriceD2 = $12-99-02-0005.Discount
Else
Var PriceD2 = $12-99-02-0005.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0005"
Var PD_CODE3 = "##-##-##-####"
@ -2814,10 +2976,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2831,8 +2994,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2845,10 +3009,11 @@
If $12-99-02-0004.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0004.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0004.Discount = > 0 Then
If $12-99-02-0004.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0004.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0004.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2862,8 +3027,9 @@
If $12-99-02-0004.Discount = "" Then
Var return ""
Else
If $12-99-02-0004.Discount = > 0 Then
If $12-99-02-0004.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0004.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2876,10 +3042,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2893,8 +3060,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2948,9 +3116,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_PLUM.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0004.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0004.Discount > 0 Then
Var PriceD2 = $12-99-02-0004.Discount
Else
Var PriceD2 = $12-99-02-0004.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0004"
Var PD_CODE3 = "##-##-##-####"

View file

@ -114,10 +114,11 @@
If $12-05-01-0001.Discount = "" Then
Var return !assigned StringFmt( $12-05-01-0001.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-01-0001.Discount = > 0 Then
If $12-05-01-0001.Discount > 0 Then
Var return !assigned StringFmt( $12-05-01-0001.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-01-0001.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $12-05-01-0001.Discount = "" Then
Var return ""
Else
If $12-05-01-0001.Discount = > 0 Then
If $12-05-01-0001.Discount > 0 Then
Var return !assigned StringFmt( $12-05-01-0001.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $12-05-02-0001.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0001.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0001.Discount = > 0 Then
If $12-05-02-0001.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0001.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0001.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $12-05-02-0001.Discount = "" Then
Var return ""
Else
If $12-05-02-0001.Discount = > 0 Then
If $12-05-02-0001.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0001.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_iced_lime.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-05-01-0001.Price
Var PriceD2 = $12-05-02-0001.Price
Var PriceD3 = $##-##-##-####.Price
If $12-05-01-0001.Discount > 0 Then
Var PriceD1 = $12-05-01-0001.Discount
Else
Var PriceD1 = $12-05-01-0001.Price
EndIf
If $12-05-02-0001.Discount > 0 Then
Var PriceD2 = $12-05-02-0001.Discount
Else
Var PriceD2 = $12-05-02-0001.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "12-05-01-0001"
Var PD_CODE2 = "12-05-02-0001"
Var PD_CODE3 = "##-##-##-####"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $12-05-02-0002.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0002.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0002.Discount = > 0 Then
If $12-05-02-0002.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0002.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0002.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $12-05-02-0002.Discount = "" Then
Var return ""
Else
If $12-05-02-0002.Discount = > 0 Then
If $12-05-02-0002.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0002.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_sala.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0002.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0002.Discount > 0 Then
Var PriceD2 = $12-05-02-0002.Discount
Else
Var PriceD2 = $12-05-02-0002.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0002"
Var PD_CODE3 = "##-##-##-####"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $12-05-02-0007.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0007.Discount = > 0 Then
If $12-05-02-0007.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0007.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $12-05-02-0007.Discount = "" Then
Var return ""
Else
If $12-05-02-0007.Discount = > 0 Then
If $12-05-02-0007.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0007.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_iced_pepsi.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0007.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0007.Discount > 0 Then
Var PriceD2 = $12-05-02-0007.Discount
Else
Var PriceD2 = $12-05-02-0007.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0007"
Var PD_CODE3 = "##-##-##-####"
@ -1014,10 +1068,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $12-05-02-0034.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0034.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0034.Discount = > 0 Then
If $12-05-02-0034.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0034.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0034.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $12-05-02-0034.Discount = "" Then
Var return ""
Else
If $12-05-02-0034.Discount = > 0 Then
If $12-05-02-0034.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0034.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_iced_energy_drink.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0034.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0034.Discount > 0 Then
Var PriceD2 = $12-05-02-0034.Discount
Else
Var PriceD2 = $12-05-02-0034.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0034"
Var PD_CODE3 = "##-##-##-####"
@ -1314,10 +1386,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1331,8 +1404,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1345,10 +1419,11 @@
If $12-05-02-0035.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0035.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0035.Discount = > 0 Then
If $12-05-02-0035.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0035.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0035.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1362,8 +1437,9 @@
If $12-05-02-0035.Discount = "" Then
Var return ""
Else
If $12-05-02-0035.Discount = > 0 Then
If $12-05-02-0035.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0035.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1376,10 +1452,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1393,8 +1470,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1448,9 +1526,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_iced_energy_drink_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0035.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0035.Discount > 0 Then
Var PriceD2 = $12-05-02-0035.Discount
Else
Var PriceD2 = $12-05-02-0035.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0035"
Var PD_CODE3 = "##-##-##-####"
@ -1614,10 +1704,11 @@
If $12-02-01-0027.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0027.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0027.Discount = > 0 Then
If $12-02-01-0027.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0027.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0027.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1631,8 +1722,9 @@
If $12-02-01-0027.Discount = "" Then
Var return ""
Else
If $12-02-01-0027.Discount = > 0 Then
If $12-02-01-0027.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0027.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1645,10 +1737,11 @@
If $12-02-02-0027.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0027.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0027.Discount = > 0 Then
If $12-02-02-0027.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0027.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0027.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1662,8 +1755,9 @@
If $12-02-02-0027.Discount = "" Then
Var return ""
Else
If $12-02-02-0027.Discount = > 0 Then
If $12-02-02-0027.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0027.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1676,10 +1770,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1693,8 +1788,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1748,9 +1844,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_hot_matcha_tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0027.Price
Var PriceD2 = $12-02-02-0027.Price
Var PriceD3 = $##-##-##-####.Price
If $12-02-01-0027.Discount > 0 Then
Var PriceD1 = $12-02-01-0027.Discount
Else
Var PriceD1 = $12-02-01-0027.Price
EndIf
If $12-02-02-0027.Discount > 0 Then
Var PriceD2 = $12-02-02-0027.Discount
Else
Var PriceD2 = $12-02-02-0027.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "12-02-01-0027"
Var PD_CODE2 = "12-02-02-0027"
Var PD_CODE3 = "##-##-##-####"
@ -1914,10 +2022,11 @@
If $12-02-01-0045.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0045.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0045.Discount = > 0 Then
If $12-02-01-0045.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0045.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0045.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1931,8 +2040,9 @@
If $12-02-01-0045.Discount = "" Then
Var return ""
Else
If $12-02-01-0045.Discount = > 0 Then
If $12-02-01-0045.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0045.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1945,10 +2055,11 @@
If $12-02-02-0045.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0045.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0045.Discount = > 0 Then
If $12-02-02-0045.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0045.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0045.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1962,8 +2073,9 @@
If $12-02-02-0045.Discount = "" Then
Var return ""
Else
If $12-02-02-0045.Discount = > 0 Then
If $12-02-02-0045.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0045.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1976,10 +2088,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1993,8 +2106,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2048,9 +2162,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_hot_jasmine_tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0045.Price
Var PriceD2 = $12-02-02-0045.Price
Var PriceD3 = $##-##-##-####.Price
If $12-02-01-0045.Discount > 0 Then
Var PriceD1 = $12-02-01-0045.Discount
Else
Var PriceD1 = $12-02-01-0045.Price
EndIf
If $12-02-02-0045.Discount > 0 Then
Var PriceD2 = $12-02-02-0045.Discount
Else
Var PriceD2 = $12-02-02-0045.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "12-02-01-0045"
Var PD_CODE2 = "12-02-02-0045"
Var PD_CODE3 = "##-##-##-####"
@ -2214,10 +2340,11 @@
If $12-02-01-0048.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0048.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0048.Discount = > 0 Then
If $12-02-01-0048.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0048.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0048.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2231,8 +2358,9 @@
If $12-02-01-0048.Discount = "" Then
Var return ""
Else
If $12-02-01-0048.Discount = > 0 Then
If $12-02-01-0048.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0048.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2245,10 +2373,11 @@
If $12-02-02-0049.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0049.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0049.Discount = > 0 Then
If $12-02-02-0049.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0049.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0049.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2262,8 +2391,9 @@
If $12-02-02-0049.Discount = "" Then
Var return ""
Else
If $12-02-02-0049.Discount = > 0 Then
If $12-02-02-0049.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0049.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2276,10 +2406,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2293,8 +2424,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2348,9 +2480,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_jasmine_lime_tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0048.Price
Var PriceD2 = $12-02-02-0049.Price
Var PriceD3 = $##-##-##-####.Price
If $12-02-01-0048.Discount > 0 Then
Var PriceD1 = $12-02-01-0048.Discount
Else
Var PriceD1 = $12-02-01-0048.Price
EndIf
If $12-02-02-0049.Discount > 0 Then
Var PriceD2 = $12-02-02-0049.Discount
Else
Var PriceD2 = $12-02-02-0049.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "12-02-01-0048"
Var PD_CODE2 = "12-02-02-0049"
Var PD_CODE3 = "##-##-##-####"
@ -2514,10 +2658,11 @@
If $12-02-01-0047.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0047.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0047.Discount = > 0 Then
If $12-02-01-0047.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0047.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0047.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2531,8 +2676,9 @@
If $12-02-01-0047.Discount = "" Then
Var return ""
Else
If $12-02-01-0047.Discount = > 0 Then
If $12-02-01-0047.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0047.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2545,10 +2691,11 @@
If $12-02-02-0047.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0047.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0047.Discount = > 0 Then
If $12-02-02-0047.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0047.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0047.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2562,8 +2709,9 @@
If $12-02-02-0047.Discount = "" Then
Var return ""
Else
If $12-02-02-0047.Discount = > 0 Then
If $12-02-02-0047.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0047.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2576,10 +2724,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2593,8 +2742,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2648,9 +2798,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "15THB/bn_hot_black_thai_tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0047.Price
Var PriceD2 = $12-02-02-0047.Price
Var PriceD3 = $##-##-##-####.Price
If $12-02-01-0047.Discount > 0 Then
Var PriceD1 = $12-02-01-0047.Discount
Else
Var PriceD1 = $12-02-01-0047.Price
EndIf
If $12-02-02-0047.Discount > 0 Then
Var PriceD2 = $12-02-02-0047.Discount
Else
Var PriceD2 = $12-02-02-0047.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "12-02-01-0047"
Var PD_CODE2 = "12-02-02-0047"
Var PD_CODE3 = "##-##-##-####"

File diff suppressed because it is too large Load diff

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $12-01-02-0061.Discount = "" Then
Var return !assigned StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-02-0061.Discount = > 0 Then
If $12-01-02-0061.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0061.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $12-01-02-0061.Discount = "" Then
Var return ""
Else
If $12-01-02-0061.Discount = > 0 Then
If $12-01-02-0061.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0061.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-01-03-0061.Discount = "" Then
Var return !assigned StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-03-0061.Discount = > 0 Then
If $12-01-03-0061.Discount > 0 Then
Var return !assigned StringFmt( $12-01-03-0061.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-01-03-0061.Discount = "" Then
Var return ""
Else
If $12-01-03-0061.Discount = > 0 Then
If $12-01-03-0061.Discount > 0 Then
Var return !assigned StringFmt( $12-01-03-0061.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Mocha_Tokyobanana_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-01-02-0061.Price
Var PriceD3 = $12-01-03-0061.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-01-02-0061.Discount > 0 Then
Var PriceD2 = $12-01-02-0061.Discount
Else
Var PriceD2 = $12-01-02-0061.Price
EndIf
If $12-01-03-0061.Discount > 0 Then
Var PriceD3 = $12-01-03-0061.Discount
Else
Var PriceD3 = $12-01-03-0061.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-01-02-0061"
Var PD_CODE3 = "12-01-03-0061"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $12-21-02-0061.Discount = "" Then
Var return !assigned StringFmt( $12-21-02-0061.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-21-02-0061.Discount = > 0 Then
If $12-21-02-0061.Discount > 0 Then
Var return !assigned StringFmt( $12-21-02-0061.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-21-02-0061.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $12-21-02-0061.Discount = "" Then
Var return ""
Else
If $12-21-02-0061.Discount = > 0 Then
If $12-21-02-0061.Discount > 0 Then
Var return !assigned StringFmt( $12-21-02-0061.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-21-03-0061.Discount = "" Then
Var return !assigned StringFmt( $12-21-03-0061.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-21-03-0061.Discount = > 0 Then
If $12-21-03-0061.Discount > 0 Then
Var return !assigned StringFmt( $12-21-03-0061.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-21-03-0061.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-21-03-0061.Discount = "" Then
Var return ""
Else
If $12-21-03-0061.Discount = > 0 Then
If $12-21-03-0061.Discount > 0 Then
Var return !assigned StringFmt( $12-21-03-0061.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Mocha_Tokyobanana_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-21-02-0061.Price
Var PriceD3 = $12-21-03-0061.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-21-02-0061.Discount > 0 Then
Var PriceD2 = $12-21-02-0061.Discount
Else
Var PriceD2 = $12-21-02-0061.Price
EndIf
If $12-21-03-0061.Discount > 0 Then
Var PriceD3 = $12-21-03-0061.Discount
Else
Var PriceD3 = $12-21-03-0061.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-21-02-0061"
Var PD_CODE3 = "12-21-03-0061"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $12-01-02-0062.Discount = "" Then
Var return !assigned StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-02-0062.Discount = > 0 Then
If $12-01-02-0062.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0062.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $12-01-02-0062.Discount = "" Then
Var return ""
Else
If $12-01-02-0062.Discount = > 0 Then
If $12-01-02-0062.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0062.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_matcha_Latte_TokyoBanana.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-01-02-0062.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-01-02-0062.Discount > 0 Then
Var PriceD2 = $12-01-02-0062.Discount
Else
Var PriceD2 = $12-01-02-0062.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-01-02-0062"
Var PD_CODE3 = "##-##-##-####"
@ -1014,10 +1068,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $12-21-02-0062.Discount = "" Then
Var return !assigned StringFmt( $12-21-02-0062.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-21-02-0062.Discount = > 0 Then
If $12-21-02-0062.Discount > 0 Then
Var return !assigned StringFmt( $12-21-02-0062.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-21-02-0062.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $12-21-02-0062.Discount = "" Then
Var return ""
Else
If $12-21-02-0062.Discount = > 0 Then
If $12-21-02-0062.Discount > 0 Then
Var return !assigned StringFmt( $12-21-02-0062.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_matcha_Latte_TokyoBanana.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-21-02-0062.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-21-02-0062.Discount > 0 Then
Var PriceD2 = $12-21-02-0062.Discount
Else
Var PriceD2 = $12-21-02-0062.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-21-02-0062"
Var PD_CODE3 = "##-##-##-####"
@ -1314,10 +1386,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1331,8 +1404,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1345,10 +1419,11 @@
If $12-03-02-0024.Discount = "" Then
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-02-0024.Discount = > 0 Then
If $12-03-02-0024.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0024.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1362,8 +1437,9 @@
If $12-03-02-0024.Discount = "" Then
Var return ""
Else
If $12-03-02-0024.Discount = > 0 Then
If $12-03-02-0024.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1376,10 +1452,11 @@
If $12-03-03-0024.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0024.Discount = > 0 Then
If $12-03-03-0024.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0024.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1393,8 +1470,9 @@
If $12-03-03-0024.Discount = "" Then
Var return ""
Else
If $12-03-03-0024.Discount = > 0 Then
If $12-03-03-0024.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1448,9 +1526,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Choco_banana_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-03-02-0024.Price
Var PriceD3 = $12-03-03-0024.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-03-02-0024.Discount > 0 Then
Var PriceD2 = $12-03-02-0024.Discount
Else
Var PriceD2 = $12-03-02-0024.Price
EndIf
If $12-03-03-0024.Discount > 0 Then
Var PriceD3 = $12-03-03-0024.Discount
Else
Var PriceD3 = $12-03-03-0024.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-03-02-0024"
Var PD_CODE3 = "12-03-03-0024"
@ -1614,10 +1704,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1631,8 +1722,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1645,10 +1737,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1662,8 +1755,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1676,10 +1770,11 @@
If $12-03-03-0045.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0045.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0045.Discount = > 0 Then
If $12-03-03-0045.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0045.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0045.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1693,8 +1788,9 @@
If $12-03-03-0045.Discount = "" Then
Var return ""
Else
If $12-03-03-0045.Discount = > 0 Then
If $12-03-03-0045.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0045.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1748,9 +1844,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberry_Tokyobanana_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0045.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0045.Discount > 0 Then
Var PriceD3 = $12-03-03-0045.Discount
Else
Var PriceD3 = $12-03-03-0045.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0045"
@ -1914,10 +2022,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1931,8 +2040,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1945,10 +2055,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1962,8 +2073,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1976,10 +2088,11 @@
If $12-03-03-0029.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0029.Discount = > 0 Then
If $12-03-03-0029.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0029.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1993,8 +2106,9 @@
If $12-03-03-0029.Discount = "" Then
Var return ""
Else
If $12-03-03-0029.Discount = > 0 Then
If $12-03-03-0029.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2048,9 +2162,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_BananaOreo_smoothie_bad_valentine.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0029.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0029.Discount > 0 Then
Var PriceD3 = $12-03-03-0029.Discount
Else
Var PriceD3 = $12-03-03-0029.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0029"
@ -2214,10 +2340,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2231,8 +2358,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2245,10 +2373,11 @@
If $12-02-02-0053.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0053.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0053.Discount = > 0 Then
If $12-02-02-0053.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0053.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0053.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2262,8 +2391,9 @@
If $12-02-02-0053.Discount = "" Then
Var return ""
Else
If $12-02-02-0053.Discount = > 0 Then
If $12-02-02-0053.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0053.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2276,10 +2406,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2293,8 +2424,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2348,9 +2480,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ginger_TokyoBanana.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-02-02-0053.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-02-02-0053.Discount > 0 Then
Var PriceD2 = $12-02-02-0053.Discount
Else
Var PriceD2 = $12-02-02-0053.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-02-02-0053"
Var PD_CODE3 = "##-##-##-####"
@ -2514,10 +2658,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2531,8 +2676,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2545,10 +2691,11 @@
If $12-02-02-0054.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0054.Discount = > 0 Then
If $12-02-02-0054.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0054.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2562,8 +2709,9 @@
If $12-02-02-0054.Discount = "" Then
Var return ""
Else
If $12-02-02-0054.Discount = > 0 Then
If $12-02-02-0054.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0054.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2576,10 +2724,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2593,8 +2742,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2648,9 +2798,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_ThaiTea_TokyoBanana.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-02-02-0054.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-02-02-0054.Discount > 0 Then
Var PriceD2 = $12-02-02-0054.Discount
Else
Var PriceD2 = $12-02-02-0054.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-02-02-0054"
Var PD_CODE3 = "##-##-##-####"
@ -2814,10 +2976,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2831,8 +2994,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2845,10 +3009,11 @@
If $12-03-02-0023.Discount = "" Then
Var return !assigned StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-02-0023.Discount = > 0 Then
If $12-03-02-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0023.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2862,8 +3027,9 @@
If $12-03-02-0023.Discount = "" Then
Var return ""
Else
If $12-03-02-0023.Discount = > 0 Then
If $12-03-02-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2876,10 +3042,11 @@
If $12-03-03-0023.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0023.Discount = > 0 Then
If $12-03-03-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0023.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2893,8 +3060,9 @@
If $12-03-03-0023.Discount = "" Then
Var return ""
Else
If $12-03-03-0023.Discount = > 0 Then
If $12-03-03-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2948,9 +3116,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_milk_TokyoBanana.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-03-02-0023.Price
Var PriceD3 = $12-03-03-0023.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-03-02-0023.Discount > 0 Then
Var PriceD2 = $12-03-02-0023.Discount
Else
Var PriceD2 = $12-03-02-0023.Price
EndIf
If $12-03-03-0023.Discount > 0 Then
Var PriceD3 = $12-03-03-0023.Discount
Else
Var PriceD3 = $12-03-03-0023.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-03-02-0023"
Var PD_CODE3 = "12-03-03-0023"
@ -3114,10 +3294,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3131,8 +3312,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3145,10 +3327,11 @@
If $12-05-02-0078.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0078.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0078.Discount = > 0 Then
If $12-05-02-0078.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0078.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0078.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3162,8 +3345,9 @@
If $12-05-02-0078.Discount = "" Then
Var return ""
Else
If $12-05-02-0078.Discount = > 0 Then
If $12-05-02-0078.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0078.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3176,10 +3360,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3193,8 +3378,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3248,9 +3434,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_Banana_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0078.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0078.Discount > 0 Then
Var PriceD2 = $12-05-02-0078.Discount
Else
Var PriceD2 = $12-05-02-0078.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0078"
Var PD_CODE3 = "##-##-##-####"

View file

@ -125,10 +125,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -142,8 +143,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -156,10 +158,11 @@
If $12-05-02-0148.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0148.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0148.Discount = > 0 Then
If $12-05-02-0148.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0148.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0148.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -173,8 +176,9 @@
If $12-05-02-0148.Discount = "" Then
Var return ""
Else
If $12-05-02-0148.Discount = > 0 Then
If $12-05-02-0148.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0148.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -187,10 +191,11 @@
If $12-05-03-0148.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0148.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0148.Discount = > 0 Then
If $12-05-03-0148.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0148.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0148.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -204,8 +209,9 @@
If $12-05-03-0148.Discount = "" Then
Var return ""
Else
If $12-05-03-0148.Discount = > 0 Then
If $12-05-03-0148.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0148.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -259,9 +265,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Pepsi_Tropical.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0148.Price
Var PriceD3 = $12-05-03-0148.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0148.Discount > 0 Then
Var PriceD2 = $12-05-02-0148.Discount
Else
Var PriceD2 = $12-05-02-0148.Price
EndIf
If $12-05-03-0148.Discount > 0 Then
Var PriceD3 = $12-05-03-0148.Discount
Else
Var PriceD3 = $12-05-03-0148.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0148"
Var PD_CODE3 = "12-05-03-0148"
@ -425,10 +443,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -442,8 +461,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -456,10 +476,11 @@
If $12-05-02-0034.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0034.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0034.Discount = > 0 Then
If $12-05-02-0034.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0034.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0034.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -473,8 +494,9 @@
If $12-05-02-0034.Discount = "" Then
Var return ""
Else
If $12-05-02-0034.Discount = > 0 Then
If $12-05-02-0034.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0034.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -487,10 +509,11 @@
If $12-05-03-0034.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0034.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0034.Discount = > 0 Then
If $12-05-03-0034.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0034.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0034.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -504,8 +527,9 @@
If $12-05-03-0034.Discount = "" Then
Var return ""
Else
If $12-05-03-0034.Discount = > 0 Then
If $12-05-03-0034.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0034.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -559,9 +583,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0034.Price
Var PriceD3 = $12-05-03-0034.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0034.Discount > 0 Then
Var PriceD2 = $12-05-02-0034.Discount
Else
Var PriceD2 = $12-05-02-0034.Price
EndIf
If $12-05-03-0034.Discount > 0 Then
Var PriceD3 = $12-05-03-0034.Discount
Else
Var PriceD3 = $12-05-03-0034.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0034"
Var PD_CODE3 = "12-05-03-0034"
@ -725,10 +761,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -742,8 +779,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -756,10 +794,11 @@
If $12-05-02-0035.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0035.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0035.Discount = > 0 Then
If $12-05-02-0035.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0035.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0035.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -773,8 +812,9 @@
If $12-05-02-0035.Discount = "" Then
Var return ""
Else
If $12-05-02-0035.Discount = > 0 Then
If $12-05-02-0035.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0035.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -787,10 +827,11 @@
If $12-05-03-0035.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0035.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0035.Discount = > 0 Then
If $12-05-03-0035.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0035.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0035.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -804,8 +845,9 @@
If $12-05-03-0035.Discount = "" Then
Var return ""
Else
If $12-05-03-0035.Discount = > 0 Then
If $12-05-03-0035.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0035.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -859,9 +901,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0035.Price
Var PriceD3 = $12-05-03-0035.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0035.Discount > 0 Then
Var PriceD2 = $12-05-02-0035.Discount
Else
Var PriceD2 = $12-05-02-0035.Price
EndIf
If $12-05-03-0035.Discount > 0 Then
Var PriceD3 = $12-05-03-0035.Discount
Else
Var PriceD3 = $12-05-03-0035.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0035"
Var PD_CODE3 = "12-05-03-0035"
@ -1025,10 +1079,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1042,8 +1097,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1056,10 +1112,11 @@
If $12-05-02-0136.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0136.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0136.Discount = > 0 Then
If $12-05-02-0136.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0136.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0136.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1073,8 +1130,9 @@
If $12-05-02-0136.Discount = "" Then
Var return ""
Else
If $12-05-02-0136.Discount = > 0 Then
If $12-05-02-0136.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0136.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1087,10 +1145,11 @@
If $12-05-03-0136.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0136.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0136.Discount = > 0 Then
If $12-05-03-0136.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0136.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0136.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1104,8 +1163,9 @@
If $12-05-03-0136.Discount = "" Then
Var return ""
Else
If $12-05-03-0136.Discount = > 0 Then
If $12-05-03-0136.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0136.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1159,9 +1219,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_Strawberry_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0136.Price
Var PriceD3 = $12-05-03-0136.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0136.Discount > 0 Then
Var PriceD2 = $12-05-02-0136.Discount
Else
Var PriceD2 = $12-05-02-0136.Price
EndIf
If $12-05-03-0136.Discount > 0 Then
Var PriceD3 = $12-05-03-0136.Discount
Else
Var PriceD3 = $12-05-03-0136.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0136"
Var PD_CODE3 = "12-05-03-0136"
@ -1325,10 +1397,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1342,8 +1415,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1356,10 +1430,11 @@
If $12-05-02-0137.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0137.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0137.Discount = > 0 Then
If $12-05-02-0137.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0137.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0137.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1373,8 +1448,9 @@
If $12-05-02-0137.Discount = "" Then
Var return ""
Else
If $12-05-02-0137.Discount = > 0 Then
If $12-05-02-0137.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0137.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1387,10 +1463,11 @@
If $12-05-03-0137.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0137.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0137.Discount = > 0 Then
If $12-05-03-0137.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0137.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0137.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1404,8 +1481,9 @@
If $12-05-03-0137.Discount = "" Then
Var return ""
Else
If $12-05-03-0137.Discount = > 0 Then
If $12-05-03-0137.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0137.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1459,9 +1537,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_plum_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0137.Price
Var PriceD3 = $12-05-03-0137.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0137.Discount > 0 Then
Var PriceD2 = $12-05-02-0137.Discount
Else
Var PriceD2 = $12-05-02-0137.Price
EndIf
If $12-05-03-0137.Discount > 0 Then
Var PriceD3 = $12-05-03-0137.Discount
Else
Var PriceD3 = $12-05-03-0137.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0137"
Var PD_CODE3 = "12-05-03-0137"
@ -1625,10 +1715,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1642,8 +1733,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1656,10 +1748,11 @@
If $12-05-02-0138.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0138.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0138.Discount = > 0 Then
If $12-05-02-0138.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0138.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0138.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1673,8 +1766,9 @@
If $12-05-02-0138.Discount = "" Then
Var return ""
Else
If $12-05-02-0138.Discount = > 0 Then
If $12-05-02-0138.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0138.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1687,10 +1781,11 @@
If $12-05-03-0138.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0138.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0138.Discount = > 0 Then
If $12-05-03-0138.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0138.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0138.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1704,8 +1799,9 @@
If $12-05-03-0138.Discount = "" Then
Var return ""
Else
If $12-05-03-0138.Discount = > 0 Then
If $12-05-03-0138.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0138.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1759,9 +1855,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_Lychee_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0138.Price
Var PriceD3 = $12-05-03-0138.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0138.Discount > 0 Then
Var PriceD2 = $12-05-02-0138.Discount
Else
Var PriceD2 = $12-05-02-0138.Price
EndIf
If $12-05-03-0138.Discount > 0 Then
Var PriceD3 = $12-05-03-0138.Discount
Else
Var PriceD3 = $12-05-03-0138.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0138"
Var PD_CODE3 = "12-05-03-0138"
@ -1925,10 +2033,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1942,8 +2051,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1956,10 +2066,11 @@
If $12-05-02-0139.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0139.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0139.Discount = > 0 Then
If $12-05-02-0139.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0139.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0139.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1973,8 +2084,9 @@
If $12-05-02-0139.Discount = "" Then
Var return ""
Else
If $12-05-02-0139.Discount = > 0 Then
If $12-05-02-0139.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0139.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1987,10 +2099,11 @@
If $12-05-03-0139.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0139.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0139.Discount = > 0 Then
If $12-05-03-0139.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0139.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0139.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2004,8 +2117,9 @@
If $12-05-03-0139.Discount = "" Then
Var return ""
Else
If $12-05-03-0139.Discount = > 0 Then
If $12-05-03-0139.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0139.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2059,9 +2173,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_lime_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0139.Price
Var PriceD3 = $12-05-03-0139.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0139.Discount > 0 Then
Var PriceD2 = $12-05-02-0139.Discount
Else
Var PriceD2 = $12-05-02-0139.Price
EndIf
If $12-05-03-0139.Discount > 0 Then
Var PriceD3 = $12-05-03-0139.Discount
Else
Var PriceD3 = $12-05-03-0139.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0139"
Var PD_CODE3 = "12-05-03-0139"
@ -2225,10 +2351,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2242,8 +2369,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2256,10 +2384,11 @@
If $12-05-02-0140.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0140.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0140.Discount = > 0 Then
If $12-05-02-0140.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0140.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0140.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2273,8 +2402,9 @@
If $12-05-02-0140.Discount = "" Then
Var return ""
Else
If $12-05-02-0140.Discount = > 0 Then
If $12-05-02-0140.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0140.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2287,10 +2417,11 @@
If $12-05-03-0140.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0140.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0140.Discount = > 0 Then
If $12-05-03-0140.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0140.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0140.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2304,8 +2435,9 @@
If $12-05-03-0140.Discount = "" Then
Var return ""
Else
If $12-05-03-0140.Discount = > 0 Then
If $12-05-03-0140.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0140.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2359,9 +2491,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_caramel_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0140.Price
Var PriceD3 = $12-05-03-0140.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0140.Discount > 0 Then
Var PriceD2 = $12-05-02-0140.Discount
Else
Var PriceD2 = $12-05-02-0140.Price
EndIf
If $12-05-03-0140.Discount > 0 Then
Var PriceD3 = $12-05-03-0140.Discount
Else
Var PriceD3 = $12-05-03-0140.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0140"
Var PD_CODE3 = "12-05-03-0140"
@ -2525,10 +2669,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2542,8 +2687,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2556,10 +2702,11 @@
If $12-05-02-0141.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0141.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0141.Discount = > 0 Then
If $12-05-02-0141.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0141.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0141.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2573,8 +2720,9 @@
If $12-05-02-0141.Discount = "" Then
Var return ""
Else
If $12-05-02-0141.Discount = > 0 Then
If $12-05-02-0141.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0141.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2587,10 +2735,11 @@
If $12-05-03-0141.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0141.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0141.Discount = > 0 Then
If $12-05-03-0141.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0141.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0141.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2604,8 +2753,9 @@
If $12-05-03-0141.Discount = "" Then
Var return ""
Else
If $12-05-03-0141.Discount = > 0 Then
If $12-05-03-0141.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0141.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2659,9 +2809,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_salak_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0141.Price
Var PriceD3 = $12-05-03-0141.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0141.Discount > 0 Then
Var PriceD2 = $12-05-02-0141.Discount
Else
Var PriceD2 = $12-05-02-0141.Price
EndIf
If $12-05-03-0141.Discount > 0 Then
Var PriceD3 = $12-05-03-0141.Discount
Else
Var PriceD3 = $12-05-03-0141.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0141"
Var PD_CODE3 = "12-05-03-0141"
@ -2825,10 +2987,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2842,8 +3005,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2856,10 +3020,11 @@
If $12-05-02-0142.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0142.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0142.Discount = > 0 Then
If $12-05-02-0142.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0142.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0142.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2873,8 +3038,9 @@
If $12-05-02-0142.Discount = "" Then
Var return ""
Else
If $12-05-02-0142.Discount = > 0 Then
If $12-05-02-0142.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0142.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2887,10 +3053,11 @@
If $12-05-03-0142.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0142.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0142.Discount = > 0 Then
If $12-05-03-0142.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0142.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0142.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2904,8 +3071,9 @@
If $12-05-03-0142.Discount = "" Then
Var return ""
Else
If $12-05-03-0142.Discount = > 0 Then
If $12-05-03-0142.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0142.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2959,9 +3127,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_Extra.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0142.Price
Var PriceD3 = $12-05-03-0142.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0142.Discount > 0 Then
Var PriceD2 = $12-05-02-0142.Discount
Else
Var PriceD2 = $12-05-02-0142.Price
EndIf
If $12-05-03-0142.Discount > 0 Then
Var PriceD3 = $12-05-03-0142.Discount
Else
Var PriceD3 = $12-05-03-0142.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0142"
Var PD_CODE3 = "12-05-03-0142"
@ -3125,10 +3305,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3142,8 +3323,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3156,10 +3338,11 @@
If $12-05-02-0143.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0143.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0143.Discount = > 0 Then
If $12-05-02-0143.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0143.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0143.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3173,8 +3356,9 @@
If $12-05-02-0143.Discount = "" Then
Var return ""
Else
If $12-05-02-0143.Discount = > 0 Then
If $12-05-02-0143.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0143.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3187,10 +3371,11 @@
If $12-05-03-0143.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0143.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0143.Discount = > 0 Then
If $12-05-03-0143.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0143.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0143.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3204,8 +3389,9 @@
If $12-05-03-0143.Discount = "" Then
Var return ""
Else
If $12-05-03-0143.Discount = > 0 Then
If $12-05-03-0143.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0143.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3259,9 +3445,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_energy_drink_soda_Extra.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0143.Price
Var PriceD3 = $12-05-03-0143.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0143.Discount > 0 Then
Var PriceD2 = $12-05-02-0143.Discount
Else
Var PriceD2 = $12-05-02-0143.Price
EndIf
If $12-05-03-0143.Discount > 0 Then
Var PriceD3 = $12-05-03-0143.Discount
Else
Var PriceD3 = $12-05-03-0143.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0143"
Var PD_CODE3 = "12-05-03-0143"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-03-03-0103.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0103.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0103.Discount = > 0 Then
If $12-03-03-0103.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0103.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0103.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-03-03-0103.Discount = "" Then
Var return ""
Else
If $12-03-03-0103.Discount = > 0 Then
If $12-03-03-0103.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0103.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0103.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0103.Discount > 0 Then
Var PriceD3 = $12-03-03-0103.Discount
Else
Var PriceD3 = $12-03-03-0103.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0103"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-03-03-0104.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0104.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0104.Discount = > 0 Then
If $12-03-03-0104.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0104.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0104.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-03-03-0104.Discount = "" Then
Var return ""
Else
If $12-03-03-0104.Discount = > 0 Then
If $12-03-03-0104.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0104.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Strawberry_Smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0104.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0104.Discount > 0 Then
Var PriceD3 = $12-03-03-0104.Discount
Else
Var PriceD3 = $12-03-03-0104.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0104"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-03-03-0105.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0105.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0105.Discount = > 0 Then
If $12-03-03-0105.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0105.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0105.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-03-03-0105.Discount = "" Then
Var return ""
Else
If $12-03-03-0105.Discount = > 0 Then
If $12-03-03-0105.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0105.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Cocoa_Smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0105.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0105.Discount > 0 Then
Var PriceD3 = $12-03-03-0105.Discount
Else
Var PriceD3 = $12-03-03-0105.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0105"
@ -1014,10 +1068,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $12-03-03-0106.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0106.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0106.Discount = > 0 Then
If $12-03-03-0106.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0106.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0106.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $12-03-03-0106.Discount = "" Then
Var return ""
Else
If $12-03-03-0106.Discount = > 0 Then
If $12-03-03-0106.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0106.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Matcha_Smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0106.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0106.Discount > 0 Then
Var PriceD3 = $12-03-03-0106.Discount
Else
Var PriceD3 = $12-03-03-0106.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0106"
@ -1314,10 +1386,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1331,8 +1404,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1345,10 +1419,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1362,8 +1437,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1376,10 +1452,11 @@
If $12-01-03-0090.Discount = "" Then
Var return !assigned StringFmt( $12-01-03-0090.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-03-0090.Discount = > 0 Then
If $12-01-03-0090.Discount > 0 Then
Var return !assigned StringFmt( $12-01-03-0090.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-03-0090.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1393,8 +1470,9 @@
If $12-01-03-0090.Discount = "" Then
Var return ""
Else
If $12-01-03-0090.Discount = > 0 Then
If $12-01-03-0090.Discount > 0 Then
Var return !assigned StringFmt( $12-01-03-0090.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1448,9 +1526,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Coffee_Smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-01-03-0090.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-01-03-0090.Discount > 0 Then
Var PriceD3 = $12-01-03-0090.Discount
Else
Var PriceD3 = $12-01-03-0090.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-01-03-0090"
@ -1614,10 +1704,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1631,8 +1722,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1645,10 +1737,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1662,8 +1755,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1676,10 +1770,11 @@
If $12-21-03-0090.Discount = "" Then
Var return !assigned StringFmt( $12-21-03-0090.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-21-03-0090.Discount = > 0 Then
If $12-21-03-0090.Discount > 0 Then
Var return !assigned StringFmt( $12-21-03-0090.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-21-03-0090.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1693,8 +1788,9 @@
If $12-21-03-0090.Discount = "" Then
Var return ""
Else
If $12-21-03-0090.Discount = > 0 Then
If $12-21-03-0090.Discount > 0 Then
Var return !assigned StringFmt( $12-21-03-0090.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1748,9 +1844,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Coconut_Milk_Coffee_Smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-21-03-0090.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-21-03-0090.Discount > 0 Then
Var PriceD3 = $12-21-03-0090.Discount
Else
Var PriceD3 = $12-21-03-0090.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-21-03-0090"

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-99-03-0026.Discount = "" Then
Var return !assigned StringFmt( $12-99-03-0026.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-03-0026.Discount = > 0 Then
If $12-99-03-0026.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0026.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-03-0026.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-99-03-0026.Discount = "" Then
Var return ""
Else
If $12-99-03-0026.Discount = > 0 Then
If $12-99-03-0026.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0026.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_oreo_freefire.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-99-03-0026.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-99-03-0026.Discount > 0 Then
Var PriceD3 = $12-99-03-0026.Discount
Else
Var PriceD3 = $12-99-03-0026.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-99-03-0026"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-99-03-0067.Discount = "" Then
Var return !assigned StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-03-0067.Discount = > 0 Then
If $12-99-03-0067.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0067.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-99-03-0067.Discount = "" Then
Var return ""
Else
If $12-99-03-0067.Discount = > 0 Then
If $12-99-03-0067.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0067.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_oreo_Chocolate_Milk_freefire.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-99-03-0067.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-99-03-0067.Discount > 0 Then
Var PriceD3 = $12-99-03-0067.Discount
Else
Var PriceD3 = $12-99-03-0067.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-99-03-0067"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-99-03-0066.Discount = "" Then
Var return !assigned StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-03-0066.Discount = > 0 Then
If $12-99-03-0066.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0066.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-99-03-0066.Discount = "" Then
Var return ""
Else
If $12-99-03-0066.Discount = > 0 Then
If $12-99-03-0066.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0066.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_smoothie_oreo_Pepsi_Milk_freefire.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-99-03-0066.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-99-03-0066.Discount > 0 Then
Var PriceD3 = $12-99-03-0066.Discount
Else
Var PriceD3 = $12-99-03-0066.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-99-03-0066"

File diff suppressed because it is too large Load diff

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-01-03-0078.Discount = "" Then
Var return !assigned StringFmt( $12-01-03-0078.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-03-0078.Discount = > 0 Then
If $12-01-03-0078.Discount > 0 Then
Var return !assigned StringFmt( $12-01-03-0078.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-03-0078.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-01-03-0078.Discount = "" Then
Var return ""
Else
If $12-01-03-0078.Discount = > 0 Then
If $12-01-03-0078.Discount > 0 Then
Var return !assigned StringFmt( $12-01-03-0078.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Espresso_Oreo_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-01-03-0078.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-01-03-0078.Discount > 0 Then
Var PriceD3 = $12-01-03-0078.Discount
Else
Var PriceD3 = $12-01-03-0078.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-01-03-0078"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-21-03-0078.Discount = "" Then
Var return !assigned StringFmt( $12-21-03-0078.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-21-03-0078.Discount = > 0 Then
If $12-21-03-0078.Discount > 0 Then
Var return !assigned StringFmt( $12-21-03-0078.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-21-03-0078.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-21-03-0078.Discount = "" Then
Var return ""
Else
If $12-21-03-0078.Discount = > 0 Then
If $12-21-03-0078.Discount > 0 Then
Var return !assigned StringFmt( $12-21-03-0078.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Espresso_Oreo_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-21-03-0078.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-21-03-0078.Discount > 0 Then
Var PriceD3 = $12-21-03-0078.Discount
Else
Var PriceD3 = $12-21-03-0078.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-21-03-0078"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-02-03-0057.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0057.Discount = > 0 Then
If $12-02-03-0057.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0057.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-02-03-0057.Discount = "" Then
Var return ""
Else
If $12-02-03-0057.Discount = > 0 Then
If $12-02-03-0057.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0057.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_GreenTea_Oreo_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-02-03-0057.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-02-03-0057.Discount > 0 Then
Var PriceD3 = $12-02-03-0057.Discount
Else
Var PriceD3 = $12-02-03-0057.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-02-03-0057"
@ -1014,10 +1068,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $12-02-03-0058.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0058.Discount = > 0 Then
If $12-02-03-0058.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0058.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $12-02-03-0058.Discount = "" Then
Var return ""
Else
If $12-02-03-0058.Discount = > 0 Then
If $12-02-03-0058.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0058.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_ThaiTea_Oreo_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-02-03-0058.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-02-03-0058.Discount > 0 Then
Var PriceD3 = $12-02-03-0058.Discount
Else
Var PriceD3 = $12-02-03-0058.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-02-03-0058"

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $12-03-02-0075.Discount = "" Then
Var return !assigned StringFmt( $12-03-02-0075.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-02-0075.Discount = > 0 Then
If $12-03-02-0075.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0075.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-02-0075.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $12-03-02-0075.Discount = "" Then
Var return ""
Else
If $12-03-02-0075.Discount = > 0 Then
If $12-03-02-0075.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0075.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-03-03-0075.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0075.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0075.Discount = > 0 Then
If $12-03-03-0075.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0075.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0075.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-03-03-0075.Discount = "" Then
Var return ""
Else
If $12-03-03-0075.Discount = > 0 Then
If $12-03-03-0075.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0075.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_milk_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-03-02-0075.Price
Var PriceD3 = $12-03-03-0075.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-03-02-0075.Discount > 0 Then
Var PriceD2 = $12-03-02-0075.Discount
Else
Var PriceD2 = $12-03-02-0075.Price
EndIf
If $12-03-03-0075.Discount > 0 Then
Var PriceD3 = $12-03-03-0075.Discount
Else
Var PriceD3 = $12-03-03-0075.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-03-02-0075"
Var PD_CODE3 = "12-03-03-0075"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $12-05-02-0124.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0124.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0124.Discount = > 0 Then
If $12-05-02-0124.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0124.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0124.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $12-05-02-0124.Discount = "" Then
Var return ""
Else
If $12-05-02-0124.Discount = > 0 Then
If $12-05-02-0124.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0124.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-05-03-0124.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0124.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0124.Discount = > 0 Then
If $12-05-03-0124.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0124.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0124.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-05-03-0124.Discount = "" Then
Var return ""
Else
If $12-05-03-0124.Discount = > 0 Then
If $12-05-03-0124.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0124.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_water_roomtemp_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0124.Price
Var PriceD3 = $12-05-03-0124.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0124.Discount > 0 Then
Var PriceD2 = $12-05-02-0124.Discount
Else
Var PriceD2 = $12-05-02-0124.Price
EndIf
If $12-05-03-0124.Discount > 0 Then
Var PriceD3 = $12-05-03-0124.Discount
Else
Var PriceD3 = $12-05-03-0124.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0124"
Var PD_CODE3 = "12-05-03-0124"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $12-02-02-0068.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0068.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0068.Discount = > 0 Then
If $12-02-02-0068.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0068.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0068.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $12-02-02-0068.Discount = "" Then
Var return ""
Else
If $12-02-02-0068.Discount = > 0 Then
If $12-02-02-0068.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0068.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-02-03-0068.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0068.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0068.Discount = > 0 Then
If $12-02-03-0068.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0068.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0068.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-02-03-0068.Discount = "" Then
Var return ""
Else
If $12-02-03-0068.Discount = > 0 Then
If $12-02-03-0068.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0068.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_thai_tea_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-02-02-0068.Price
Var PriceD3 = $12-02-03-0068.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-02-02-0068.Discount > 0 Then
Var PriceD2 = $12-02-02-0068.Discount
Else
Var PriceD2 = $12-02-02-0068.Price
EndIf
If $12-02-03-0068.Discount > 0 Then
Var PriceD3 = $12-02-03-0068.Discount
Else
Var PriceD3 = $12-02-03-0068.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-02-02-0068"
Var PD_CODE3 = "12-02-03-0068"
@ -1014,10 +1068,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $12-05-02-0125.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0125.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0125.Discount = > 0 Then
If $12-05-02-0125.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0125.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0125.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $12-05-02-0125.Discount = "" Then
Var return ""
Else
If $12-05-02-0125.Discount = > 0 Then
If $12-05-02-0125.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0125.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_soda_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0125.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0125.Discount > 0 Then
Var PriceD2 = $12-05-02-0125.Discount
Else
Var PriceD2 = $12-05-02-0125.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0125"
Var PD_CODE3 = "##-##-##-####"
@ -1314,10 +1386,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1331,8 +1404,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1345,10 +1419,11 @@
If $12-01-02-0075.Discount = "" Then
Var return !assigned StringFmt( $12-01-02-0075.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-02-0075.Discount = > 0 Then
If $12-01-02-0075.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0075.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-02-0075.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1362,8 +1437,9 @@
If $12-01-02-0075.Discount = "" Then
Var return ""
Else
If $12-01-02-0075.Discount = > 0 Then
If $12-01-02-0075.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0075.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1376,10 +1452,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1393,8 +1470,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1448,9 +1526,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_america_no_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-01-02-0075.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-01-02-0075.Discount > 0 Then
Var PriceD2 = $12-01-02-0075.Discount
Else
Var PriceD2 = $12-01-02-0075.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-01-02-0075"
Var PD_CODE3 = "##-##-##-####"
@ -1614,10 +1704,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1631,8 +1722,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1645,10 +1737,11 @@
If $12-21-02-0075.Discount = "" Then
Var return !assigned StringFmt( $12-21-02-0075.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-21-02-0075.Discount = > 0 Then
If $12-21-02-0075.Discount > 0 Then
Var return !assigned StringFmt( $12-21-02-0075.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-21-02-0075.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1662,8 +1755,9 @@
If $12-21-02-0075.Discount = "" Then
Var return ""
Else
If $12-21-02-0075.Discount = > 0 Then
If $12-21-02-0075.Discount > 0 Then
Var return !assigned StringFmt( $12-21-02-0075.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1676,10 +1770,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1693,8 +1788,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1748,9 +1844,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_america_no_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-21-02-0075.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-21-02-0075.Discount > 0 Then
Var PriceD2 = $12-21-02-0075.Discount
Else
Var PriceD2 = $12-21-02-0075.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-21-02-0075"
Var PD_CODE3 = "##-##-##-####"
@ -1914,10 +2022,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1931,8 +2040,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1945,10 +2055,11 @@
If $12-03-02-0076.Discount = "" Then
Var return !assigned StringFmt( $12-03-02-0076.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-02-0076.Discount = > 0 Then
If $12-03-02-0076.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0076.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-02-0076.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1962,8 +2073,9 @@
If $12-03-02-0076.Discount = "" Then
Var return ""
Else
If $12-03-02-0076.Discount = > 0 Then
If $12-03-02-0076.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0076.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1976,10 +2088,11 @@
If $12-03-03-0076.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0076.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0076.Discount = > 0 Then
If $12-03-03-0076.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0076.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0076.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1993,8 +2106,9 @@
If $12-03-03-0076.Discount = "" Then
Var return ""
Else
If $12-03-03-0076.Discount = > 0 Then
If $12-03-03-0076.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0076.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2048,9 +2162,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_cocoa_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-03-02-0076.Price
Var PriceD3 = $12-03-03-0076.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-03-02-0076.Discount > 0 Then
Var PriceD2 = $12-03-02-0076.Discount
Else
Var PriceD2 = $12-03-02-0076.Price
EndIf
If $12-03-03-0076.Discount > 0 Then
Var PriceD3 = $12-03-03-0076.Discount
Else
Var PriceD3 = $12-03-03-0076.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-03-02-0076"
Var PD_CODE3 = "12-03-03-0076"
@ -2214,10 +2340,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2231,8 +2358,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2245,10 +2373,11 @@
If $12-02-02-0069.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0069.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0069.Discount = > 0 Then
If $12-02-02-0069.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0069.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0069.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2262,8 +2391,9 @@
If $12-02-02-0069.Discount = "" Then
Var return ""
Else
If $12-02-02-0069.Discount = > 0 Then
If $12-02-02-0069.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0069.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2276,10 +2406,11 @@
If $12-02-03-0069.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0069.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0069.Discount = > 0 Then
If $12-02-03-0069.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0069.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0069.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2293,8 +2424,9 @@
If $12-02-03-0069.Discount = "" Then
Var return ""
Else
If $12-02-03-0069.Discount = > 0 Then
If $12-02-03-0069.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0069.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2348,9 +2480,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Ginger_tea_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-02-02-0069.Price
Var PriceD3 = $12-02-03-0069.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-02-02-0069.Discount > 0 Then
Var PriceD2 = $12-02-02-0069.Discount
Else
Var PriceD2 = $12-02-02-0069.Price
EndIf
If $12-02-03-0069.Discount > 0 Then
Var PriceD3 = $12-02-03-0069.Discount
Else
Var PriceD3 = $12-02-03-0069.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-02-02-0069"
Var PD_CODE3 = "12-02-03-0069"
@ -2514,10 +2658,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2531,8 +2676,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2545,10 +2691,11 @@
If $12-05-02-0126.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0126.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0126.Discount = > 0 Then
If $12-05-02-0126.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0126.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0126.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2562,8 +2709,9 @@
If $12-05-02-0126.Discount = "" Then
Var return ""
Else
If $12-05-02-0126.Discount = > 0 Then
If $12-05-02-0126.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0126.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2576,10 +2724,11 @@
If $12-05-03-0126.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0126.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0126.Discount = > 0 Then
If $12-05-03-0126.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0126.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0126.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2593,8 +2742,9 @@
If $12-05-03-0126.Discount = "" Then
Var return ""
Else
If $12-05-03-0126.Discount = > 0 Then
If $12-05-03-0126.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0126.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2648,9 +2798,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_7up_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0126.Price
Var PriceD3 = $12-05-03-0126.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0126.Discount > 0 Then
Var PriceD2 = $12-05-02-0126.Discount
Else
Var PriceD2 = $12-05-02-0126.Price
EndIf
If $12-05-03-0126.Discount > 0 Then
Var PriceD3 = $12-05-03-0126.Discount
Else
Var PriceD3 = $12-05-03-0126.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0126"
Var PD_CODE3 = "12-05-03-0126"
@ -2814,10 +2976,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2831,8 +2994,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2845,10 +3009,11 @@
If $12-05-02-0127.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0127.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0127.Discount = > 0 Then
If $12-05-02-0127.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0127.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0127.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2862,8 +3027,9 @@
If $12-05-02-0127.Discount = "" Then
Var return ""
Else
If $12-05-02-0127.Discount = > 0 Then
If $12-05-02-0127.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0127.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2876,10 +3042,11 @@
If $12-05-03-0127.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0127.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0127.Discount = > 0 Then
If $12-05-03-0127.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0127.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0127.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2893,8 +3060,9 @@
If $12-05-03-0127.Discount = "" Then
Var return ""
Else
If $12-05-03-0127.Discount = > 0 Then
If $12-05-03-0127.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0127.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2948,9 +3116,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_lemonade_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0127.Price
Var PriceD3 = $12-05-03-0127.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0127.Discount > 0 Then
Var PriceD2 = $12-05-02-0127.Discount
Else
Var PriceD2 = $12-05-02-0127.Price
EndIf
If $12-05-03-0127.Discount > 0 Then
Var PriceD3 = $12-05-03-0127.Discount
Else
Var PriceD3 = $12-05-03-0127.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0127"
Var PD_CODE3 = "12-05-03-0127"
@ -3114,10 +3294,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3131,8 +3312,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3145,10 +3327,11 @@
If $12-02-02-0070.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0070.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0070.Discount = > 0 Then
If $12-02-02-0070.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0070.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0070.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3162,8 +3345,9 @@
If $12-02-02-0070.Discount = "" Then
Var return ""
Else
If $12-02-02-0070.Discount = > 0 Then
If $12-02-02-0070.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0070.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3176,10 +3360,11 @@
If $12-02-03-0070.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0070.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0070.Discount = > 0 Then
If $12-02-03-0070.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0070.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0070.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3193,8 +3378,9 @@
If $12-02-03-0070.Discount = "" Then
Var return ""
Else
If $12-02-03-0070.Discount = > 0 Then
If $12-02-03-0070.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0070.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3248,9 +3434,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_tea_jemila_pro.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-02-02-0070.Price
Var PriceD3 = $12-02-03-0070.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-02-02-0070.Discount > 0 Then
Var PriceD2 = $12-02-02-0070.Discount
Else
Var PriceD2 = $12-02-02-0070.Price
EndIf
If $12-02-03-0070.Discount > 0 Then
Var PriceD3 = $12-02-03-0070.Discount
Else
Var PriceD3 = $12-02-03-0070.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-02-02-0070"
Var PD_CODE3 = "12-02-03-0070"

View file

@ -114,10 +114,11 @@
If $12-02-01-0091.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0091.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0091.Discount = > 0 Then
If $12-02-01-0091.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0091.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0091.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $12-02-01-0091.Discount = "" Then
Var return ""
Else
If $12-02-01-0091.Discount = > 0 Then
If $12-02-01-0091.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0091.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $12-02-02-0091.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0091.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0091.Discount = > 0 Then
If $12-02-02-0091.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0091.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0091.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $12-02-02-0091.Discount = "" Then
Var return ""
Else
If $12-02-02-0091.Discount = > 0 Then
If $12-02-02-0091.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0091.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-02-03-0091.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0091.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0091.Discount = > 0 Then
If $12-02-03-0091.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0091.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0091.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-02-03-0091.Discount = "" Then
Var return ""
Else
If $12-02-03-0091.Discount = > 0 Then
If $12-02-03-0091.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0091.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_SALAK.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0091.Price
Var PriceD2 = $12-02-02-0091.Price
Var PriceD3 = $12-02-03-0091.Price
If $12-02-01-0091.Discount > 0 Then
Var PriceD1 = $12-02-01-0091.Discount
Else
Var PriceD1 = $12-02-01-0091.Price
EndIf
If $12-02-02-0091.Discount > 0 Then
Var PriceD2 = $12-02-02-0091.Discount
Else
Var PriceD2 = $12-02-02-0091.Price
EndIf
If $12-02-03-0091.Discount > 0 Then
Var PriceD3 = $12-02-03-0091.Discount
Else
Var PriceD3 = $12-02-03-0091.Price
EndIf
Var PD_CODE1 = "12-02-01-0091"
Var PD_CODE2 = "12-02-02-0091"
Var PD_CODE3 = "12-02-03-0091"
@ -414,10 +432,11 @@
If $12-02-01-0092.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0092.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0092.Discount = > 0 Then
If $12-02-01-0092.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0092.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0092.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $12-02-01-0092.Discount = "" Then
Var return ""
Else
If $12-02-01-0092.Discount = > 0 Then
If $12-02-01-0092.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0092.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $12-02-02-0092.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0092.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0092.Discount = > 0 Then
If $12-02-02-0092.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0092.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0092.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $12-02-02-0092.Discount = "" Then
Var return ""
Else
If $12-02-02-0092.Discount = > 0 Then
If $12-02-02-0092.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0092.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-02-03-0092.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0092.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0092.Discount = > 0 Then
If $12-02-03-0092.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0092.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0092.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-02-03-0092.Discount = "" Then
Var return ""
Else
If $12-02-03-0092.Discount = > 0 Then
If $12-02-03-0092.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0092.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_COCOA.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0092.Price
Var PriceD2 = $12-02-02-0092.Price
Var PriceD3 = $12-02-03-0092.Price
If $12-02-01-0092.Discount > 0 Then
Var PriceD1 = $12-02-01-0092.Discount
Else
Var PriceD1 = $12-02-01-0092.Price
EndIf
If $12-02-02-0092.Discount > 0 Then
Var PriceD2 = $12-02-02-0092.Discount
Else
Var PriceD2 = $12-02-02-0092.Price
EndIf
If $12-02-03-0092.Discount > 0 Then
Var PriceD3 = $12-02-03-0092.Discount
Else
Var PriceD3 = $12-02-03-0092.Price
EndIf
Var PD_CODE1 = "12-02-01-0092"
Var PD_CODE2 = "12-02-02-0092"
Var PD_CODE3 = "12-02-03-0092"
@ -714,10 +750,11 @@
If $12-02-01-0093.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0093.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0093.Discount = > 0 Then
If $12-02-01-0093.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0093.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0093.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $12-02-01-0093.Discount = "" Then
Var return ""
Else
If $12-02-01-0093.Discount = > 0 Then
If $12-02-01-0093.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0093.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $12-02-02-0093.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0093.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0093.Discount = > 0 Then
If $12-02-02-0093.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0093.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0093.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $12-02-02-0093.Discount = "" Then
Var return ""
Else
If $12-02-02-0093.Discount = > 0 Then
If $12-02-02-0093.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0093.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-02-03-0093.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0093.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0093.Discount = > 0 Then
If $12-02-03-0093.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0093.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0093.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-02-03-0093.Discount = "" Then
Var return ""
Else
If $12-02-03-0093.Discount = > 0 Then
If $12-02-03-0093.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0093.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_taiwanese_milk_tea_Strawberry.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0093.Price
Var PriceD2 = $12-02-02-0093.Price
Var PriceD3 = $12-02-03-0093.Price
If $12-02-01-0093.Discount > 0 Then
Var PriceD1 = $12-02-01-0093.Discount
Else
Var PriceD1 = $12-02-01-0093.Price
EndIf
If $12-02-02-0093.Discount > 0 Then
Var PriceD2 = $12-02-02-0093.Discount
Else
Var PriceD2 = $12-02-02-0093.Price
EndIf
If $12-02-03-0093.Discount > 0 Then
Var PriceD3 = $12-02-03-0093.Discount
Else
Var PriceD3 = $12-02-03-0093.Price
EndIf
Var PD_CODE1 = "12-02-01-0093"
Var PD_CODE2 = "12-02-02-0093"
Var PD_CODE3 = "12-02-03-0093"
@ -1014,10 +1068,11 @@
If $12-02-01-0094.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0094.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0094.Discount = > 0 Then
If $12-02-01-0094.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0094.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0094.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $12-02-01-0094.Discount = "" Then
Var return ""
Else
If $12-02-01-0094.Discount = > 0 Then
If $12-02-01-0094.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0094.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $12-02-02-0094.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0094.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0094.Discount = > 0 Then
If $12-02-02-0094.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0094.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0094.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $12-02-02-0094.Discount = "" Then
Var return ""
Else
If $12-02-02-0094.Discount = > 0 Then
If $12-02-02-0094.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0094.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $12-02-03-0094.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0094.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0094.Discount = > 0 Then
If $12-02-03-0094.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0094.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0094.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $12-02-03-0094.Discount = "" Then
Var return ""
Else
If $12-02-03-0094.Discount = > 0 Then
If $12-02-03-0094.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0094.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_Cocoa_Coconut.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0094.Price
Var PriceD2 = $12-02-02-0094.Price
Var PriceD3 = $12-02-03-0094.Price
If $12-02-01-0094.Discount > 0 Then
Var PriceD1 = $12-02-01-0094.Discount
Else
Var PriceD1 = $12-02-01-0094.Price
EndIf
If $12-02-02-0094.Discount > 0 Then
Var PriceD2 = $12-02-02-0094.Discount
Else
Var PriceD2 = $12-02-02-0094.Price
EndIf
If $12-02-03-0094.Discount > 0 Then
Var PriceD3 = $12-02-03-0094.Discount
Else
Var PriceD3 = $12-02-03-0094.Price
EndIf
Var PD_CODE1 = "12-02-01-0094"
Var PD_CODE2 = "12-02-02-0094"
Var PD_CODE3 = "12-02-03-0094"
@ -1314,10 +1386,11 @@
If $12-02-01-0095.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0095.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0095.Discount = > 0 Then
If $12-02-01-0095.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0095.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0095.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1331,8 +1404,9 @@
If $12-02-01-0095.Discount = "" Then
Var return ""
Else
If $12-02-01-0095.Discount = > 0 Then
If $12-02-01-0095.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0095.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1345,10 +1419,11 @@
If $12-02-02-0095.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0095.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0095.Discount = > 0 Then
If $12-02-02-0095.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0095.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0095.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1362,8 +1437,9 @@
If $12-02-02-0095.Discount = "" Then
Var return ""
Else
If $12-02-02-0095.Discount = > 0 Then
If $12-02-02-0095.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0095.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1376,10 +1452,11 @@
If $12-02-03-0095.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0095.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0095.Discount = > 0 Then
If $12-02-03-0095.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0095.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0095.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1393,8 +1470,9 @@
If $12-02-03-0095.Discount = "" Then
Var return ""
Else
If $12-02-03-0095.Discount = > 0 Then
If $12-02-03-0095.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0095.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1448,9 +1526,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_Lychee.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0095.Price
Var PriceD2 = $12-02-02-0095.Price
Var PriceD3 = $12-02-03-0095.Price
If $12-02-01-0095.Discount > 0 Then
Var PriceD1 = $12-02-01-0095.Discount
Else
Var PriceD1 = $12-02-01-0095.Price
EndIf
If $12-02-02-0095.Discount > 0 Then
Var PriceD2 = $12-02-02-0095.Discount
Else
Var PriceD2 = $12-02-02-0095.Price
EndIf
If $12-02-03-0095.Discount > 0 Then
Var PriceD3 = $12-02-03-0095.Discount
Else
Var PriceD3 = $12-02-03-0095.Price
EndIf
Var PD_CODE1 = "12-02-01-0095"
Var PD_CODE2 = "12-02-02-0095"
Var PD_CODE3 = "12-02-03-0095"
@ -1614,10 +1704,11 @@
If $12-02-01-0096.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0096.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0096.Discount = > 0 Then
If $12-02-01-0096.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0096.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0096.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1631,8 +1722,9 @@
If $12-02-01-0096.Discount = "" Then
Var return ""
Else
If $12-02-01-0096.Discount = > 0 Then
If $12-02-01-0096.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0096.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1645,10 +1737,11 @@
If $12-02-02-0096.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0096.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0096.Discount = > 0 Then
If $12-02-02-0096.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0096.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0096.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1662,8 +1755,9 @@
If $12-02-02-0096.Discount = "" Then
Var return ""
Else
If $12-02-02-0096.Discount = > 0 Then
If $12-02-02-0096.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0096.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1676,10 +1770,11 @@
If $12-02-03-0096.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0096.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0096.Discount = > 0 Then
If $12-02-03-0096.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0096.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0096.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1693,8 +1788,9 @@
If $12-02-03-0096.Discount = "" Then
Var return ""
Else
If $12-02-03-0096.Discount = > 0 Then
If $12-02-03-0096.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0096.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1748,9 +1844,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_Plum.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0096.Price
Var PriceD2 = $12-02-02-0096.Price
Var PriceD3 = $12-02-03-0096.Price
If $12-02-01-0096.Discount > 0 Then
Var PriceD1 = $12-02-01-0096.Discount
Else
Var PriceD1 = $12-02-01-0096.Price
EndIf
If $12-02-02-0096.Discount > 0 Then
Var PriceD2 = $12-02-02-0096.Discount
Else
Var PriceD2 = $12-02-02-0096.Price
EndIf
If $12-02-03-0096.Discount > 0 Then
Var PriceD3 = $12-02-03-0096.Discount
Else
Var PriceD3 = $12-02-03-0096.Price
EndIf
Var PD_CODE1 = "12-02-01-0096"
Var PD_CODE2 = "12-02-02-0096"
Var PD_CODE3 = "12-02-03-0096"
@ -1914,10 +2022,11 @@
If $12-02-01-0039.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0039.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0039.Discount = > 0 Then
If $12-02-01-0039.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0039.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0039.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1931,8 +2040,9 @@
If $12-02-01-0039.Discount = "" Then
Var return ""
Else
If $12-02-01-0039.Discount = > 0 Then
If $12-02-01-0039.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0039.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1945,10 +2055,11 @@
If $12-02-02-0039.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0039.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0039.Discount = > 0 Then
If $12-02-02-0039.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0039.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0039.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1962,8 +2073,9 @@
If $12-02-02-0039.Discount = "" Then
Var return ""
Else
If $12-02-02-0039.Discount = > 0 Then
If $12-02-02-0039.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0039.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1976,10 +2088,11 @@
If $12-02-03-0039.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0039.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0039.Discount = > 0 Then
If $12-02-03-0039.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0039.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0039.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1993,8 +2106,9 @@
If $12-02-03-0039.Discount = "" Then
Var return ""
Else
If $12-02-03-0039.Discount = > 0 Then
If $12-02-03-0039.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0039.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2048,9 +2162,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_thai_milk_tea_Banner.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0039.Price
Var PriceD2 = $12-02-02-0039.Price
Var PriceD3 = $12-02-03-0039.Price
If $12-02-01-0039.Discount > 0 Then
Var PriceD1 = $12-02-01-0039.Discount
Else
Var PriceD1 = $12-02-01-0039.Price
EndIf
If $12-02-02-0039.Discount > 0 Then
Var PriceD2 = $12-02-02-0039.Discount
Else
Var PriceD2 = $12-02-02-0039.Price
EndIf
If $12-02-03-0039.Discount > 0 Then
Var PriceD3 = $12-02-03-0039.Discount
Else
Var PriceD3 = $12-02-03-0039.Price
EndIf
Var PD_CODE1 = "12-02-01-0039"
Var PD_CODE2 = "12-02-02-0039"
Var PD_CODE3 = "12-02-03-0039"

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-03-03-0046.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0046.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0046.Discount = > 0 Then
If $12-03-03-0046.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0046.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0046.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-03-03-0046.Discount = "" Then
Var return ""
Else
If $12-03-03-0046.Discount = > 0 Then
If $12-03-03-0046.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0046.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Plum_Milk_Salty_caramel.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0046.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0046.Discount > 0 Then
Var PriceD3 = $12-03-03-0046.Discount
Else
Var PriceD3 = $12-03-03-0046.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0046"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-03-03-0047.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0047.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0047.Discount = > 0 Then
If $12-03-03-0047.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0047.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0047.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-03-03-0047.Discount = "" Then
Var return ""
Else
If $12-03-03-0047.Discount = > 0 Then
If $12-03-03-0047.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0047.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Straw_Milk_Rose_honey_puddingl.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0047.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0047.Discount > 0 Then
Var PriceD3 = $12-03-03-0047.Discount
Else
Var PriceD3 = $12-03-03-0047.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0047"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $12-99-05-0063.Discount = "" Then
Var return !assigned StringFmt( $12-99-05-0063.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-05-0063.Discount = > 0 Then
If $12-99-05-0063.Discount > 0 Then
Var return !assigned StringFmt( $12-99-05-0063.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-05-0063.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $12-99-05-0063.Discount = "" Then
Var return ""
Else
If $12-99-05-0063.Discount = > 0 Then
If $12-99-05-0063.Discount > 0 Then
Var return !assigned StringFmt( $12-99-05-0063.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_PEPSI_Jasmine_Yuzu_Botanic_citrus.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-05-0063.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-05-0063.Discount > 0 Then
Var PriceD2 = $12-99-05-0063.Discount
Else
Var PriceD2 = $12-99-05-0063.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-05-0063"
Var PD_CODE3 = "##-##-##-####"
@ -1014,10 +1068,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $12-03-02-0040.Discount = "" Then
Var return !assigned StringFmt( $12-03-02-0040.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-02-0040.Discount = > 0 Then
If $12-03-02-0040.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0040.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-02-0040.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $12-03-02-0040.Discount = "" Then
Var return ""
Else
If $12-03-02-0040.Discount = > 0 Then
If $12-03-02-0040.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0040.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Cocoa_Straw_Milk_Banana_Choco_Fondant.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-03-02-0040.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-03-02-0040.Discount > 0 Then
Var PriceD2 = $12-03-02-0040.Discount
Else
Var PriceD2 = $12-03-02-0040.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-03-02-0040"
Var PD_CODE3 = "##-##-##-####"
@ -1314,10 +1386,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1331,8 +1404,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1345,10 +1419,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1362,8 +1437,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1376,10 +1452,11 @@
If $12-05-03-0063.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0063.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0063.Discount = > 0 Then
If $12-05-03-0063.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0063.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0063.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1393,8 +1470,9 @@
If $12-05-03-0063.Discount = "" Then
Var return ""
Else
If $12-05-03-0063.Discount = > 0 Then
If $12-05-03-0063.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0063.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1448,9 +1526,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Straw_Yuzu_Berry_Yuzu.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-05-03-0063.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-05-03-0063.Discount > 0 Then
Var PriceD3 = $12-05-03-0063.Discount
Else
Var PriceD3 = $12-05-03-0063.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-05-03-0063"
@ -1614,10 +1704,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1631,8 +1722,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1645,10 +1737,11 @@
If $12-05-02-0080.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0080.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0080.Discount = > 0 Then
If $12-05-02-0080.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0080.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0080.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1662,8 +1755,9 @@
If $12-05-02-0080.Discount = "" Then
Var return ""
Else
If $12-05-02-0080.Discount = > 0 Then
If $12-05-02-0080.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0080.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1676,10 +1770,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1693,8 +1788,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1748,9 +1844,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Lychee_SALAK_Rasberry.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0080.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0080.Discount > 0 Then
Var PriceD2 = $12-05-02-0080.Discount
Else
Var PriceD2 = $12-05-02-0080.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0080"
Var PD_CODE3 = "##-##-##-####"
@ -1914,10 +2022,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1931,8 +2040,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1945,10 +2055,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1962,8 +2073,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1976,10 +2088,11 @@
If $12-02-03-0053.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0053.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0053.Discount = > 0 Then
If $12-02-03-0053.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0053.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0053.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1993,8 +2106,9 @@
If $12-02-03-0053.Discount = "" Then
Var return ""
Else
If $12-02-03-0053.Discount = > 0 Then
If $12-02-03-0053.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0053.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2048,9 +2162,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Lychee_Jasmine tea_Lychee_Rose.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-02-03-0053.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-02-03-0053.Discount > 0 Then
Var PriceD3 = $12-02-03-0053.Discount
Else
Var PriceD3 = $12-02-03-0053.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-02-03-0053"
@ -2214,10 +2340,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2231,8 +2358,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2245,10 +2373,11 @@
If $12-03-02-0041.Discount = "" Then
Var return !assigned StringFmt( $12-03-02-0041.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-02-0041.Discount = > 0 Then
If $12-03-02-0041.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0041.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-02-0041.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2262,8 +2391,9 @@
If $12-03-02-0041.Discount = "" Then
Var return ""
Else
If $12-03-02-0041.Discount = > 0 Then
If $12-03-02-0041.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0041.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2276,10 +2406,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2293,8 +2424,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2348,9 +2480,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Caramel_Mint_Milk_Sum_Balm_SPF_15.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-03-02-0041.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-03-02-0041.Discount > 0 Then
Var PriceD2 = $12-03-02-0041.Discount
Else
Var PriceD2 = $12-03-02-0041.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-03-02-0041"
Var PD_CODE3 = "##-##-##-####"
@ -2514,10 +2658,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2531,8 +2676,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2545,10 +2691,11 @@
If $12-02-02-0056.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0056.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0056.Discount = > 0 Then
If $12-02-02-0056.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0056.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0056.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2562,8 +2709,9 @@
If $12-02-02-0056.Discount = "" Then
Var return ""
Else
If $12-02-02-0056.Discount = > 0 Then
If $12-02-02-0056.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0056.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2576,10 +2724,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2593,8 +2742,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2648,9 +2798,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Straw_Lychee_Thai Tea_Peach_tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-02-02-0056.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-02-02-0056.Discount > 0 Then
Var PriceD2 = $12-02-02-0056.Discount
Else
Var PriceD2 = $12-02-02-0056.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-02-02-0056"
Var PD_CODE3 = "##-##-##-####"
@ -2814,10 +2976,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2831,8 +2994,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2845,10 +3009,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2862,8 +3027,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2876,10 +3042,11 @@
If $12-05-03-0064.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0064.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0064.Discount = > 0 Then
If $12-05-03-0064.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0064.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0064.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2893,8 +3060,9 @@
If $12-05-03-0064.Discount = "" Then
Var return ""
Else
If $12-05-03-0064.Discount = > 0 Then
If $12-05-03-0064.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0064.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2948,9 +3116,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Lychee_Staw_Peach_Syrup.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-05-03-0064.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-05-03-0064.Discount > 0 Then
Var PriceD3 = $12-05-03-0064.Discount
Else
Var PriceD3 = $12-05-03-0064.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-05-03-0064"

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $12-99-02-0011.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0011.Discount = > 0 Then
If $12-99-02-0011.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0011.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $12-99-02-0011.Discount = "" Then
Var return ""
Else
If $12-99-02-0011.Discount = > 0 Then
If $12-99-02-0011.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0011.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Lime.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0011.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0011.Discount > 0 Then
Var PriceD2 = $12-99-02-0011.Discount
Else
Var PriceD2 = $12-99-02-0011.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0011"
Var PD_CODE3 = "##-##-##-####"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $12-99-02-0013.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0013.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0013.Discount = > 0 Then
If $12-99-02-0013.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0013.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0013.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $12-99-02-0013.Discount = "" Then
Var return ""
Else
If $12-99-02-0013.Discount = > 0 Then
If $12-99-02-0013.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0013.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Matcha.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0013.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0013.Discount > 0 Then
Var PriceD2 = $12-99-02-0013.Discount
Else
Var PriceD2 = $12-99-02-0013.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0013"
Var PD_CODE3 = "##-##-##-####"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $12-99-02-0014.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0014.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0014.Discount = > 0 Then
If $12-99-02-0014.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0014.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0014.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $12-99-02-0014.Discount = "" Then
Var return ""
Else
If $12-99-02-0014.Discount = > 0 Then
If $12-99-02-0014.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0014.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Strawberry_Soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0014.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0014.Discount > 0 Then
Var PriceD2 = $12-99-02-0014.Discount
Else
Var PriceD2 = $12-99-02-0014.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0014"
Var PD_CODE3 = "##-##-##-####"
@ -1014,10 +1068,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $12-99-02-0015.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0015.Discount = > 0 Then
If $12-99-02-0015.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0015.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $12-99-02-0015.Discount = "" Then
Var return ""
Else
If $12-99-02-0015.Discount = > 0 Then
If $12-99-02-0015.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0015.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_PLUM_Soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0015.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0015.Discount > 0 Then
Var PriceD2 = $12-99-02-0015.Discount
Else
Var PriceD2 = $12-99-02-0015.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0015"
Var PD_CODE3 = "##-##-##-####"
@ -1314,10 +1386,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1331,8 +1404,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1345,10 +1419,11 @@
If $12-99-02-0016.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0016.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0016.Discount = > 0 Then
If $12-99-02-0016.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0016.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0016.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1362,8 +1437,9 @@
If $12-99-02-0016.Discount = "" Then
Var return ""
Else
If $12-99-02-0016.Discount = > 0 Then
If $12-99-02-0016.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0016.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1376,10 +1452,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1393,8 +1470,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1448,9 +1526,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_LIME_Soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0016.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0016.Discount > 0 Then
Var PriceD2 = $12-99-02-0016.Discount
Else
Var PriceD2 = $12-99-02-0016.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0016"
Var PD_CODE3 = "##-##-##-####"
@ -1614,10 +1704,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1631,8 +1722,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1645,10 +1737,11 @@
If $12-99-02-0018.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0018.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0018.Discount = > 0 Then
If $12-99-02-0018.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0018.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0018.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1662,8 +1755,9 @@
If $12-99-02-0018.Discount = "" Then
Var return ""
Else
If $12-99-02-0018.Discount = > 0 Then
If $12-99-02-0018.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0018.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1676,10 +1770,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1693,8 +1788,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1748,9 +1844,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Melon_Jasmine.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-02-0018.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-02-0018.Discount > 0 Then
Var PriceD2 = $12-99-02-0018.Discount
Else
Var PriceD2 = $12-99-02-0018.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-02-0018"
Var PD_CODE3 = "##-##-##-####"

File diff suppressed because it is too large Load diff

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $12-03-02-0024.Discount = "" Then
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-02-0024.Discount = > 0 Then
If $12-03-02-0024.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0024.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $12-03-02-0024.Discount = "" Then
Var return ""
Else
If $12-03-02-0024.Discount = > 0 Then
If $12-03-02-0024.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0024.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-03-03-0024.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0024.Discount = > 0 Then
If $12-03-03-0024.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0024.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-03-03-0024.Discount = "" Then
Var return ""
Else
If $12-03-03-0024.Discount = > 0 Then
If $12-03-03-0024.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0024.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_ChocoBanana_milk_monday_banana.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-03-02-0024.Price
Var PriceD3 = $12-03-03-0024.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-03-02-0024.Discount > 0 Then
Var PriceD2 = $12-03-02-0024.Discount
Else
Var PriceD2 = $12-03-02-0024.Price
EndIf
If $12-03-03-0024.Discount > 0 Then
Var PriceD3 = $12-03-03-0024.Discount
Else
Var PriceD3 = $12-03-03-0024.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-03-02-0024"
Var PD_CODE3 = "12-03-03-0024"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-03-03-0029.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0029.Discount = > 0 Then
If $12-03-03-0029.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0029.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-03-03-0029.Discount = "" Then
Var return ""
Else
If $12-03-03-0029.Discount = > 0 Then
If $12-03-03-0029.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0029.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_BananaOreo_smoothie_monday_banana.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0029.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0029.Discount > 0 Then
Var PriceD3 = $12-03-03-0029.Discount
Else
Var PriceD3 = $12-03-03-0029.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0029"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $12-03-02-0023.Discount = "" Then
Var return !assigned StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-02-0023.Discount = > 0 Then
If $12-03-02-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0023.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $12-03-02-0023.Discount = "" Then
Var return ""
Else
If $12-03-02-0023.Discount = > 0 Then
If $12-03-02-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-03-03-0023.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0023.Discount = > 0 Then
If $12-03-03-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0023.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-03-03-0023.Discount = "" Then
Var return ""
Else
If $12-03-03-0023.Discount = > 0 Then
If $12-03-03-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Banana_milk_monday_banana.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-03-02-0023.Price
Var PriceD3 = $12-03-03-0023.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-03-02-0023.Discount > 0 Then
Var PriceD2 = $12-03-02-0023.Discount
Else
Var PriceD2 = $12-03-02-0023.Price
EndIf
If $12-03-03-0023.Discount > 0 Then
Var PriceD3 = $12-03-03-0023.Discount
Else
Var PriceD3 = $12-03-03-0023.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-03-02-0023"
Var PD_CODE3 = "12-03-03-0023"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-03-03-0100.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0100.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0100.Discount = > 0 Then
If $12-03-03-0100.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0100.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0100.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-03-03-0100.Discount = "" Then
Var return ""
Else
If $12-03-03-0100.Discount = > 0 Then
If $12-03-03-0100.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0100.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ovaltine_lime_milk_Strawberry_Cocoa_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0100.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0100.Discount > 0 Then
Var PriceD3 = $12-03-03-0100.Discount
Else
Var PriceD3 = $12-03-03-0100.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0100"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-03-03-0101.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0101.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0101.Discount = > 0 Then
If $12-03-03-0101.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0101.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0101.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-03-03-0101.Discount = "" Then
Var return ""
Else
If $12-03-03-0101.Discount = > 0 Then
If $12-03-03-0101.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0101.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ovaltine_lime_milk_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0101.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0101.Discount > 0 Then
Var PriceD3 = $12-03-03-0101.Discount
Else
Var PriceD3 = $12-03-03-0101.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0101"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-03-03-0102.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0102.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0102.Discount = > 0 Then
If $12-03-03-0102.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0102.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0102.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-03-03-0102.Discount = "" Then
Var return ""
Else
If $12-03-03-0102.Discount = > 0 Then
If $12-03-03-0102.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0102.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ovaltine_lime_ginger_Strawberry_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0102.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0102.Discount > 0 Then
Var PriceD3 = $12-03-03-0102.Discount
Else
Var PriceD3 = $12-03-03-0102.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0102"

File diff suppressed because it is too large Load diff

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-03-03-0094.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0094.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0094.Discount = > 0 Then
If $12-03-03-0094.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0094.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0094.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-03-03-0094.Discount = "" Then
Var return ""
Else
If $12-03-03-0094.Discount = > 0 Then
If $12-03-03-0094.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0094.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Ovaltine_cocoa_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0094.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0094.Discount > 0 Then
Var PriceD3 = $12-03-03-0094.Discount
Else
Var PriceD3 = $12-03-03-0094.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0094"
@ -414,10 +432,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-03-03-0095.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0095.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0095.Discount = > 0 Then
If $12-03-03-0095.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0095.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0095.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-03-03-0095.Discount = "" Then
Var return ""
Else
If $12-03-03-0095.Discount = > 0 Then
If $12-03-03-0095.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0095.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Super_Ovaltine_cocoa_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0095.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0095.Discount > 0 Then
Var PriceD3 = $12-03-03-0095.Discount
Else
Var PriceD3 = $12-03-03-0095.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0095"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-01-03-0092.Discount = "" Then
Var return !assigned StringFmt( $12-01-03-0092.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-03-0092.Discount = > 0 Then
If $12-01-03-0092.Discount > 0 Then
Var return !assigned StringFmt( $12-01-03-0092.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-03-0092.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-01-03-0092.Discount = "" Then
Var return ""
Else
If $12-01-03-0092.Discount = > 0 Then
If $12-01-03-0092.Discount > 0 Then
Var return !assigned StringFmt( $12-01-03-0092.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Ovaltine_Latte.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-01-03-0092.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-01-03-0092.Discount > 0 Then
Var PriceD3 = $12-01-03-0092.Discount
Else
Var PriceD3 = $12-01-03-0092.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-01-03-0092"
@ -1014,10 +1068,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $12-21-03-0092.Discount = "" Then
Var return !assigned StringFmt( $12-21-03-0092.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-21-03-0092.Discount = > 0 Then
If $12-21-03-0092.Discount > 0 Then
Var return !assigned StringFmt( $12-21-03-0092.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-21-03-0092.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $12-21-03-0092.Discount = "" Then
Var return ""
Else
If $12-21-03-0092.Discount = > 0 Then
If $12-21-03-0092.Discount > 0 Then
Var return !assigned StringFmt( $12-21-03-0092.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Ovaltine_Latte.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-21-03-0092.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-21-03-0092.Discount > 0 Then
Var PriceD3 = $12-21-03-0092.Discount
Else
Var PriceD3 = $12-21-03-0092.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-21-03-0092"
@ -1314,10 +1386,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1331,8 +1404,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1345,10 +1419,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1362,8 +1437,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1376,10 +1452,11 @@
If $12-02-03-0105.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0105.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0105.Discount = > 0 Then
If $12-02-03-0105.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0105.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0105.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1393,8 +1470,9 @@
If $12-02-03-0105.Discount = "" Then
Var return ""
Else
If $12-02-03-0105.Discount = > 0 Then
If $12-02-03-0105.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0105.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1448,9 +1526,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Ovaltine_Milk_ThaiTea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-02-03-0105.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-02-03-0105.Discount > 0 Then
Var PriceD3 = $12-02-03-0105.Discount
Else
Var PriceD3 = $12-02-03-0105.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-02-03-0105"
@ -1614,10 +1704,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1631,8 +1722,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1645,10 +1737,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1662,8 +1755,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1676,10 +1770,11 @@
If $12-02-03-0106.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0106.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0106.Discount = > 0 Then
If $12-02-03-0106.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0106.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0106.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1693,8 +1788,9 @@
If $12-02-03-0106.Discount = "" Then
Var return ""
Else
If $12-02-03-0106.Discount = > 0 Then
If $12-02-03-0106.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0106.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1748,9 +1844,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Ovaltine_Milk_Matcha.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-02-03-0106.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-02-03-0106.Discount > 0 Then
Var PriceD3 = $12-02-03-0106.Discount
Else
Var PriceD3 = $12-02-03-0106.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-02-03-0106"
@ -1914,10 +2022,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1931,8 +2040,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1945,10 +2055,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1962,8 +2073,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1976,10 +2088,11 @@
If $12-02-03-0107.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0107.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0107.Discount = > 0 Then
If $12-02-03-0107.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0107.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0107.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1993,8 +2106,9 @@
If $12-02-03-0107.Discount = "" Then
Var return ""
Else
If $12-02-03-0107.Discount = > 0 Then
If $12-02-03-0107.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0107.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2048,9 +2162,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Ovaltine_Milk_Taiwanese_Tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-02-03-0107.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-02-03-0107.Discount > 0 Then
Var PriceD3 = $12-02-03-0107.Discount
Else
Var PriceD3 = $12-02-03-0107.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-02-03-0107"
@ -2214,10 +2340,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2231,8 +2358,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2245,10 +2373,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2262,8 +2391,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2276,10 +2406,11 @@
If $12-02-03-0108.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0108.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0108.Discount = > 0 Then
If $12-02-03-0108.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0108.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0108.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2293,8 +2424,9 @@
If $12-02-03-0108.Discount = "" Then
Var return ""
Else
If $12-02-03-0108.Discount = > 0 Then
If $12-02-03-0108.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0108.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2348,9 +2480,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Ovaltine_Milk_Jasmine.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-02-03-0108.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-02-03-0108.Discount > 0 Then
Var PriceD3 = $12-02-03-0108.Discount
Else
Var PriceD3 = $12-02-03-0108.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-02-03-0108"
@ -2514,10 +2658,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2531,8 +2676,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2545,10 +2691,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2562,8 +2709,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2576,10 +2724,11 @@
If $12-03-03-0108.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0108.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0108.Discount = > 0 Then
If $12-03-03-0108.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0108.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0108.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2593,8 +2742,9 @@
If $12-03-03-0108.Discount = "" Then
Var return ""
Else
If $12-03-03-0108.Discount = > 0 Then
If $12-03-03-0108.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0108.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2648,9 +2798,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Ovaltine_Milk_Salak.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0108.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0108.Discount > 0 Then
Var PriceD3 = $12-03-03-0108.Discount
Else
Var PriceD3 = $12-03-03-0108.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0108"
@ -2814,10 +2976,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2831,8 +2994,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2845,10 +3009,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2862,8 +3027,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2876,10 +3042,11 @@
If $12-03-03-0109.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0109.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0109.Discount = > 0 Then
If $12-03-03-0109.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0109.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0109.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2893,8 +3060,9 @@
If $12-03-03-0109.Discount = "" Then
Var return ""
Else
If $12-03-03-0109.Discount = > 0 Then
If $12-03-03-0109.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0109.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2948,9 +3116,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Ovaltine_Milk_Caramel.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0109.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0109.Discount > 0 Then
Var PriceD3 = $12-03-03-0109.Discount
Else
Var PriceD3 = $12-03-03-0109.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0109"
@ -3114,10 +3294,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3131,8 +3312,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3145,10 +3327,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3162,8 +3345,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3176,10 +3360,11 @@
If $12-03-03-0110.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0110.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0110.Discount = > 0 Then
If $12-03-03-0110.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0110.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0110.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3193,8 +3378,9 @@
If $12-03-03-0110.Discount = "" Then
Var return ""
Else
If $12-03-03-0110.Discount = > 0 Then
If $12-03-03-0110.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0110.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -3248,9 +3434,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Ovaltine_Milk_Coconut.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0110.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0110.Discount > 0 Then
Var PriceD3 = $12-03-03-0110.Discount
Else
Var PriceD3 = $12-03-03-0110.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0110"

View file

@ -114,10 +114,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $12-05-02-0023.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0023.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0023.Discount = > 0 Then
If $12-05-02-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0023.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $12-05-02-0023.Discount = "" Then
Var return ""
Else
If $12-05-02-0023.Discount = > 0 Then
If $12-05-02-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-05-03-0023.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0023.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0023.Discount = > 0 Then
If $12-05-03-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0023.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-05-03-0023.Discount = "" Then
Var return ""
Else
If $12-05-03-0023.Discount = > 0 Then
If $12-05-03-0023.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0023.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_strawberry_lime_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0023.Price
Var PriceD3 = $12-05-03-0023.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0023.Discount > 0 Then
Var PriceD2 = $12-05-02-0023.Discount
Else
Var PriceD2 = $12-05-02-0023.Price
EndIf
If $12-05-03-0023.Discount > 0 Then
Var PriceD3 = $12-05-03-0023.Discount
Else
Var PriceD3 = $12-05-03-0023.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0023"
Var PD_CODE3 = "12-05-03-0023"
@ -414,10 +432,11 @@
If $12-02-01-0022.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0022.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0022.Discount = > 0 Then
If $12-02-01-0022.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0022.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0022.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $12-02-01-0022.Discount = "" Then
Var return ""
Else
If $12-02-01-0022.Discount = > 0 Then
If $12-02-01-0022.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0022.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $12-02-02-0022.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0022.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0022.Discount = > 0 Then
If $12-02-02-0022.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0022.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0022.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $12-02-02-0022.Discount = "" Then
Var return ""
Else
If $12-02-02-0022.Discount = > 0 Then
If $12-02-02-0022.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0022.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-02-03-0022.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0022.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0022.Discount = > 0 Then
If $12-02-03-0022.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0022.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0022.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-02-03-0022.Discount = "" Then
Var return ""
Else
If $12-02-03-0022.Discount = > 0 Then
If $12-02-03-0022.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0022.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_strawberry_tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0022.Price
Var PriceD2 = $12-02-02-0022.Price
Var PriceD3 = $12-02-03-0022.Price
If $12-02-01-0022.Discount > 0 Then
Var PriceD1 = $12-02-01-0022.Discount
Else
Var PriceD1 = $12-02-01-0022.Price
EndIf
If $12-02-02-0022.Discount > 0 Then
Var PriceD2 = $12-02-02-0022.Discount
Else
Var PriceD2 = $12-02-02-0022.Price
EndIf
If $12-02-03-0022.Discount > 0 Then
Var PriceD3 = $12-02-03-0022.Discount
Else
Var PriceD3 = $12-02-03-0022.Price
EndIf
Var PD_CODE1 = "12-02-01-0022"
Var PD_CODE2 = "12-02-02-0022"
Var PD_CODE3 = "12-02-03-0022"
@ -714,10 +750,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $12-05-02-0041.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0041.Discount = > 0 Then
If $12-05-02-0041.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0041.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $12-05-02-0041.Discount = "" Then
Var return ""
Else
If $12-05-02-0041.Discount = > 0 Then
If $12-05-02-0041.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0041.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-05-03-0041.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0041.Discount = > 0 Then
If $12-05-03-0041.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0041.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-05-03-0041.Discount = "" Then
Var return ""
Else
If $12-05-03-0041.Discount = > 0 Then
If $12-05-03-0041.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0041.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberry_soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0041.Price
Var PriceD3 = $12-05-03-0041.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0041.Discount > 0 Then
Var PriceD2 = $12-05-02-0041.Discount
Else
Var PriceD2 = $12-05-02-0041.Price
EndIf
If $12-05-03-0041.Discount > 0 Then
Var PriceD3 = $12-05-03-0041.Discount
Else
Var PriceD3 = $12-05-03-0041.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0041"
Var PD_CODE3 = "12-05-03-0041"
@ -1014,10 +1068,11 @@
If $12-05-01-0040.Discount = "" Then
Var return !assigned StringFmt( $12-05-01-0040.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-01-0040.Discount = > 0 Then
If $12-05-01-0040.Discount > 0 Then
Var return !assigned StringFmt( $12-05-01-0040.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-01-0040.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1031,8 +1086,9 @@
If $12-05-01-0040.Discount = "" Then
Var return ""
Else
If $12-05-01-0040.Discount = > 0 Then
If $12-05-01-0040.Discount > 0 Then
Var return !assigned StringFmt( $12-05-01-0040.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1045,10 +1101,11 @@
If $12-05-02-0040.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0040.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0040.Discount = > 0 Then
If $12-05-02-0040.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0040.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0040.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1062,8 +1119,9 @@
If $12-05-02-0040.Discount = "" Then
Var return ""
Else
If $12-05-02-0040.Discount = > 0 Then
If $12-05-02-0040.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0040.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1076,10 +1134,11 @@
If $12-05-03-0040.Discount = "" Then
Var return !assigned StringFmt( $12-05-03-0040.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-03-0040.Discount = > 0 Then
If $12-05-03-0040.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0040.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-03-0040.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1093,8 +1152,9 @@
If $12-05-03-0040.Discount = "" Then
Var return ""
Else
If $12-05-03-0040.Discount = > 0 Then
If $12-05-03-0040.Discount > 0 Then
Var return !assigned StringFmt( $12-05-03-0040.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1148,9 +1208,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_strawberry.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-05-01-0040.Price
Var PriceD2 = $12-05-02-0040.Price
Var PriceD3 = $12-05-03-0040.Price
If $12-05-01-0040.Discount > 0 Then
Var PriceD1 = $12-05-01-0040.Discount
Else
Var PriceD1 = $12-05-01-0040.Price
EndIf
If $12-05-02-0040.Discount > 0 Then
Var PriceD2 = $12-05-02-0040.Discount
Else
Var PriceD2 = $12-05-02-0040.Price
EndIf
If $12-05-03-0040.Discount > 0 Then
Var PriceD3 = $12-05-03-0040.Discount
Else
Var PriceD3 = $12-05-03-0040.Price
EndIf
Var PD_CODE1 = "12-05-01-0040"
Var PD_CODE2 = "12-05-02-0040"
Var PD_CODE3 = "12-05-03-0040"
@ -1314,10 +1386,11 @@
If $12-03-01-0010.Discount = "" Then
Var return !assigned StringFmt( $12-03-01-0010.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-01-0010.Discount = > 0 Then
If $12-03-01-0010.Discount > 0 Then
Var return !assigned StringFmt( $12-03-01-0010.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-01-0010.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1331,8 +1404,9 @@
If $12-03-01-0010.Discount = "" Then
Var return ""
Else
If $12-03-01-0010.Discount = > 0 Then
If $12-03-01-0010.Discount > 0 Then
Var return !assigned StringFmt( $12-03-01-0010.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1345,10 +1419,11 @@
If $12-03-02-0010.Discount = "" Then
Var return !assigned StringFmt( $12-03-02-0010.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-02-0010.Discount = > 0 Then
If $12-03-02-0010.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0010.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-02-0010.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1362,8 +1437,9 @@
If $12-03-02-0010.Discount = "" Then
Var return ""
Else
If $12-03-02-0010.Discount = > 0 Then
If $12-03-02-0010.Discount > 0 Then
Var return !assigned StringFmt( $12-03-02-0010.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1376,10 +1452,11 @@
If $12-03-03-0010.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0010.Discount = > 0 Then
If $12-03-03-0010.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0010.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1393,8 +1470,9 @@
If $12-03-03-0010.Discount = "" Then
Var return ""
Else
If $12-03-03-0010.Discount = > 0 Then
If $12-03-03-0010.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0010.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1448,9 +1526,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Strawberry_cocoa.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-03-01-0010.Price
Var PriceD2 = $12-03-02-0010.Price
Var PriceD3 = $12-03-03-0010.Price
If $12-03-01-0010.Discount > 0 Then
Var PriceD1 = $12-03-01-0010.Discount
Else
Var PriceD1 = $12-03-01-0010.Price
EndIf
If $12-03-02-0010.Discount > 0 Then
Var PriceD2 = $12-03-02-0010.Discount
Else
Var PriceD2 = $12-03-02-0010.Price
EndIf
If $12-03-03-0010.Discount > 0 Then
Var PriceD3 = $12-03-03-0010.Discount
Else
Var PriceD3 = $12-03-03-0010.Price
EndIf
Var PD_CODE1 = "12-03-01-0010"
Var PD_CODE2 = "12-03-02-0010"
Var PD_CODE3 = "12-03-03-0010"
@ -1614,10 +1704,11 @@
If $12-01-01-0074.Discount = "" Then
Var return !assigned StringFmt( $12-01-01-0074.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-01-0074.Discount = > 0 Then
If $12-01-01-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-01-01-0074.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-01-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1631,8 +1722,9 @@
If $12-01-01-0074.Discount = "" Then
Var return ""
Else
If $12-01-01-0074.Discount = > 0 Then
If $12-01-01-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-01-01-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1645,10 +1737,11 @@
If $12-01-02-0074.Discount = "" Then
Var return !assigned StringFmt( $12-01-02-0074.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-02-0074.Discount = > 0 Then
If $12-01-02-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0074.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-02-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1662,8 +1755,9 @@
If $12-01-02-0074.Discount = "" Then
Var return ""
Else
If $12-01-02-0074.Discount = > 0 Then
If $12-01-02-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1676,10 +1770,11 @@
If $12-01-03-0074.Discount = "" Then
Var return !assigned StringFmt( $12-01-03-0074.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-03-0074.Discount = > 0 Then
If $12-01-03-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-01-03-0074.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-03-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1693,8 +1788,9 @@
If $12-01-03-0074.Discount = "" Then
Var return ""
Else
If $12-01-03-0074.Discount = > 0 Then
If $12-01-03-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-01-03-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1748,9 +1844,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Strawberry_caramel_latte.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-01-01-0074.Price
Var PriceD2 = $12-01-02-0074.Price
Var PriceD3 = $12-01-03-0074.Price
If $12-01-01-0074.Discount > 0 Then
Var PriceD1 = $12-01-01-0074.Discount
Else
Var PriceD1 = $12-01-01-0074.Price
EndIf
If $12-01-02-0074.Discount > 0 Then
Var PriceD2 = $12-01-02-0074.Discount
Else
Var PriceD2 = $12-01-02-0074.Price
EndIf
If $12-01-03-0074.Discount > 0 Then
Var PriceD3 = $12-01-03-0074.Discount
Else
Var PriceD3 = $12-01-03-0074.Price
EndIf
Var PD_CODE1 = "12-01-01-0074"
Var PD_CODE2 = "12-01-02-0074"
Var PD_CODE3 = "12-01-03-0074"
@ -1914,10 +2022,11 @@
If $12-21-01-0074.Discount = "" Then
Var return !assigned StringFmt( $12-21-01-0074.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-21-01-0074.Discount = > 0 Then
If $12-21-01-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-21-01-0074.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-21-01-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1931,8 +2040,9 @@
If $12-21-01-0074.Discount = "" Then
Var return ""
Else
If $12-21-01-0074.Discount = > 0 Then
If $12-21-01-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-21-01-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1945,10 +2055,11 @@
If $12-21-02-0074.Discount = "" Then
Var return !assigned StringFmt( $12-21-02-0074.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-21-02-0074.Discount = > 0 Then
If $12-21-02-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-21-02-0074.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-21-02-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1962,8 +2073,9 @@
If $12-21-02-0074.Discount = "" Then
Var return ""
Else
If $12-21-02-0074.Discount = > 0 Then
If $12-21-02-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-21-02-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1976,10 +2088,11 @@
If $12-21-03-0074.Discount = "" Then
Var return !assigned StringFmt( $12-21-03-0074.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-21-03-0074.Discount = > 0 Then
If $12-21-03-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-21-03-0074.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-21-03-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1993,8 +2106,9 @@
If $12-21-03-0074.Discount = "" Then
Var return ""
Else
If $12-21-03-0074.Discount = > 0 Then
If $12-21-03-0074.Discount > 0 Then
Var return !assigned StringFmt( $12-21-03-0074.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2048,9 +2162,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_hot_Strawberry_caramel_latte.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-21-01-0074.Price
Var PriceD2 = $12-21-02-0074.Price
Var PriceD3 = $12-21-03-0074.Price
If $12-21-01-0074.Discount > 0 Then
Var PriceD1 = $12-21-01-0074.Discount
Else
Var PriceD1 = $12-21-01-0074.Price
EndIf
If $12-21-02-0074.Discount > 0 Then
Var PriceD2 = $12-21-02-0074.Discount
Else
Var PriceD2 = $12-21-02-0074.Price
EndIf
If $12-21-03-0074.Discount > 0 Then
Var PriceD3 = $12-21-03-0074.Discount
Else
Var PriceD3 = $12-21-03-0074.Price
EndIf
Var PD_CODE1 = "12-21-01-0074"
Var PD_CODE2 = "12-21-02-0074"
Var PD_CODE3 = "12-21-03-0074"
@ -2214,10 +2340,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2231,8 +2358,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2245,10 +2373,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2262,8 +2391,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2276,10 +2406,11 @@
If $12-03-03-0027.Discount = "" Then
Var return !assigned StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-03-03-0027.Discount = > 0 Then
If $12-03-03-0027.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0027.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2293,8 +2424,9 @@
If $12-03-03-0027.Discount = "" Then
Var return ""
Else
If $12-03-03-0027.Discount = > 0 Then
If $12-03-03-0027.Discount > 0 Then
Var return !assigned StringFmt( $12-03-03-0027.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -2348,9 +2480,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_Strawberr_milk_Oreo_smoothie.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-03-03-0027.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-03-03-0027.Discount > 0 Then
Var PriceD3 = $12-03-03-0027.Discount
Else
Var PriceD3 = $12-03-03-0027.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-03-03-0027"

File diff suppressed because it is too large Load diff

View file

@ -114,10 +114,11 @@
If $12-02-01-0083.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0083.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0083.Discount = > 0 Then
If $12-02-01-0083.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0083.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0083.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -131,8 +132,9 @@
If $12-02-01-0083.Discount = "" Then
Var return ""
Else
If $12-02-01-0083.Discount = > 0 Then
If $12-02-01-0083.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0083.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -145,10 +147,11 @@
If $12-02-02-0083.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0083.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0083.Discount = > 0 Then
If $12-02-02-0083.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0083.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0083.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -162,8 +165,9 @@
If $12-02-02-0083.Discount = "" Then
Var return ""
Else
If $12-02-02-0083.Discount = > 0 Then
If $12-02-02-0083.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0083.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -176,10 +180,11 @@
If $12-02-03-0083.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0083.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0083.Discount = > 0 Then
If $12-02-03-0083.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0083.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0083.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -193,8 +198,9 @@
If $12-02-03-0083.Discount = "" Then
Var return ""
Else
If $12-02-03-0083.Discount = > 0 Then
If $12-02-03-0083.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0083.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -248,9 +254,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_southern_fusion_tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0083.Price
Var PriceD2 = $12-02-02-0083.Price
Var PriceD3 = $12-02-03-0083.Price
If $12-02-01-0083.Discount > 0 Then
Var PriceD1 = $12-02-01-0083.Discount
Else
Var PriceD1 = $12-02-01-0083.Price
EndIf
If $12-02-02-0083.Discount > 0 Then
Var PriceD2 = $12-02-02-0083.Discount
Else
Var PriceD2 = $12-02-02-0083.Price
EndIf
If $12-02-03-0083.Discount > 0 Then
Var PriceD3 = $12-02-03-0083.Discount
Else
Var PriceD3 = $12-02-03-0083.Price
EndIf
Var PD_CODE1 = "12-02-01-0083"
Var PD_CODE2 = "12-02-02-0083"
Var PD_CODE3 = "12-02-03-0083"
@ -414,10 +432,11 @@
If $12-02-01-0084.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0084.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0084.Discount = > 0 Then
If $12-02-01-0084.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0084.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0084.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -431,8 +450,9 @@
If $12-02-01-0084.Discount = "" Then
Var return ""
Else
If $12-02-01-0084.Discount = > 0 Then
If $12-02-01-0084.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0084.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -445,10 +465,11 @@
If $12-02-02-0084.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0084.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0084.Discount = > 0 Then
If $12-02-02-0084.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0084.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0084.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -462,8 +483,9 @@
If $12-02-02-0084.Discount = "" Then
Var return ""
Else
If $12-02-02-0084.Discount = > 0 Then
If $12-02-02-0084.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0084.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -476,10 +498,11 @@
If $12-02-03-0084.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0084.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0084.Discount = > 0 Then
If $12-02-03-0084.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0084.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0084.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -493,8 +516,9 @@
If $12-02-03-0084.Discount = "" Then
Var return ""
Else
If $12-02-03-0084.Discount = > 0 Then
If $12-02-03-0084.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0084.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -548,9 +572,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_traditional_green_tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0084.Price
Var PriceD2 = $12-02-02-0084.Price
Var PriceD3 = $12-02-03-0084.Price
If $12-02-01-0084.Discount > 0 Then
Var PriceD1 = $12-02-01-0084.Discount
Else
Var PriceD1 = $12-02-01-0084.Price
EndIf
If $12-02-02-0084.Discount > 0 Then
Var PriceD2 = $12-02-02-0084.Discount
Else
Var PriceD2 = $12-02-02-0084.Price
EndIf
If $12-02-03-0084.Discount > 0 Then
Var PriceD3 = $12-02-03-0084.Discount
Else
Var PriceD3 = $12-02-03-0084.Price
EndIf
Var PD_CODE1 = "12-02-01-0084"
Var PD_CODE2 = "12-02-02-0084"
Var PD_CODE3 = "12-02-03-0084"
@ -714,10 +750,11 @@
If $12-02-01-0085.Discount = "" Then
Var return !assigned StringFmt( $12-02-01-0085.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-01-0085.Discount = > 0 Then
If $12-02-01-0085.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0085.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-01-0085.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -731,8 +768,9 @@
If $12-02-01-0085.Discount = "" Then
Var return ""
Else
If $12-02-01-0085.Discount = > 0 Then
If $12-02-01-0085.Discount > 0 Then
Var return !assigned StringFmt( $12-02-01-0085.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -745,10 +783,11 @@
If $12-02-02-0085.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0085.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0085.Discount = > 0 Then
If $12-02-02-0085.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0085.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0085.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -762,8 +801,9 @@
If $12-02-02-0085.Discount = "" Then
Var return ""
Else
If $12-02-02-0085.Discount = > 0 Then
If $12-02-02-0085.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0085.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -776,10 +816,11 @@
If $12-02-03-0085.Discount = "" Then
Var return !assigned StringFmt( $12-02-03-0085.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-03-0085.Discount = > 0 Then
If $12-02-03-0085.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0085.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-03-0085.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -793,8 +834,9 @@
If $12-02-03-0085.Discount = "" Then
Var return ""
Else
If $12-02-03-0085.Discount = > 0 Then
If $12-02-03-0085.Discount > 0 Then
Var return !assigned StringFmt( $12-02-03-0085.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -848,9 +890,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_royal_milk_tea.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-02-01-0085.Price
Var PriceD2 = $12-02-02-0085.Price
Var PriceD3 = $12-02-03-0085.Price
If $12-02-01-0085.Discount > 0 Then
Var PriceD1 = $12-02-01-0085.Discount
Else
Var PriceD1 = $12-02-01-0085.Price
EndIf
If $12-02-02-0085.Discount > 0 Then
Var PriceD2 = $12-02-02-0085.Discount
Else
Var PriceD2 = $12-02-02-0085.Price
EndIf
If $12-02-03-0085.Discount > 0 Then
Var PriceD3 = $12-02-03-0085.Discount
Else
Var PriceD3 = $12-02-03-0085.Price
EndIf
Var PD_CODE1 = "12-02-01-0085"
Var PD_CODE2 = "12-02-02-0085"
Var PD_CODE3 = "12-02-03-0085"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -115,10 +115,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -132,8 +133,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -146,10 +148,11 @@
If $12-01-02-0053.Discount = "" Then
Var return !assigned StringFmt( $12-01-02-0053.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-02-0053.Discount = > 0 Then
If $12-01-02-0053.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0053.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-02-0053.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -163,8 +166,9 @@
If $12-01-02-0053.Discount = "" Then
Var return ""
Else
If $12-01-02-0053.Discount = > 0 Then
If $12-01-02-0053.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0053.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -177,10 +181,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -194,8 +199,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -249,9 +255,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_sexy_dance_americano.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-01-02-0053.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-01-02-0053.Discount > 0 Then
Var PriceD2 = $12-01-02-0053.Discount
Else
Var PriceD2 = $12-01-02-0053.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-01-02-0053"
Var PD_CODE3 = "##-##-##-####"
@ -415,10 +433,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -432,8 +451,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -446,10 +466,11 @@
If $12-01-02-0054.Discount = "" Then
Var return !assigned StringFmt( $12-01-02-0054.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-01-02-0054.Discount = > 0 Then
If $12-01-02-0054.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0054.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-01-02-0054.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -463,8 +484,9 @@
If $12-01-02-0054.Discount = "" Then
Var return ""
Else
If $12-01-02-0054.Discount = > 0 Then
If $12-01-02-0054.Discount > 0 Then
Var return !assigned StringFmt( $12-01-02-0054.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -477,10 +499,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -494,8 +517,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -549,9 +573,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_snake_wife_americano.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-01-02-0054.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-01-02-0054.Discount > 0 Then
Var PriceD2 = $12-01-02-0054.Discount
Else
Var PriceD2 = $12-01-02-0054.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-01-02-0054"
Var PD_CODE3 = "##-##-##-####"
@ -715,10 +751,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -732,8 +769,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -746,10 +784,11 @@
If $12-02-02-0043.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0043.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0043.Discount = > 0 Then
If $12-02-02-0043.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0043.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0043.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -763,8 +802,9 @@
If $12-02-02-0043.Discount = "" Then
Var return ""
Else
If $12-02-02-0043.Discount = > 0 Then
If $12-02-02-0043.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0043.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -777,10 +817,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -794,8 +835,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -849,9 +891,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Papong_Tea_Soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-02-02-0043.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-02-02-0043.Discount > 0 Then
Var PriceD2 = $12-02-02-0043.Discount
Else
Var PriceD2 = $12-02-02-0043.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-02-02-0043"
Var PD_CODE3 = "##-##-##-####"
@ -1015,10 +1069,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1032,8 +1087,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1046,10 +1102,11 @@
If $12-02-02-0044.Discount = "" Then
Var return !assigned StringFmt( $12-02-02-0044.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-02-02-0044.Discount = > 0 Then
If $12-02-02-0044.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0044.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-02-02-0044.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1063,8 +1120,9 @@
If $12-02-02-0044.Discount = "" Then
Var return ""
Else
If $12-02-02-0044.Discount = > 0 Then
If $12-02-02-0044.Discount > 0 Then
Var return !assigned StringFmt( $12-02-02-0044.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1077,10 +1135,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1094,8 +1153,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1149,9 +1209,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Matcha_Haunted_House.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-02-02-0044.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-02-02-0044.Discount > 0 Then
Var PriceD2 = $12-02-02-0044.Discount
Else
Var PriceD2 = $12-02-02-0044.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-02-02-0044"
Var PD_CODE3 = "##-##-##-####"
@ -1315,10 +1387,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1332,8 +1405,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1346,10 +1420,11 @@
If $12-05-02-0055.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0055.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0055.Discount = > 0 Then
If $12-05-02-0055.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0055.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0055.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1363,8 +1438,9 @@
If $12-05-02-0055.Discount = "" Then
Var return ""
Else
If $12-05-02-0055.Discount = > 0 Then
If $12-05-02-0055.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0055.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1377,10 +1453,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1394,8 +1471,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1449,9 +1527,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_Wishing_Tree_Soda.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0055.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0055.Discount > 0 Then
Var PriceD2 = $12-05-02-0055.Discount
Else
Var PriceD2 = $12-05-02-0055.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0055"
Var PD_CODE3 = "##-##-##-####"
@ -1615,10 +1705,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1632,8 +1723,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1646,10 +1738,11 @@
If $12-05-02-0056.Discount = "" Then
Var return !assigned StringFmt( $12-05-02-0056.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-05-02-0056.Discount = > 0 Then
If $12-05-02-0056.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0056.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-05-02-0056.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1663,8 +1756,9 @@
If $12-05-02-0056.Discount = "" Then
Var return ""
Else
If $12-05-02-0056.Discount = > 0 Then
If $12-05-02-0056.Discount > 0 Then
Var return !assigned StringFmt( $12-05-02-0056.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1677,10 +1771,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1694,8 +1789,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1749,9 +1845,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_iced_bucket_popsicle_pepsi.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-05-02-0056.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-05-02-0056.Discount > 0 Then
Var PriceD2 = $12-05-02-0056.Discount
Else
Var PriceD2 = $12-05-02-0056.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-05-02-0056"
Var PD_CODE3 = "##-##-##-####"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -106,10 +106,11 @@
If $12-99-01-0042.Discount = "" Then
Var return !assigned StringFmt( $12-99-01-0042.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-01-0042.Discount = > 0 Then
If $12-99-01-0042.Discount > 0 Then
Var return !assigned StringFmt( $12-99-01-0042.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-01-0042.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -123,8 +124,9 @@
If $12-99-01-0042.Discount = "" Then
Var return ""
Else
If $12-99-01-0042.Discount = > 0 Then
If $12-99-01-0042.Discount > 0 Then
Var return !assigned StringFmt( $12-99-01-0042.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -137,10 +139,11 @@
If $12-99-02-0044.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0044.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0044.Discount = > 0 Then
If $12-99-02-0044.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0044.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0044.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -154,8 +157,9 @@
If $12-99-02-0044.Discount = "" Then
Var return ""
Else
If $12-99-02-0044.Discount = > 0 Then
If $12-99-02-0044.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0044.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -168,10 +172,11 @@
If $12-99-03-0046.Discount = "" Then
Var return !assigned StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-03-0046.Discount = > 0 Then
If $12-99-03-0046.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0046.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -185,8 +190,9 @@
If $12-99-03-0046.Discount = "" Then
Var return ""
Else
If $12-99-03-0046.Discount = > 0 Then
If $12-99-03-0046.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0046.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -240,9 +246,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_tea_motherday.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-99-01-0042.Price
Var PriceD2 = $12-99-02-0044.Price
Var PriceD3 = $12-99-03-0046.Price
If $12-99-01-0042.Discount > 0 Then
Var PriceD1 = $12-99-01-0042.Discount
Else
Var PriceD1 = $12-99-01-0042.Price
EndIf
If $12-99-02-0044.Discount > 0 Then
Var PriceD2 = $12-99-02-0044.Discount
Else
Var PriceD2 = $12-99-02-0044.Price
EndIf
If $12-99-03-0046.Discount > 0 Then
Var PriceD3 = $12-99-03-0046.Discount
Else
Var PriceD3 = $12-99-03-0046.Price
EndIf
Var PD_CODE1 = "12-99-01-0042"
Var PD_CODE2 = "12-99-02-0044"
Var PD_CODE3 = "12-99-03-0046"
@ -406,10 +424,11 @@
If $12-99-01-0043.Discount = "" Then
Var return !assigned StringFmt( $12-99-01-0043.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-01-0043.Discount = > 0 Then
If $12-99-01-0043.Discount > 0 Then
Var return !assigned StringFmt( $12-99-01-0043.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-01-0043.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -423,8 +442,9 @@
If $12-99-01-0043.Discount = "" Then
Var return ""
Else
If $12-99-01-0043.Discount = > 0 Then
If $12-99-01-0043.Discount > 0 Then
Var return !assigned StringFmt( $12-99-01-0043.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -437,10 +457,11 @@
If $12-99-02-0045.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0045.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0045.Discount = > 0 Then
If $12-99-02-0045.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0045.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0045.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -454,8 +475,9 @@
If $12-99-02-0045.Discount = "" Then
Var return ""
Else
If $12-99-02-0045.Discount = > 0 Then
If $12-99-02-0045.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0045.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -468,10 +490,11 @@
If $12-99-03-0047.Discount = "" Then
Var return !assigned StringFmt( $12-99-03-0047.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-03-0047.Discount = > 0 Then
If $12-99-03-0047.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0047.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-03-0047.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -485,8 +508,9 @@
If $12-99-03-0047.Discount = "" Then
Var return ""
Else
If $12-99-03-0047.Discount = > 0 Then
If $12-99-03-0047.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0047.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -540,9 +564,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_milk_tea_motherday.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-99-01-0043.Price
Var PriceD2 = $12-99-02-0045.Price
Var PriceD3 = $12-99-03-0047.Price
If $12-99-01-0043.Discount > 0 Then
Var PriceD1 = $12-99-01-0043.Discount
Else
Var PriceD1 = $12-99-01-0043.Price
EndIf
If $12-99-02-0045.Discount > 0 Then
Var PriceD2 = $12-99-02-0045.Discount
Else
Var PriceD2 = $12-99-02-0045.Price
EndIf
If $12-99-03-0047.Discount > 0 Then
Var PriceD3 = $12-99-03-0047.Discount
Else
Var PriceD3 = $12-99-03-0047.Price
EndIf
Var PD_CODE1 = "12-99-01-0043"
Var PD_CODE2 = "12-99-02-0045"
Var PD_CODE3 = "12-99-03-0047"
@ -706,10 +742,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -723,8 +760,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -737,10 +775,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -754,8 +793,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -768,10 +808,11 @@
If $12-99-03-0048.Discount = "" Then
Var return !assigned StringFmt( $12-99-03-0048.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-03-0048.Discount = > 0 Then
If $12-99-03-0048.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0048.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-03-0048.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -785,8 +826,9 @@
If $12-99-03-0048.Discount = "" Then
Var return ""
Else
If $12-99-03-0048.Discount = > 0 Then
If $12-99-03-0048.Discount > 0 Then
Var return !assigned StringFmt( $12-99-03-0048.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -840,9 +882,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_oreo_motherday.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $##-##-##-####.Price
Var PriceD3 = $12-99-03-0048.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD2 = $##-##-##-####.Discount
Else
Var PriceD2 = $##-##-##-####.Price
EndIf
If $12-99-03-0048.Discount > 0 Then
Var PriceD3 = $12-99-03-0048.Discount
Else
Var PriceD3 = $12-99-03-0048.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "##-##-##-####"
Var PD_CODE3 = "12-99-03-0048"
@ -1006,10 +1060,11 @@
If $12-99-01-0049.Discount = "" Then
Var return !assigned StringFmt( $12-99-01-0049.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-01-0049.Discount = > 0 Then
If $12-99-01-0049.Discount > 0 Then
Var return !assigned StringFmt( $12-99-01-0049.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-01-0049.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1023,8 +1078,9 @@
If $12-99-01-0049.Discount = "" Then
Var return ""
Else
If $12-99-01-0049.Discount = > 0 Then
If $12-99-01-0049.Discount > 0 Then
Var return !assigned StringFmt( $12-99-01-0049.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1037,10 +1093,11 @@
If $12-99-02-0050.Discount = "" Then
Var return !assigned StringFmt( $12-99-02-0050.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-02-0050.Discount = > 0 Then
If $12-99-02-0050.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0050.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-02-0050.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1054,8 +1111,9 @@
If $12-99-02-0050.Discount = "" Then
Var return ""
Else
If $12-99-02-0050.Discount = > 0 Then
If $12-99-02-0050.Discount > 0 Then
Var return !assigned StringFmt( $12-99-02-0050.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1068,10 +1126,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1085,8 +1144,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1140,9 +1200,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_tea_lime_motherday.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $12-99-01-0049.Price
Var PriceD2 = $12-99-02-0050.Price
Var PriceD3 = $##-##-##-####.Price
If $12-99-01-0049.Discount > 0 Then
Var PriceD1 = $12-99-01-0049.Discount
Else
Var PriceD1 = $12-99-01-0049.Price
EndIf
If $12-99-02-0050.Discount > 0 Then
Var PriceD2 = $12-99-02-0050.Discount
Else
Var PriceD2 = $12-99-02-0050.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "12-99-01-0049"
Var PD_CODE2 = "12-99-02-0050"
Var PD_CODE3 = "##-##-##-####"
@ -1306,10 +1378,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1323,8 +1396,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1337,10 +1411,11 @@
If $12-99-05-0051.Discount = "" Then
Var return !assigned StringFmt( $12-99-05-0051.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-05-0051.Discount = > 0 Then
If $12-99-05-0051.Discount > 0 Then
Var return !assigned StringFmt( $12-99-05-0051.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-05-0051.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1354,8 +1429,9 @@
If $12-99-05-0051.Discount = "" Then
Var return ""
Else
If $12-99-05-0051.Discount = > 0 Then
If $12-99-05-0051.Discount > 0 Then
Var return !assigned StringFmt( $12-99-05-0051.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1368,10 +1444,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1385,8 +1462,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1440,9 +1518,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_jasmine_tea_soda_motherday.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-05-0051.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-05-0051.Discount > 0 Then
Var PriceD2 = $12-99-05-0051.Discount
Else
Var PriceD2 = $12-99-05-0051.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-05-0051"
Var PD_CODE3 = "##-##-##-####"
@ -1606,10 +1696,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1623,8 +1714,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1637,10 +1729,11 @@
If $12-99-05-0052.Discount = "" Then
Var return !assigned StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow)
Else
If $12-99-05-0052.Discount = > 0 Then
If $12-99-05-0052.Discount > 0 Then
Var return !assigned StringFmt( $12-99-05-0052.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1654,8 +1747,9 @@
If $12-99-05-0052.Discount = "" Then
Var return ""
Else
If $12-99-05-0052.Discount = > 0 Then
If $12-99-05-0052.Discount > 0 Then
Var return !assigned StringFmt( $12-99-05-0052.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1668,10 +1762,11 @@
If $##-##-##-####.Discount = "" Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Discount , DisplayFormat, PreScaleConvertShow)
Else
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1685,8 +1780,9 @@
If $##-##-##-####.Discount = "" Then
Var return ""
Else
If $##-##-##-####.Discount = > 0 Then
If $##-##-##-####.Discount > 0 Then
Var return !assigned StringFmt( $##-##-##-####.Price , DisplayFormat, PreScaleConvertShow)
EndIf
EndIf
EndIf
)
@ -1740,9 +1836,21 @@
<EventOnClick>
Var PictureDrink = "ROOT/taobin_project/inter/tha/image/page_drink_picture2_n/" + "bn_pepsi_jasmine_tea_motherday.png"
GetInstanceIDMenuTab OpenFromInstMenuTab
Var PriceD1 = $##-##-##-####.Price
Var PriceD2 = $12-99-05-0052.Price
Var PriceD3 = $##-##-##-####.Price
If $##-##-##-####.Discount > 0 Then
Var PriceD1 = $##-##-##-####.Discount
Else
Var PriceD1 = $##-##-##-####.Price
EndIf
If $12-99-05-0052.Discount > 0 Then
Var PriceD2 = $12-99-05-0052.Discount
Else
Var PriceD2 = $12-99-05-0052.Price
EndIf
If $##-##-##-####.Discount > 0 Then
Var PriceD3 = $##-##-##-####.Discount
Else
Var PriceD3 = $##-##-##-####.Price
EndIf
Var PD_CODE1 = "##-##-##-####"
Var PD_CODE2 = "12-99-05-0052"
Var PD_CODE3 = "##-##-##-####"