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 7611eff commit aa32513Copy full SHA for aa32513
Helper/Entity/ProductHelper.php
@@ -1170,7 +1170,7 @@ protected function getAttributesForFaceting($storeId)
1170
$groupId = (int)$group->getData('customer_group_id');
1171
$excludedWebsites = $this->groupExcludedWebsiteRepository->getCustomerGroupExcludedWebsites($groupId);
1172
if (in_array($websiteId, $excludedWebsites)) {
1173
- $group->delete();
+ continue;
1174
}
1175
$attributesForFaceting[] = 'price.' . $currency_code . '.group_' . $group_id;
1176
0 commit comments