Home Forums WoodMart support forum Quick View – Add to Wishlist Button

Quick View – Add to Wishlist Button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #140048

    newsprince
    Participant

    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.

    #140051

    Artem Temos
    Keymaster

    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

    #140053

    newsprince
    Participant

    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

    #140057

    Artem Temos
    Keymaster

    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 );

    #140060

    newsprince
    Participant

    Ok no problem.

    Thank you very much!

    #140070

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)