Viewing 5 replies - 1 through 5 (of 5 total)
  • same for me since the latest upgrade

    Plugin Author Zorem

    (@zorem)

    Hi @golfball-uhu

    I checked your website URL and I notice that there is the class “disable” in addtocart button. so you can hide addtocart button by CSS just use below css

    .woocommerce-variation-add-to-cart button.single_add_to_cart_button.disabled {
    display: none;
    }

    Thread Starter golfball-uhu

    (@golfball-uhu)

    Hi @zorem ,
    your CSS fix works..but it works for all products with variations.

    Will there be a updated versions of your plugin which fixes the problem only for products controlled by country based restrictions…or is the solution?

    Regards
    René

    Thread Starter golfball-uhu

    (@golfball-uhu)

    In Addition to my last post…if I remove the “addtocart” – button I would have to remove the quantity buttons as well…otherwise it makes no sense.

    Plugin Author Zorem

    (@zorem)

    Hi,

    Add please add this css so you can hide quantity box
    .woocommerce .cart .woocommerce-variation-add-to-cart-disabled .quantity {
    display: none;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add to Cart still visible for variations’ is closed to new replies.