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 a48c797 commit 32ed601Copy full SHA for 32ed601
app/code/Magento/Swatches/view/frontend/templates/product/listing/renderer.phtml
@@ -17,7 +17,8 @@
17
"jsonConfig": <?php /* @escapeNotVerified */ echo $block->getJsonConfig(); ?>,
18
"jsonSwatchConfig": <?php /* @escapeNotVerified */ echo $block->getJsonSwatchConfig(); ?>,
19
"mediaCallback": "<?php /* @escapeNotVerified */ echo $block->getMediaCallback() ?>"
20
- }
+ },
21
+ "Magento_Swatches/js/catalog-add-to-cart": {}
22
}
23
24
</script>
0 commit comments