Home Forums WoodMart support forum Cretae new product display option without Add to Cart

Cretae new product display option without Add to Cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #211614

    ToriTori38
    Participant

    Hello,

    Is it possible for you to create another product display option (see image attached) which does not have an “add to cart” function? It only has “add to wishlist”? That would be really useful, because then on the home page we could display products but users cannot add them to the cart (on the home page only). We can then disable the “get Ajax refreshed” script which can take up to 1 minute to load!

    I want people to be able to add the products to the wishlist from the home page as thats a great feature. However we can speed up the home page if we can remove the add to cart functionality. To do that, you would need to create a new product display option which does not have “add to cart” functionality.

    If I hide with CSS the add to cart functionality, then it also stops people adding to cart when in the shop.

    Attachments:
    You must be logged in to view attached files.
    #211708

    Hello,

    You can enable the catalog mode in the Theme settings > shop page > Catalog mode.

    Or I can provide custom CSS to hide the add to cart button.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .cart,
    body .woocommerce-variation-add-to-cart,
    body .woodmart-add-btn{
    display:none;
    }

    Best Regards

    #211709

    ToriTori38
    Participant

    Thank you so much.

    #211749

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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