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 f9b1f0b commit fb350e6Copy full SHA for fb350e6
app/code/Magento/Catalog/view/frontend/templates/product/view/form.phtml
@@ -44,7 +44,7 @@
44
{
45
"[data-role=priceBox][data-price-box=product-id-<?= $block->escapeHtml($_product->getId()) ?>]": {
46
"priceBox": {
47
- "priceConfig": <?= /* @escapeNotVerified */ $block->getJsonConfig() ?>
+ "priceConfig": <?= /* @noEscape */ $block->getJsonConfig() ?>
48
}
49
50
0 commit comments