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 004da75 + 866c30f commit bf7b3d3Copy full SHA for bf7b3d3
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