Skip to content

Commit 42982f1

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-59: Importing Bundle with '?' in the option title corrupts how option is displayed and prevents product from being added to cart
1 parent 14768a8 commit 42982f1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/view/frontend/templates/catalog/product/view

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/summary.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $_product = $block->getProduct();
3737
<ul data-mage-init='{"productSummary": []}' class="bundle items"></ul>
3838
<script data-template="bundle-summary" type="text/x-magento-template">
3939
<li>
40-
<strong class="label v"><%- data._label_ %>:</strong>
40+
<strong class="label"><%- data._label_ %>:</strong>
4141
<div data-container="options"></div>
4242
</li>
4343
</script>

0 commit comments

Comments
 (0)