Skip to content

Commit

Permalink
Optimize PLP widget
Browse files Browse the repository at this point in the history
  • Loading branch information
herzog31 committed Mar 6, 2024
1 parent 74287c7 commit ed6a2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/product-list-page/product-list-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function decorate(block) {
pageSize: 8,
perPageConfig: {
pageSizeOptions: '12,24,36',
defaultPageSizeOption: '24',
defaultPageSizeOption: '12',
},
minQueryLength: '2',
currencySymbol: '$',
Expand Down Expand Up @@ -59,5 +59,5 @@ export default async function decorate(block) {
}, 200);
});

window.LiveSearchPLP({ storeDetails, root: block });
return window.LiveSearchPLP({ storeDetails, root: block });
}

0 comments on commit ed6a2a7

Please sign in to comment.