• My client discovered that when a product is added to the cart, then they decide to empty the the cart and go back, to the original product page, (say they wanted to be sure they picked the right product), they can’t click on the add to cart button. Inspect element shows this
    div class=”quantity buttons_added”>
    <button class=”single_add_to_cart_button button alt” type=”submit” disabled=””>Add to cart</button>
    Is there anyway to stop the button being disabled?
    This is happening in Firefox, but not Chrome.

  • The topic ‘woocommerce -add to cart 'submit' disabled when clicking back’ is closed to new replies.