Create definitions file for my webshop script
[orchestrallily.git] / Templates / EK_Full / webshop_descriptions.def
blob7f70121dfd9f3ff75581755588b958ff60e0c9cb
2 "title": u"<<shortcomposer|default(composer)>>: << title >>, << subtitle >>",
4 "Short_Description_en": u"",
5 "Short_Description_de": u"",
7 "Description_de": u'''<p></p>''',
8 "Description_en": u'''<p></p>''',
10 "Category": u"",
12 "Child_Products": {
13 <$- for e in webshop_editions $>
14 "<< e.sku >>": {"ismn": "<<e.ismn>>", "comment": "<<e.comment>>", "price": <<e.price|default(0.00)>>}, # << e.type >>
15 <$- endfor $>