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}