File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Checkout/view/frontend/templates/cart/item Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
50
50
<?php if (isset ($ _formatedOptionValue ['full_view ' ])) :?>
51
51
<?= $ block ->escapeHtml ($ _formatedOptionValue ['full_view ' ]) ?>
52
52
<?php else :?>
53
- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['span ' , ' a ' ]) ?>
53
+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['span ' ]) ?>
54
54
<?php endif ; ?>
55
55
</dd>
56
56
<?php endforeach ; ?>
@@ -104,6 +104,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
104
104
value="<?= $ block ->escapeHtmlAttr ($ block ->getQty ()) ?> "
105
105
type="number"
106
106
size="4"
107
+ step="any"
107
108
title="<?= $ block ->escapeHtmlAttr (__ ('Qty ' )) ?> "
108
109
class="input-text qty"
109
110
data-validate="{required:true,'validate-greater-than-zero':true}"
You can’t perform that action at this time.
0 commit comments