forked from brooksbingham/theme-elegance
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 setpagebuilder
parent
1c4f82f2d4
commit
af0dda90db
|
@ -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'}
|
||||||
|
|
Loading…
Reference in New Issue