Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi Marie,

    please, check this previous forum post to know how to add “Add to wishlist” button on the loop.

    If you want to customize content of “Add to wishlist” button only for catalog page, I suggest you to overwrite add-to-wishlist-button.php template, simply copying it in your theme’s root

    Then change the code to show only Icon on archive page

    <?php echo $icon ?>
    <?php echo (is_product()) ? $label : '' ?>

    Let me know if this helps

    Have a nice day ??

Viewing 1 replies (of 1 total)
  • The topic ‘Add "Add to Wishlist" icon to grid view’ is closed to new replies.