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 421d946 commit 8475a14Copy full SHA for 8475a14
app/code/Magento/GroupedProduct/view/adminhtml/templates/catalog/product/composite/fieldset/grouped.phtml
@@ -54,7 +54,7 @@
54
name="super_group[<?= $block->escapeHtmlAttr($_item->getId()) ?>]"
55
id="super_group[<?= $block->escapeHtmlAttr($_item->getId()) ?>]"
56
maxlength="12"
57
- value="<?= (int)$_item->getQty()*1 ?>"
+ value="<?= $block->escapeHtmlAttr($_item->getQty()*1) ?>"
58
title="<?= $block->escapeHtmlAttr(__('Qty')) ?>"
59
class="input-text admin__control-text qty" />
60
<input type="hidden" value="1" price="<?= $block->escapeHtmlAttr($block->getCurrencyPrice($_item->getPrice())) ?>" qtyId="super_group[<?= $block->escapeHtmlAttr($_item->getId()) ?>]" />
0 commit comments