Tri par position aussi depuis la page des catégories
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
<div id="category-products">
|
<div id="category-products">
|
||||||
<div class="products-content">
|
<div class="products-content">
|
||||||
<ul class="list-unstyled row">
|
<ul class="list-unstyled row">
|
||||||
{loop type="product" name="my_product_loop" category="{$ID}" depth="2" order="min_price"}
|
{loop type="product" name="my_product_loop" category="{$ID}" depth="2" order="position"}
|
||||||
{include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=false hasQuickView=false width="720" height="482"}
|
{include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=false hasQuickView=false width="720" height="482"}
|
||||||
{/loop}
|
{/loop}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user