add product list blocs
This commit is contained in:
parent
62f033808e
commit
b7a58d4293
@ -520,7 +520,7 @@
|
||||
<h3 class="subtitle">{l s='Related Products'}</h3>
|
||||
<div class="products row">
|
||||
<!-- Blocs produits relatifs -->
|
||||
{include file="./product-list.tpl" products=$accessories position='homestore' position_sm=4}
|
||||
{include file="./product-list-blocs.tpl" products=$accessories position='homestore' position_sm=4}
|
||||
</div>
|
||||
</aside>
|
||||
{/if}
|
||||
|
@ -58,7 +58,7 @@
|
||||
</p>
|
||||
{/if}
|
||||
<div class="products row">
|
||||
{include file="$tpl_dir./product-list.tpl" products=$search_products}
|
||||
{include file="$tpl_dir./product-list-blocs.tpl" products=$search_products}
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user