• pmanasi

    (@pmanasi)


    Hi

    I want to hide buy now button when the product is already in cart.

    There is no such setting available in the plugin.

    Any kind of help is appreciated.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • biometria

    (@biometria)

    Try this code (CSS)

    .add_to_cart_button {
    display:none;
    }

    Thread Starter pmanasi

    (@pmanasi)

    Hi

    It hides the button forever.

    I only want to hide the Woocommerce Quick Buy button when the product is already present in cart.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Visibility of button’ is closed to new replies.