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
pagebuilder
Dinesh Salunke 2023-12-05 12:19:44 +05:30
parent 1c4f82f2d4
commit af0dda90db
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA * International Registered Trademark & Property of PrestaShop SA
*} *}
<div id="js-product-list flex flex-col"> <div id="js-product-list" class="flex flex-col">
<div class="products flex flex-wrap"> <div class="products flex flex-wrap">
{foreach from=$listing.products item="product"} {foreach from=$listing.products item="product"}
{block name='product_miniature'} {block name='product_miniature'}