SGP: enable get_yourchange & fix order
This commit is contained in:
parent
4a86eccf60
commit
5e109800c0
14 changed files with 1704 additions and 1607 deletions
|
|
@ -9,13 +9,26 @@
|
|||
; On open
|
||||
|
||||
Var Timeout = 0
|
||||
Var LangButtonEnable = "Enable"
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Var LangButtonEnable = "Invisible"
|
||||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR LangButtonEnable
|
||||
|
||||
If show_eng = "true" Then
|
||||
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Var show_btp = ""
|
||||
Var show_btn = ""
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/page_thankyou_en"
|
||||
|
|
@ -23,6 +36,12 @@
|
|||
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Var show_btp = ""
|
||||
Var show_btn = ""
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/page_thankyou"
|
||||
|
|
@ -83,16 +102,42 @@
|
|||
UpdateTxRef2 TxRef1 ServiceType TelephoneNumber ServiceCredit SuggestID SessionID2 ServiceAmount2 ServiceCharge Donate PayO2 PdpaAccept VendingDiscount VendingCampaign PayReference PayType CreditReference PayDetail PayDetail2
|
||||
EndIf
|
||||
|
||||
If New_Payment = 1 Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/process/payment.ev"
|
||||
EndIf
|
||||
If InternationalEnable = 1 Then
|
||||
Var Brew3Inter = CountryRootPath + "/xml/page_brewing3.lxml"
|
||||
Var Brew3ConInter = CountryRootPath + "/xml/page_brewing3Conti.xml"
|
||||
|
||||
If Seeker = "next" Then
|
||||
If Seeker = "next" Then
|
||||
;CoinBack
|
||||
Open Brew3ConInter
|
||||
Else
|
||||
Open Brew3Inter
|
||||
EndIf
|
||||
Else
|
||||
|
||||
If New_Payment = 1 Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/process/payment.ev"
|
||||
EndIf
|
||||
|
||||
If Seeker = "next" Then
|
||||
;CoinBack
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
;If New_Payment = 1 Then
|
||||
; TRY "/mnt/sdcard/coffeevending/taobin_project/xml/process/payment.ev"
|
||||
;EndIf
|
||||
|
||||
;If Seeker = "next" Then
|
||||
;CoinBack
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
; Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
;Else
|
||||
; Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
;EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
@ -118,6 +163,7 @@
|
|||
<Button>
|
||||
<X> 990 </X>
|
||||
<Y> 416 </Y>
|
||||
<State> LangButtonEnable </State>
|
||||
<Filename> show_btn </Filename>
|
||||
<FilenamePress> show_btp </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue