{$shop_name} {$company} {$shop_url} PrestaShop {foreach from=$currencies item=cur name=currencies} {if $cur.iso_code != 'GBP'} {/if} {/foreach} {foreach from=$categories item=cat name=categories} {if $cat.id_category!=2} {$cat.name|escape} {/if} {/foreach} {foreach from=$products item=offer name=products} {$offer.url} {$offer.price} {$offer.purchase_price} {$currency} {$offer.id_category_default} {$offer.picture} {$offer.name|escape} {if $offer.article} {$offer.article|escape} {/if} {/foreach}