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 aaeadff commit 35399d8Copy full SHA for 35399d8
app/code/Magento/Checkout/view/frontend/templates/cart/item/default.phtml
@@ -78,6 +78,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
78
<a href="#" class="action help map"
79
id="<?= ($block->escapeHtmlAttr($helpLinkId)) ?>"
80
data-mage-init='{"addToCart":{
81
+ "origin": "info",
82
"helpLinkId": "#<?= $block->escapeJs($block->escapeHtml($helpLinkId)) ?>",
83
"productName": "<?= $block->escapeJs($block->escapeHtml($product->getName())) ?>",
84
"showAddToCart": false
0 commit comments