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.
1 parent e562473 commit 7f47c10Copy full SHA for 7f47c10
app/code/Magento/Checkout/view/frontend/templates/cart/item/configure/updatecart.phtml
@@ -8,10 +8,10 @@
8
?>
9
<?php $_product = $block->getProduct(); ?>
10
<?php $buttonTitle = __('Update Cart'); ?>
11
-<?php if ($_product->isSaleable()) :?>
+<?php if ($_product->isSaleable()):?>
12
<div class="box-tocart update">
13
<fieldset class="fieldset">
14
- <?php if ($block->shouldRenderQuantity()) :?>
+ <?php if ($block->shouldRenderQuantity()):?>
15
<div class="field qty">
16
<label class="label" for="qty"><span><?= $block->escapeHtml(__('Qty')) ?></span></label>
17
<div class="control">
0 commit comments