Skip to content

Commit bf7b3d3

Browse files
authored
ENGCOM-5811: fixed Not able to update decimal quantity from cart details page. #24509 #24510
2 parents 004da75 + 866c30f commit bf7b3d3

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Checkout/view/frontend/templates/cart/item

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/templates/cart/item/default.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
104104
value="<?= $block->escapeHtmlAttr($block->getQty()) ?>"
105105
type="number"
106106
size="4"
107+
step="any"
107108
title="<?= $block->escapeHtmlAttr(__('Qty')) ?>"
108109
class="input-text qty"
109110
data-validate="{required:true,'validate-greater-than-zero':true}"

0 commit comments

Comments
 (0)