• Hello,

    I am using your plugin on our site. I have tried with woocommerce hook to show “Add to wishlist” on shop page but functionality not working properly.

    Can you please let me know How can I use it on shop page . (Below of every product).

    let me know ASAP.

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter arpitkh

    (@arpitkh)

    Now I am using this code :

    if( defined( ‘YITH_WCWL’ ) && ! function_exists( ‘yith_wcwl_add_wishlist_to_loop’ ) ){
    function yith_wcwl_add_wishlist_to_loop(){
    echo do_shortcode( ‘[yith_wcwl_add_to_wishlist]’ );
    }
    add_action( ‘woocommerce_after_shop_loop_item’, ‘yith_wcwl_add_wishlist_to_loop’, 10 );

    and able to see “add to wishlist” on every product page and when I am adding product in wishlist then they are easily going in wishlist, I have checked database.

    But these are not showing whole wishlist products.

    Can you please help me?

    hey Arpitkh, try this github version of https://github.com/wp-plugins/yith-woocommerce-wishlist it works for me.

    @robertreborobert, what is github??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem to show add to wishlist on shop page’ is closed to new replies.