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.
2 parents 1302b14 + 0b52926 commit a721f04Copy full SHA for a721f04
app/code/Magento/Wishlist/view/frontend/templates/view.phtml
@@ -14,7 +14,6 @@
14
<form class="form-wishlist-items" id="wishlist-view-form"
15
data-mage-init='{"wishlist":{
16
"addToCartUrl":<?php /* @escapeNotVerified */ echo $block->getItemAddToCartParams("%item%");?>,
17
- "confirmRemoveMessage":"<?php /* @escapeNotVerified */ echo __("Are you sure you want to remove this product from your Wish List?") ?>",
18
"addAllToCartUrl":<?php /* @escapeNotVerified */ echo $block->getAddAllToCartParams(); ?>,
19
"commentString":""},
20
"validation": {}}' action="<?php /* @escapeNotVerified */ echo $block->getUrl('wishlist/index/update', ['wishlist_id' => $block->getWishlistInstance()->getId()]) ?>" method="post">
0 commit comments