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.
2 parents c7acfe2 + 1ad527a commit b48f07cCopy full SHA for b48f07c
app/code/Magento/Checkout/view/frontend/templates/cart/item/configure/updatecart.phtml
@@ -23,7 +23,7 @@
23
value=""
24
title="<?= /* @escapeNotVerified */ __('Qty') ?>"
25
class="input-text qty"
26
- data-validate="{'required-number':true,digits:true}"/>
+ data-validate="<?= $block->escapeHtml(json_encode($block->getQuantityValidators())) ?>"/>
27
</div>
28
29
<?php endif; ?>
0 commit comments