|
@@ -68,6 +68,7 @@
|
|
|
{if isset($chpost.related_products)}
|
|
{if isset($chpost.related_products)}
|
|
|
<section class="featured-products clearfix">
|
|
<section class="featured-products clearfix">
|
|
|
{*<h2>{l s='Viewed products' d='Modules.Viewedproduct.Shop'}</h2>*}
|
|
{*<h2>{l s='Viewed products' d='Modules.Viewedproduct.Shop'}</h2>*}
|
|
|
|
|
+ {*
|
|
|
{assign var="larg" value=$chpost.related_products|@count}
|
|
{assign var="larg" value=$chpost.related_products|@count}
|
|
|
<div class="products">
|
|
<div class="products">
|
|
|
|
|
|
|
@@ -77,6 +78,18 @@
|
|
|
</div>
|
|
</div>
|
|
|
{/foreach}
|
|
{/foreach}
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ *}
|
|
|
|
|
+ <div class="pos_content row">
|
|
|
|
|
+ <div class="product_accessoriesslide owl-carousel">
|
|
|
|
|
+ {foreach from=$chpost.related_products item="product"}
|
|
|
|
|
+ {block name='product_miniature'}
|
|
|
|
|
+ <div class="item-product">
|
|
|
|
|
+ {include file='catalog/_partials/miniatures/product.tpl' product=$product}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ {/block}
|
|
|
|
|
+ {/foreach}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
</section>
|
|
</section>
|
|
|
{/if}
|
|
{/if}
|
|
|
<!-- <div class="trait dernier"></div> -->
|
|
<!-- <div class="trait dernier"></div> -->
|