Dont work with bootstrap theme 7.x-3.0, and 7.x-2.2.

Comments

mr_ko’s picture

jQuery('form.ajax-cart-submit-form input.ajax-cart-submit-form-button')
  jQuery('form.ajax-cart-submit-form  input').attr('disabled', false);

I changed "input" to "button" and its work.

jjackson@makeicomplete.com’s picture

Thank you! I am thinking I am the only one trying to make uc_ajax_cart work on D7. The theme I was using called Omnia is using bootstrap and changing the input. to button. fixed my adding to cart problem.