diff --git a/image/collectiing/bd_pay_with_codeAEON.png b/image/collectiing/bd_pay_with_codeAEON.png
new file mode 100644
index 00000000..0660c1c5
Binary files /dev/null and b/image/collectiing/bd_pay_with_codeAEON.png differ
diff --git a/image/collectiing/bn_pay_with_codeAEON.png b/image/collectiing/bn_pay_with_codeAEON.png
new file mode 100644
index 00000000..9b0240d7
Binary files /dev/null and b/image/collectiing/bn_pay_with_codeAEON.png differ
diff --git a/image/collectiing/bp_pay_with_codeAEON.png b/image/collectiing/bp_pay_with_codeAEON.png
new file mode 100644
index 00000000..027127a5
Binary files /dev/null and b/image/collectiing/bp_pay_with_codeAEON.png differ
diff --git a/image/collectiing/img_popupAEON.png b/image/collectiing/img_popupAEON.png
new file mode 100644
index 00000000..2e4dc4a6
Binary files /dev/null and b/image/collectiing/img_popupAEON.png differ
diff --git a/image/collectiing/img_popupGrab2.png b/image/collectiing/img_popupGrab2.png
new file mode 100644
index 00000000..6ff6ac5b
Binary files /dev/null and b/image/collectiing/img_popupGrab2.png differ
diff --git a/image/collectiing/text_43_2.png b/image/collectiing/text_43_2.png
new file mode 100644
index 00000000..fb07e2af
Binary files /dev/null and b/image/collectiing/text_43_2.png differ
diff --git a/image/collectiing/text_46.png b/image/collectiing/text_46.png
new file mode 100644
index 00000000..a3c752a9
Binary files /dev/null and b/image/collectiing/text_46.png differ
diff --git a/image/collectiing_en/bd_pay_with_codeAEON.png b/image/collectiing_en/bd_pay_with_codeAEON.png
new file mode 100644
index 00000000..0660c1c5
Binary files /dev/null and b/image/collectiing_en/bd_pay_with_codeAEON.png differ
diff --git a/image/collectiing_en/bn_pay_with_codeAEON.png b/image/collectiing_en/bn_pay_with_codeAEON.png
new file mode 100644
index 00000000..9b0240d7
Binary files /dev/null and b/image/collectiing_en/bn_pay_with_codeAEON.png differ
diff --git a/image/collectiing_en/bp_pay_with_codeAEON.png b/image/collectiing_en/bp_pay_with_codeAEON.png
new file mode 100644
index 00000000..027127a5
Binary files /dev/null and b/image/collectiing_en/bp_pay_with_codeAEON.png differ
diff --git a/image/collectiing_en/img_popupAEON.png b/image/collectiing_en/img_popupAEON.png
new file mode 100644
index 00000000..2e4dc4a6
Binary files /dev/null and b/image/collectiing_en/img_popupAEON.png differ
diff --git a/image/collectiing_en/img_popupGrab2.png b/image/collectiing_en/img_popupGrab2.png
new file mode 100644
index 00000000..6ff6ac5b
Binary files /dev/null and b/image/collectiing_en/img_popupGrab2.png differ
diff --git a/image/collectiing_en/text_43_2.png b/image/collectiing_en/text_43_2.png
new file mode 100644
index 00000000..b5cea476
Binary files /dev/null and b/image/collectiing_en/text_43_2.png differ
diff --git a/image/collectiing_en/text_46.png b/image/collectiing_en/text_46.png
new file mode 100644
index 00000000..2591d2d8
Binary files /dev/null and b/image/collectiing_en/text_46.png differ
diff --git a/xml/page_payment_codeAEON.xml b/xml/page_payment_codeAEON.xml
new file mode 100644
index 00000000..a20899df
--- /dev/null
+++ b/xml/page_payment_codeAEON.xml
@@ -0,0 +1,790 @@
+
+
+ "Enable"
+ 1080
+ 1920
+ "0xeae6e1"
+ PlaySoundCodeLang
+ SoundVolume
+ "Partial"
+
+ ; On open
+ Var ECommerce = ""
+ Var Seeker.FreeVendingCampaign = 0
+
+ Var Timeout = 0
+
+ Var GetPayInfoFlag = 0
+ Var Seeker.CodeChannel = 0
+
+ ;Var VendingQRCode = "ERROR"
+ ;VendingQR ON
+ ;Var QRCODE99 = ""
+
+ ;CoinVending OFF
+
+ Var ShowTextNumber = "Enable"
+ Var ShowErrorText = "Invisible"
+ Var Tel_Confirm_State = "Invisible"
+ Var ErrorCause = ""
+
+
+ If show_eng = "true" Then
+ Var DirImage = "ROOT/taobin_project/image/collectiing_en"
+ Else
+ Var DirImage = "ROOT/taobin_project/image/collectiing"
+ EndIf
+
+
+ Var Mode# = 0
+ Var Str# = ""
+ Var TelephoneNumber# = ""
+
+
+ 1000
+
+ ;Open "ROOT/xml/page_board.xml"
+
+
+
+ Var Timeout = Timeout + 1
+ If Timeout > 30 Then
+
+ Open "ROOT/taobin_project/xml/page_payment_codeOther.xml"
+
+ Refresh
+ EndIf
+
+ TimerReset
+
+
+
+
+ If ViewBill > 0 Then
+ CoinVending BILLREJECT
+ EndIf
+
+
+
+
+
+
+
+ If Seeker.CodeChannel = 1 Then
+
+ SAVELOG "Seeker.CodeChannel 1 > ActOK."
+
+ SAVELOG ECommerce
+
+ SPLIT ECommerce "/" 5 Seeker.VendingCode
+ SPLIT ECommerce "/" 7 Seeker.VendingCampaignRI3
+ SPLIT ECommerce "/" 8 VendingCampaign1
+
+ If Seeker.VendingCode = "" Then
+ Var Seeker.VendingCode = "C00"
+ EndIf
+
+ If Seeker.VendingCode = "KBA:2" Then
+ Var Seeker.VendingCode = "C00"
+ EndIf
+
+ If Seeker.VendingCode = "AIR:2" Then
+ Var Seeker.VendingCode = "C00"
+ EndIf
+
+ If Seeker.VendingCode = "TWN:2" Then
+ Var Seeker.VendingCode = "C00"
+ EndIf
+
+ SAVELOG Seeker.VendingCode
+ SAVELOG Seeker.VendingCampaignRI3
+
+
+ If Seeker.VendingCode = "C00" Then
+
+ Else
+
+ Var VendingCreditRemain = ""
+ Var IntVendingCampaign1 = VendingCampaign1
+ INT IntVendingCampaign1
+
+ If IntVendingCampaign1 > 0 Then
+ Var VendingCreditRemain = VendingCampaign1
+ EndIf
+
+
+
+ Var Seeker.IntVendingCampaign = Seeker.VendingCampaignRI3
+ INT Seeker.IntVendingCampaign
+
+ Var VendingREFID = SessionID
+
+ If Seeker.IntVendingCampaign > 0 Then
+ Var QRChannel = 0
+
+ If Seeker.IntVendingCampaign >= PayAmount Then
+ ;Open "ROOT/taobin_project/xml/page_payment_cash.xml"
+ Var Seeker.VendingCampaign = PayAmount
+ Var Seeker.FreeVendingCampaign = 1
+ CoinVending OFF
+ ;Var GIFShowProcess = "ROOT/ui/page_05_loading/pic_loading_cup.gif"
+ If CART_COUNT >= 1 Then
+
+ Cart "PreparID" 1
+ Var CART_INDEX = 1
+ Var PayReference = ""
+ GenHashWithTimeStamp PayReference
+ Cart "MakeID" CART_INDEX
+ Open "ROOT/taobin_project/xml/page_thankyou.xml"
+ Else
+ Var CART_INDEX = 0
+
+ If Seeker = "curr" Then
+ MakeDrinkV1 SelectDrink SelectSugarID
+ Var TxRef1 = ""
+ CreateTxRef1 TxRef1
+ Else
+ DEBUGVAR Seeker
+ Var TxRef1 = ""
+ CreateTxRef1 TxRef1
+
+ Var DrinkPaid = SelectDrink
+ Var PaidPaymentFromNextStage = 1
+ EndIf
+ Open "ROOT/taobin_project/xml/page_thankyou.xml"
+ EndIf
+ EndIf
+
+ Var Seeker.CodeChannel = 1
+
+ If CART_COUNT >= 1 Then
+ Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
+ Else
+ Open "ROOT/taobin_project/xml/page_payment_cash.xml"
+ EndIf
+
+
+
+ Else
+
+ Var ShowErrorText = "Enable"
+ Var text_show_error = DirImage + "/text_show_error.png"
+ Var GetPayInfoFlag = 0
+ Var Seeker.CodeChannel = 0
+
+ EndIf
+ EndIf
+
+ Else
+
+
+
+
+ EndIf
+
+
+
+
+ If Seeker.CodeChannel = 1 Then
+ Var TelephoneNumber = ""
+
+ Var ShowErrorText = "Enable"
+
+ SAVELOG ShowErrorText
+
+ Var text_show_error = DirImage + "/text_show_error2.png"
+
+ If ErrorCause = "failed_fromoper_0002" Then
+ Var text_show_error = DirImage + "/text_show_error.png"
+ EndIf
+
+ If ErrorCause = "failed_fromoper_0005" Then
+ Var text_show_error = DirImage + "/text_show_error3.png"
+ EndIf
+
+ If ErrorCause = "failed_fromoper_0006" Then
+ Var text_show_error = DirImage + "/text_show_error4.png"
+ EndIf
+
+ If ErrorCause = "failed_fromoper_0007" Then
+ Var text_show_error = DirImage + "/text_show_error7.png"
+ EndIf
+
+ If ErrorCause = "failed_fromoper_0008" Then
+ Var text_show_error = DirImage + "/text_show_error8.png"
+ EndIf
+
+ Var GetPayInfoFlag = 0
+ Var Seeker.CodeChannel = 0
+ Var Tel_Confirm_State = "Disable"
+ Refresh
+ EndIf
+
+
+
+
+
+
+
+ 0
+ 380
+ "ROOT/taobin_project/image/collectiing/alpha.png"
+
+
+
+
+ 158
+ 667
+ "ROOT/taobin_project/image/collectiing/img_popup1.png"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 217
+ 868
+ Var( DirImage + "/img3.png" )
+
+
+
+ 244
+ 882
+ ShowTextNumber
+ "Enable"
+ Var( DirImage + "/text_12.png" )
+
+
+
+
+ 0
+ 883
+ 1080
+ Center
+ 62
+ RobotoBlack
+ 0x513C2F
+ "Enable"
+ TelephoneNumber#
+
+
+
+
+
+
+ 188
+ 760
+ Var( DirImage + "/text_46.png" )
+
+
+
+ 152
+ 1001
+ "Enable"
+ ShowErrorText
+ text_show_error
+
+
+
+ 158
+ 513
+ Var( DirImage + "/img_popupAEON.png" )
+
+
+
+;
+; 0
+; 0
+; "ROOT/taobin_project/image/ad_medium_2.png"
+;
+
+
+
+
+
+
+ Open "/media/bt/xml/security_alarm.xml"
+
+
+
+
+
+
+
diff --git a/xml/page_payment_codeGrab.xml b/xml/page_payment_codeGrab.xml
index 7a1f5751..ce03452e 100644
--- a/xml/page_payment_codeGrab.xml
+++ b/xml/page_payment_codeGrab.xml
@@ -744,7 +744,7 @@
188
760
- Var( DirImage + "/text_43.png" )
+ Var( DirImage + "/text_43_2.png" )
@@ -758,7 +758,7 @@
158
513
- Var( DirImage + "/img_popupGrab.png" )
+ Var( DirImage + "/img_popupGrab2.png" )
diff --git a/xml/page_payment_codeOther.xml b/xml/page_payment_codeOther.xml
index 6b0c9a8f..68d7c6c3 100644
--- a/xml/page_payment_codeOther.xml
+++ b/xml/page_payment_codeOther.xml
@@ -164,22 +164,6 @@
441
937
"Enable"
- "ROOT/taobin_project/image/collectiing/bn_pay_with_codeInfinyx.png"
- "ROOT/taobin_project/image/collectiing/bp_pay_with_codeInfinyx.png"
- "ROOT/taobin_project/image/collectiing/bd_pay_with_codeInfinyx.png"
- "ROOT/sounds/codebuttom.wav"
- SoundVolume
-
-
- Open "ROOT/taobin_project/xml/page_payment_codeInfinyx.xml"
-
-
-
-
-
+
+
-
-
+
+