MYS: add promotion Yuzu price 250
This commit is contained in:
parent
ac05554539
commit
d55ed66d6e
35 changed files with 15306 additions and 365 deletions
|
|
@ -189,8 +189,11 @@
|
|||
if "thai_tea" in current_file_name:
|
||||
out_xml( '\t\tVar FromProThaiTea = 1 \r\n')
|
||||
|
||||
if "yuzu" in current_file_name:
|
||||
if "yuzu" in current_file_name and "250" not in current_file_name:
|
||||
out_xml( '\t\tVar FromProYuzu = 1 \r\n')
|
||||
|
||||
if "yuzu_250" in current_file_name:
|
||||
out_xml( '\t\tVar FromProYuzu250 = 1 \r\n')
|
||||
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue