Список розділів › Кухня › PrestaShop
<ul id="product_list" class="clear">
{foreach from=$products item=product name=products}
<li class="pla_block pla_block_{$product.id_product|intval} ajax_block_product {if $smarty.foreach.products.first}first_item{elseif $smarty.foreach.products.last}last_item{/if} {if $smarty.foreach.products.index % 2}alternate_item{else}item{/if} clearfix">
<div class="b1c-good">
<span><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'}</a></span>
<span class="b1c-name"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'}</a></span>
<input type="button" class="b1c" value="Купить за 1 клик">