Skip to content

Commit 866c30f

Browse files
ENGCOM-5811: fixed Not able to update decimal quantity from cart details page. #24509 #24510
- Merge Pull Request #24510 from rani-webkul/magento2:24509 - Merged commits: 1. 06a1aa1 2. 4bf8bfd
2 parents ed9fecc + 4bf8bfd commit 866c30f

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)