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

    (@yithemes)

    Hi zkay,

    you can try adding this lines of code at the end of the file functions.php of your theme

    function echo_add_to_wishlist(){
        echo do_shortcode( '[yith_wcwl_add_to_wishlist]' );
    }
    add_action( 'woocommerce_single_product_summary', 'echo_add_to_wishlist', 15 );

    Besides, you’ll have to set Position option to “Use shortcode” (Example), in setting page, to avoid duplicated “Add to wishlist button”

    Let me know if this helps
    Have a nice day ??

Viewing 1 replies (of 1 total)
  • The topic ‘Reposition Wishlist Link’ is closed to new replies.