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 79ffaa5 commit 364e30aCopy full SHA for 364e30a
app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/options.phtml
@@ -18,7 +18,7 @@ $options = $block->decorateArray($block->getOptions($stripSelection));
18
{
19
"#product_addtocart_form": {
20
"priceBundle": {
21
- "optionConfig": <?= /* @noEscape*/ $block->getJsonConfig() ?>,
+ "optionConfig": <?= /* @noEscape */ $block->getJsonConfig() ?>,
22
"controlContainer": ".field.option"
23
}
24
0 commit comments