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 085b974 commit 6c7bd78Copy full SHA for 6c7bd78
app/code/Magento/Swatches/Block/Product/Renderer/Listing/Configurable.php
@@ -39,6 +39,7 @@ protected function getHtmlOutput()
39
*/
40
protected function getSwatchAttributesData()
41
{
42
+ $result = [];
43
$swatchAttributeData = parent::getSwatchAttributesData();
44
foreach ($swatchAttributeData as $attributeId => $item) {
45
if (!empty($item['used_in_product_listing'])) {
0 commit comments