THAI INTER : New langs MSC and multiinstance, Fix bug page_board to catalog image not load, Add new image

This commit is contained in:
Ittipat Lusuk 2025-03-21 07:13:03 +07:00
parent 172c4d2907
commit 6180272122
188 changed files with 41480 additions and 17575 deletions

View file

@ -47,8 +47,25 @@ Else
EndIf
SAVELOG " ===================== MyanmarLangEnable false 2 =========================="
TRY "ROOT/taobin_project/xml/event/script_common_for_open_promotion_xml.ev"
; use this first for test
If InternationalEnable = 1 Then
; don not thing
If OpenFromPageBoard = 1 Then
If EnableMultiInstance = "true" Then
OpenInst 2 RecommendPageMulti
Else
OpenInst 2 RecommendPage
EndIf
Else
If EnableMultiInstance = "true" Then
OpenInst 2 RecommendPageMulti
Else
Open RecommendPage
EndIf
EndIf
Else
TRY "ROOT/taobin_project/xml/event/script_common_for_open_promotion_xml.ev"
EndIf
EndIf
Var OpenFromPageBoard = 0