add lazada and indo malay

This commit is contained in:
pichet 2023-01-16 14:44:05 +07:00
parent b5481c7aef
commit c67964fa20
83 changed files with 4905 additions and 1019 deletions

View file

@ -34,6 +34,19 @@
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_thai/Dont_forget_your_changes_below.mp3"
EndIf
Var imgGetChange = "/imgGetChange.png"
If CountryName = "Malaysia" Then
Var imgGetChange = "/imgGetChange-MYR.png"
EndIf
If CountryName = "Indonesia" Then
Var imgGetChange = "/imgGetChange-IDR.png"
EndIf
;INT StoreCreditAmount
Var StoreCreditAmountStr !assigned StringFmt( StoreCreditAmount, DisplayFormat, PreScaleConvertShow )
</EventOpen>
<Timeout> 1000 </Timeout>
@ -99,6 +112,14 @@
</EventClick>
</Button>
<Image>
<X> 70 </X>
<Y> 932 </Y>
<Filename> Var( DirImage + imgGetChange ) </Filename>
</Image>
<Text>
<X> 0 </X>
<Y> 1123 </Y>
@ -107,13 +128,7 @@
<Width> 1080 </Width>
<Font> KanitRegularTTF </Font>
<Color> 0xDE794E </Color>
<Value> StoreCreditAmount </Value>
<Value> StoreCreditAmountStr </Value>
</Text>
<Image>
<X> 70 </X>
<Y> 932 </Y>
<Filename> Var( DirImage + "/imgGetChange.png" ) </Filename>
</Image>
</Popup>