From 3c33ebe3f11a00b654a73b8ede0b7bfe15f6b5cc Mon Sep 17 00:00:00 2001 From: "Mark J. Becker" Date: Thu, 14 Mar 2024 13:42:31 +0100 Subject: [PATCH] Remove optional category url path from PLP --- blocks/product-list-page/product-list-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/product-list-page/product-list-page.js b/blocks/product-list-page/product-list-page.js index 82c49e1ee3..c80752af7c 100644 --- a/blocks/product-list-page/product-list-page.js +++ b/blocks/product-list-page/product-list-page.js @@ -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