diff --git a/intarocrm/export.tpl b/intarocrm/export.tpl index ed065b6..1ee8a3f 100644 --- a/intarocrm/export.tpl +++ b/intarocrm/export.tpl @@ -2,7 +2,7 @@ {$shop_name} - {$yamarket_company_name} + {$company} {$shop_url} PrestaShop @@ -15,11 +15,10 @@ {foreach from=$categories item=cat name=categories} {if $cat.id_category!=2} - {$cat.name} + {$cat.name|escape} {/if} {/foreach} - {if $yamarket_delivery_price}{$yamarket_delivery_price}{/if} {foreach from=$products item=offer name=products} @@ -29,12 +28,12 @@ {$currency} {$offer.id_category_default} {$offer.picture} - {$offer.name} + {$offer.name|escape} {if $offer.article} - {$offer.article} + {$offer.article|escape} {/if} {/foreach} - \ No newline at end of file +