Home Forums WoodMart support forum Wishlist – bulk “add to cart” option?

Wishlist – bulk “add to cart” option?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #705305

    vini
    Participant

    Hi we are testing Wishlist functionality. We enable Bulk Action, but i see there is only option to “move” / “delete” “select all”, “desellect all”

    Is any option to add action “add all to cart”?

    Also, is any option to disable “share buttons” (i can set display none in css, but maybe there is out o the box?)? (we have wishlist only for registered users, so this buttons doesn’t works? Our shop is b2b, so register is not so easy?…

    #705415

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    At the moment, the Wishlist Bulk Actions option in Woodmart only supports the following actions:

    Select all, Deselect all, Move and Delete

    There is no built-in option to add all wishlist items to the cart at once. The Bulk Actions setting in Theme Settings > Shop > Wishlist only controls moving/removing items, not cart actions.

    See how it works: https://woodmart.xtemos.com/theme-settings-tooltips/bulk-action-move-or-remove-to-wishlist.mp4

    Since there’s no built-in option to disable Wishlist Share buttons, using CSS is the correct approach.

    You can hide them with:

    .page-id-25 .wd-social-icons {
        display: none !important;
    }

    Replace 25 with the actual ID of your page . This will remove the share icons from the wishlist page only and keep everything else intact.

    Best Regards,

    #705434

    vini
    Participant

    Thanks! Is any option, this feature will be done?

    #705495

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You can create a future request here – https://woodmart.canny.io/feature-requests so our developers can take it into account.

    Best Regards,

    #705497

    vini
    Participant

    This request works? looks like / have title like deprecated 🙂
    WoodMart (Deprecated board)

    #705508

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. You can create a future request here – https://woodmart.userjot.com/

    Best Regards,

    #714039

    vini
    Participant

    I have another question about wishlist – can i somewhere set how many products i show in wishlist? design? anything? for now i see i can add only shortocode but can’t decide about design? or maybe i missing something?

    Maybe we also have some possibility to manage wishlists / grid?

    • This reply was modified 3 months, 1 week ago by vini.
    #714087

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry but there is no option in Theme Settings available for that. You can only set the available options in the Theme Settings >> Shop >> Wishlist >> https://ibb.co/xt5GvHVv

    Best Regards.

    #714116

    vini
    Participant

    Ok. Thx

    #714121

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Wishlist – bulk “add to cart” option?’ is closed to new replies.