Thursday 11 January 2018

How to added wishlist link in custom product listing page in magento2

<a href="#" data-post='<?php echo $this->helper('Magento\Wishlist\Helper\Data')->getAddParams($product) ?>'
 data-action="add-to-wishlist">
  <?php /* @escapeNotVerified */ echo __('Wishlist'); ?>

</a>

No comments:

Post a Comment