add lazada and indo malay
This commit is contained in:
parent
b5481c7aef
commit
c67964fa20
83 changed files with 4905 additions and 1019 deletions
|
|
@ -22,6 +22,19 @@
|
|||
Var ServiceCharge = 0
|
||||
Var Donate = ""
|
||||
Var SuggestID = ""
|
||||
|
||||
Var SumCreditAmountStr !assigned StringFmt( SumCreditAmount, DisplayFormat, PreScaleConvertShow )
|
||||
|
||||
Var text_4 = "/text_4.png"
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
Var PayState3 = "Invisible"
|
||||
Var text_4 = "/text_4-MYR.png"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Indonesia" Then
|
||||
Var text_4 = "/text_4-IDR.png"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
|
@ -62,6 +75,8 @@
|
|||
If PayCreditChannel = "cash" Then
|
||||
Var SumCreditAmount = TaobinCredit + CoinAmount
|
||||
|
||||
Var SumCreditAmountStr !assigned StringFmt( SumCreditAmount, DisplayFormat, PreScaleConvertShow )
|
||||
|
||||
Var TelephoneNumber = TelephoneNumber
|
||||
Var PayO2 = PinNumber
|
||||
|
||||
|
|
@ -134,19 +149,19 @@
|
|||
<Image>
|
||||
<X> 252 </X>
|
||||
<Y> 1053 </Y>
|
||||
<Filename> Var( DirImage + "/text_4.png" )</Filename>
|
||||
<Filename> Var( DirImage + text_4 )</Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 1123 </Y>
|
||||
<Size> 144 </Size>
|
||||
<Size> 120 </Size>
|
||||
<Align> Center </Align>
|
||||
<Width> 1080 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Value> SumCreditAmount </Value>
|
||||
<Value> SumCreditAmountStr </Value>
|
||||
</Text>
|
||||
|
||||
<Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue