Move helper instance, Helper condtition

This commit is contained in:
Ittipat Lusuk 2025-05-14 16:30:35 +07:00
parent d25631caae
commit 9626a7fb2c
13 changed files with 108 additions and 67 deletions

View file

@ -1,4 +1,12 @@
Var catalogFile = CountryRootPath + "/xml/page_catalog.lxml"
If EnableMultiInstanceFromBoxID = 1 Then
Var catalogFile = CountryRootPath + "/xml/multi/page_catalog.lxml"
Else
If InternationalEnable = 1 Then
Var catalogFile = "ROOT/taobin_project/xml/page_catalog.lxml"
Else
Var catalogFile = "ROOT/taobin_project/xml/page_catalog.xml"
EndIf
EndIf
DEBUGVAR catalogFile