From 22df8c48ff8b03a940d61f257dc4a2c908b604fd Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Tue, 25 Jan 2022 08:55:42 +0100 Subject: [PATCH] =?UTF-8?q?Tri=20par=20position=20aussi=20depuis=20la=20pa?= =?UTF-8?q?ge=20des=20cat=C3=A9gories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/frontOffice/default2020/category.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/frontOffice/default2020/category.html b/templates/frontOffice/default2020/category.html index f973ad8f..583d3910 100644 --- a/templates/frontOffice/default2020/category.html +++ b/templates/frontOffice/default2020/category.html @@ -93,7 +93,7 @@
    - {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}