taobin_project/inter/tha/xml/page_payment_pack_and_send.xml

64 lines
988 B
XML
Raw Normal View History

2025-04-09 14:48:11 +07:00
; Request
; - Product Code
; - ** topping.
; - TelephoneNumber
; - Market Code
; -
; Set
; - Amount 0 baht
;
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
SAVELOG "======================================= page_payment_pack_and_send.xml ================================"
; On open
Var ProcessCupDebugText = ""
2025-04-09 19:08:14 +07:00
Var TimeOutSmoothiesProcess = 2
2025-04-09 14:48:11 +07:00
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
;SAVELOG SoundPlaying
If TimeOutSmoothiesProcess > 0 Then
2025-04-09 19:08:14 +07:00
Var TimeOutSmoothiesProcess = TimeOutSmoothiesProcess - 1
2025-04-09 14:48:11 +07:00
EndIf
If TimeOutSmoothiesProcess = 0 Then
2025-04-09 19:08:14 +07:00
2025-04-10 15:56:44 +07:00
Var ModeFreeEnable = 2
Var PriceDrink = 0
Var StrawState = "Enable"
Var LidState = "Enable"
Var Seeker.get_a_straw = StrawState
Var Seeker.get_a_lid = LidState
Open "ROOT/taobin_project/xml/page_payment.xml"
2025-04-09 19:08:14 +07:00
2025-04-09 14:48:11 +07:00
EndIf
Refresh
TimerReset
</EventTimeout>