THAI: Added Happy Trios, Free Jemila topping, Free Sugar zero cal
This commit is contained in:
parent
e3b9c092e7
commit
cbaa930118
44 changed files with 40077 additions and 207 deletions
|
|
@ -287,6 +287,10 @@
|
|||
from_oreo_11 = True
|
||||
else:
|
||||
from_oreo_11 = False
|
||||
if current_file_name == "page_catalog_group_pro_happy_trios.skt":
|
||||
from_happy_trios = True
|
||||
else:
|
||||
from_happy_trios = False
|
||||
|
||||
#print ("######################################################################################################")
|
||||
idx_of_eng = 2
|
||||
|
|
@ -641,6 +645,9 @@
|
|||
if from_oreo_11:
|
||||
out_xml( '\t\tVar FromOreoDiscount11Pro = 1 \r\n')
|
||||
|
||||
if from_happy_trios:
|
||||
out_xml( '\t\tVar FromHappyTriosPro = 1 \r\n')
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t'+ button_add_string +'\r\n')
|
||||
out_xml( '\t\tOpen "ROOT/taobin_project/xml/page_topping_select5.xml"\r\n')
|
||||
|
|
@ -1291,6 +1298,9 @@
|
|||
if from_oreo_11:
|
||||
out_xml( '\t\tVar FromOreoDiscount11Pro = 1 \r\n')
|
||||
|
||||
if from_happy_trios:
|
||||
out_xml( '\t\tVar FromHappyTriosPro = 1 \r\n')
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue