Home Forums WoodMart support forum Show variable products without shopping cart function

Show variable products without shopping cart function

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

    Brian0413
    Participant

    I need to show variable products without shopping cart function. Catalog mode does not work for me as it hides variable products.

    I tried adding custom css to remove shopping cart function as taught in the other post (https://xtemos.com/forums/topic/variation-not-showing-if-catalog-mode-is-on/), but shopping cart button (and order quantity selection) on shop page and single product page still exist, even after I flushed all cache.

    I provided admin panel login information in the private content, please help, thank you.

    #458449

    Brian0413
    Participant

    Sorry I gave the wrong password, here is the correct password in private content

    #458470

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    I am checking the product page and I do not see Add to cart https://gyazo.com/682c5c3e3048e83dc6ae959da7d82bec

    You have hidden the Add to Cart button with custom CSS: https://gyazo.com/8ac5b1af513e39d1b45859df9fd4ab44

    If you have any questions please feel free to contact us.

    Best Regards

    #458473

    Brian0413
    Participant

    Thank you for your reply.

    I saw the shopping cart button on single product page is gone now, but how can I remove the quantity buttons as well? Please see attached photo.

    In addition, when I look at the shop page with multiple products, the shopping cart button appears on top of the product image if my mouse hover on any product image, please see attached photo.

    Is there other custom css I can add to hide quantity button in single product page and hide the shopping cart button when I hover on image in shop page?

    If the shopping cart button that appears when I hover on image cannot be disabled, can I disable the hover on feature entirely?

    Please check and advise, thank you.

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

    Brian0413
    Participant

    Hi,

    I found another css code that hides the shopping cart from product category page in the other post below:

    https://xtemos.com/forums/topic/hovering-add-to-cart/

    Also, I found another css code that hides the quantity field from single product page in the other post below:

    https://xtemos.com/forums/topic/remove-quantity/

    I feel embarrassed but all the answers are already available in other posts in this forum. Nevertheless thank you for help and I really enjoy using the woodmart theme.

    #458784

    Hello,

    Please disable the Catalog mode in the Theme Settings > Shop.

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

    body .product-type-variable .wd-add-btn>a {
     display:none;
    }
    body .woocommerce-variation-add-to-cart .woocommerce-variation-add-to-cart>* {
       display:none;
    }

    If you have any questions please feel free to contact us.

    Best Regards

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