From 83b50d7c4442cac8956f0497aa59a4e67faa881a Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 3 Nov 2023 18:29:02 +0530 Subject: [PATCH] refactor: increase the gap in products list --- templates/catalog/_partials/products.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/catalog/_partials/products.tpl b/templates/catalog/_partials/products.tpl index 8c76cda..8aebc8a 100644 --- a/templates/catalog/_partials/products.tpl +++ b/templates/catalog/_partials/products.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *}
-
+
{foreach from=$listing.products item="product"} {block name='product_miniature'} {include file='catalog/_partials/miniatures/product.tpl' product=$product}