Add My Mint My Moment promotion

This commit is contained in:
Kenta420 2023-11-21 16:14:06 +07:00
parent 73e9f924c5
commit cc0cf98945
76 changed files with 16819 additions and 46 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')