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 ed9fecc + 4bf8bfd commit 866c30fCopy full SHA for 866c30f
app/code/Magento/Checkout/view/frontend/templates/cart/item/default.phtml
@@ -104,6 +104,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
104
value="<?= $block->escapeHtmlAttr($block->getQty()) ?>"
105
type="number"
106
size="4"
107
+ step="any"
108
title="<?= $block->escapeHtmlAttr(__('Qty')) ?>"
109
class="input-text qty"
110
data-validate="{required:true,'validate-greater-than-zero':true}"
0 commit comments