add lazada and indo malay
This commit is contained in:
parent
b5481c7aef
commit
c67964fa20
83 changed files with 4905 additions and 1019 deletions
|
|
@ -50,6 +50,19 @@
|
|||
Var PayCreditChannel = "cash"
|
||||
|
||||
|
||||
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
|
||||
|
||||
INT TaobinCredit
|
||||
Var TaobinCreditStr !assigned StringFmt( TaobinCredit, DisplayFormat, PreScaleConvertShow )
|
||||
|
||||
|
||||
|
||||
|
|
@ -109,20 +122,20 @@
|
|||
<Image>
|
||||
<X> 252 </X>
|
||||
<Y> 1223 </Y>
|
||||
<Filename> Var( DirImage + "/text_4.png" )</Filename>
|
||||
<Filename> Var( DirImage + text_4 )</Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 1280 </Y>
|
||||
<Size> 144 </Size>
|
||||
<Size> 120 </Size>
|
||||
<Align> Center </Align>
|
||||
<Width> 1080 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
|
||||
<Color> 0xDE794E </Color>
|
||||
<Value> SumCreditAmount </Value>
|
||||
<Value> TaobinCreditStr </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue