• Hi there!

    I love this plugin, and it works great. I was just wondering if anyone can explain to me how to get a wishlist button on the category page where visitors can see an overview of products and from there pick their favorites!

    I have a jewelry shop, and on many other fashion related shops they have a little heart icon next to the basket button on the category page, maybe you recognize it.

    I am using Woocommerce and Artificer Woothemes.

    Thanks in advance!

    https://www.ads-software.com/plugins/yith-woocommerce-wishlist/

Viewing 2 replies - 1 through 2 (of 2 total)
  • marahman.b2b

    (@marahmanb2b)

    Me has same limitation

    any luck at your end?

    Plugin Author YITHEMES

    (@yithemes)

    Hi bdam6,

    you can try to use the “[yith_wcwl_add_to_wishlist]” shortcode; you can edit woocommerce templates, or add a function that prints shortcode template on a specific shop woocommerce action

    if( ! function_exists( 'yith_wcwl_add_to_wishlist_in_shop' ) ){
        function yith_wcwl_add_to_wishlist_in_shop(){
            echo do_shortcode( "[yith_wcwl_add_to_wishlist]" );
        }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show button on category / shop pages?’ is closed to new replies.