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 f94b4a8 + 088af51 commit dd336a9Copy full SHA for dd336a9
app/code/Magento/Multishipping/view/frontend/templates/checkout/addresses.phtml
@@ -62,8 +62,9 @@
62
name="ship[<?= $block->escapeHtml($_index) ?>][<?= $block->escapeHtml($_item->getQuoteItemId()) ?>][qty]"
63
value="<?= $block->escapeHtml($_item->getQty()) ?>"
64
size="2"
65
+ min="0"
66
class="input-text qty"
- data-validate="{number: true}"/>
67
+ data-validate="{number: true,'validate-greater-than-zero':true}"/>
68
</div>
69
70
</td>
0 commit comments