change discount to init display at catalog
This commit is contained in:
parent
b0fb1c1f96
commit
cdcbb550b9
2 changed files with 21 additions and 18 deletions
|
|
@ -395,15 +395,15 @@
|
|||
|
||||
Else
|
||||
|
||||
DEBUGVAR UserSelectProductCode.Price
|
||||
DEBUGVAR HalfPrice
|
||||
DEBUGVAR PriceDrink
|
||||
;DEBUGVAR UserSelectProductCode.Price
|
||||
;DEBUGVAR HalfPrice
|
||||
;DEBUGVAR PriceDrink
|
||||
|
||||
If HalfPrice = "true" Then
|
||||
;If HalfPrice = "true" Then
|
||||
|
||||
Var PriceDrinkTmp = UserSelectProductCode.Price
|
||||
Var PriceDrink = PriceDrinkTmp
|
||||
EndIf
|
||||
; Var PriceDrinkTmp = UserSelectProductCode.Price
|
||||
; Var PriceDrink = PriceDrinkTmp
|
||||
;EndIf
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||
Open "ROOT/taobin_project/xml/page_payment.xml"
|
||||
|
|
@ -4203,20 +4203,20 @@
|
|||
|
||||
__CMD "statement" 0 StatementCheckMenu "-"
|
||||
|
||||
If HalfPrice = "true" Then
|
||||
; Discount 50
|
||||
DEBUGVAR HalfPrice
|
||||
__CMD "invoke-discount-50" UserSelectProductCode "-" "-"
|
||||
|
||||
Else
|
||||
Var PriceDrink = PriceDrinkTmp
|
||||
EndIf
|
||||
;If HalfPrice = "true" Then
|
||||
; ; Discount 50
|
||||
; DEBUGVAR HalfPrice
|
||||
; __CMD "invoke-discount-50" UserSelectProductCode "-" "-"
|
||||
;
|
||||
;Else
|
||||
; Var PriceDrink = PriceDrinkTmp
|
||||
;EndIf
|
||||
|
||||
DEBUGVAR PriceDrinkTmp
|
||||
|
||||
;Var Seeker.PriceDrink = PriceDrinkTmp
|
||||
|
||||
;Var PriceDrink = PriceDrinkTmp
|
||||
Var PriceDrink = PriceDrinkTmp
|
||||
|
||||
DEBUGVAR PriceDrink
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue