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 fd756f4 commit a37d31fCopy full SHA for a37d31f
Helper/Entity/ProductHelper.php
@@ -953,7 +953,7 @@ private function getAttributesForFaceting($storeId)
953
954
$currencies = $this->currencyManager->getConfigAllowCurrencies();
955
956
- $facets = $this->configHelper->getFacets();
+ $facets = $this->configHelper->getFacets($storeId);
957
foreach ($facets as $facet) {
958
if ($facet['attribute'] === 'price') {
959
foreach ($currencies as $currency_code) {
0 commit comments