Skip to content

Commit

Permalink
Update addtocart.phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
magefan committed Oct 17, 2023
1 parent 8e35229 commit e709f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Magento_Catalog/templates/product/view/addtocart.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<button type="submit"
title="<?= $block->escapeHtmlAttr($buttonTitle) ?>"
class="action primary tocart"
id="product-addtocart-button" disabled>
id="product-addtocart-button">
<span><?= $block->escapeHtml($buttonTitle) ?></span>
</button>
<?= $block->getChildHtml('', true) ?>
Expand Down

0 comments on commit e709f04

Please sign in to comment.