move script profile to ./xml/profile/run.ev

This commit is contained in:
wanlop run 2023-11-21 17:20:20 +07:00
commit b5c0ad755b
137 changed files with 21579 additions and 10183 deletions

View file

@ -12,6 +12,11 @@
else:
fixed_price = 0
if current_file_name == "page_catalog_group_pro_mymint.skt":
from_my_mint_promotion = True
else:
from_my_mint_promotion = False
print ("######################################################################################################")
idx_of_eng = 2
out_xml('<FrameScroll> \r\n')
@ -276,6 +281,9 @@
if fixed_price > 0:
out_xml( '\t\tVar From15THBPro = 1 \r\n')
if from_my_mint_promotion:
out_xml( '\t\tVar FromMyMintPro = 1 \r\n')
out_xml( '\t\t\r\n')
out_xml( '\t\t\r\n')