• Respected sir/madam,

    1) The add to wishlist button doesn’t show up in the WPC quick view pop up on shop/archive pages. It used to be working fine before. Please find below an example image, wishlist used to show before weight options.
    https://pasteboard.co/K3Csx7g.png

    2) Should I remove the wishlist page from cache or would it work fine even for unregistered users (till now no issues)? (using LiteSpeed cache)

    Have a nice day.

    Regards & Thanks
    Indiano

    The page I need help with: [log in to see the link]

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

    (@wpclever)

    Hi thesaintindiano,

    #1. Please add below snippet (How to add custom code?):

    add_action( 'woosq_product_summary', 'woosq_add_wishlist_btn', 21 );
    function woosq_add_wishlist_btn( $product ) {
    	echo do_shortcode( '[woosw id="' . $product->get_id() . '"]' );
    }

    #2. Yes! Please exclude the wishlist page from the cache.

Viewing 1 replies (of 1 total)
  • The topic ‘Add to wishlist button not showing in the quick view pop up?’ is closed to new replies.