{$shop_name|escape} {$company|escape} {$shop_url|escape} {foreach from=$categories item=cat name=categories} {if $cat.id_category > 2} {$cat.name} {/if} {/foreach} {foreach from=$products item=offer name=products} {if $offer.available_for_order}Y{else}N{/if} {$offer.url|escape} {$offer.price} {$offer.purchase_price} {$offer.id_category_default} {$offer.picture|escape} {$offer.name|escape} {if $offer.article} {$offer.article|escape} {/if} {/foreach}