Tri par position aussi depuis la page des catégories

This commit is contained in:
2022-01-25 08:55:42 +01:00
parent 3b0b4c3466
commit 22df8c48ff

View File

@@ -93,7 +93,7 @@
<div id="category-products">
<div class="products-content">
<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"}
{/loop}
</ul>