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 28e9ff7 commit ec88729Copy full SHA for ec88729
app/code/Magento/Swatches/view/frontend/templates/product/view/renderer.phtml
@@ -18,7 +18,7 @@
18
"jsonSwatchImageSizeConfig": <?= /* @noEscape */ $block->getJsonSwatchSizeConfig() ?>
19
},
20
"Magento_Swatches/js/configurable-customer-data": {
21
- "swatchOptions": <?php /* @noEscape */ echo $swatchOptions ?>
+ "swatchOptions": <?= /* @noEscape */ $swatchOptions ?>
22
}
23
24
"*" : {
0 commit comments