Skip to content

Commit

Permalink
Remove optional category url path from PLP
Browse files Browse the repository at this point in the history
  • Loading branch information
herzog31 committed Mar 14, 2024
1 parent 826d2ca commit 3c33ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/product-list-page/product-list-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default async function decorate(block) {

if (type !== 'search') {
storeDetails.config.categoryName = document.querySelector('.default-content-wrapper > h1')?.innerText;
storeDetails.config.currentCategoryUrlPath = urlpath;
// storeDetails.config.currentCategoryUrlPath = urlpath;
storeDetails.config.currentCategoryId = category;

// Enable enrichment
Expand Down

0 comments on commit 3c33ebe

Please sign in to comment.