We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f768b34 commit 2c345bfCopy full SHA for 2c345bf
app/code/Magento/Catalog/CustomerData/CompareProducts.php
@@ -82,7 +82,7 @@ public function getSectionData()
82
return [
83
'count' => $count,
84
'countCaption' => $count == 1 ? __('1 item') : __('%1 items', $count),
85
- 'listUrl' => $this->urlBuilder->getUrl('catalog/product_compare'),
+ 'listUrl' => $this->urlBuilder->getUrl('catalog/product_compare/index'),
86
'items' => $count ? $this->getItems() : [],
87
'websiteId' => $this->storeManager->getWebsite()->getId()
88
];
0 commit comments