THAI INTER: MultiProcess, Change langs, script_thank, Fix machine unknow stage, topping with new textSpan, Add Image

This commit is contained in:
Ittipat Lusuk 2024-12-25 10:03:06 +07:00
parent 3c994e2ed1
commit a92068fb72
9 changed files with 162 additions and 242 deletions

View file

@ -102,6 +102,10 @@ EndIf
If InternationalEnable = 1 Then
Var discount_promo_file = CountryRootPath + "/xml/process/discount_from_promotion.ev"
TRY discount_promo_file
If CountryName = "Thailand" Then
;do not thing
Else
Var discount_promo_file = CountryRootPath + "/xml/process/discount_from_promotion.ev"
TRY discount_promo_file
EndIf
EndIf