From af0dda90db7de509b80a96c477b957b50f210620 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Tue, 5 Dec 2023 12:19:44 +0530 Subject: [PATCH] fix: pagination now works id selector for the pagination div was in correctly set. pagination is a client side handled using ajax, which relies on the id of the div being correctly set --- 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 9c1f5ff..345408a 100644 --- a/templates/catalog/_partials/products.tpl +++ b/templates/catalog/_partials/products.tpl @@ -22,7 +22,7 @@ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} -
+
{foreach from=$listing.products item="product"} {block name='product_miniature'}