Quick View – Add to Wishlist Button
-
Hello.
At 4.0.3 version the Add to Wishlist button wasn’t there.
https://gyazo.com/4daf6bc5f399a74518784f3457a995f7
After 4.0.4 the Add to wishlist button link shows up in product quick view but it doesn’t have the animation nor the icon just like in single product page.
Was it suppose to be shown in quick view? If yes maybe add the icon also and the animation while adding it to wishlist.
Thank you.
Hello,
Actually, it shouldn’t be there. We don’t have this button on our demo and don’t know why it is there on your website. Could you please send us a link or admin access so we can check?
Kind Regards
Tried on clean install only default plugins created a simple product and in shop page if you press quick view it shows up again
https://gyazo.com/d7849e05e186b21003b6ab18d752924b
Actually, you are right. It is our mistake after the 4.0.4 update. This button shouldn’t be there.
Add the following line to the file woodmart/inc/integrations/woocommerce/modules/quick-view.php as shown on the screenshot http://prntscr.com/owj6jj
remove_action( 'woocommerce_single_product_summary', array( XTS\WC_Wishlist\UI::get_instance(), 'add_to_wishlist_single_btn' ), 33 );
Ok no problem.
Thank you very much!