From 57e14416b5d8af5c2e580bf5b102aa4fdefd993c Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 3 Nov 2023 11:05:31 +0530 Subject: [PATCH] refactor: use grid for the 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 6089cf7..566175a 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}