• I found that the clear link under the drop down for my variation subscription wasn’t clearing the qty part. I had two products set up. 1 a normal one off purchase with qty box and the other a subscription variation purchase with drop down with qty box. The clear link would reset everything but the quantity boxes. So if i selected one month subscription and put 2 into the qty box then clicked the clear link, it wouldn’t clear the subscription qty box. If i went to add a quanity to the one off purchase product the add to cart button wouldn’t become enabled.

    I had go into your plugin and add: $product.attr(‘data-qty’, 0); on the front-end.js line 158 to get the qty boxes reset to 0 and now i can use the other qty box and add to cart button works how it should. thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bug in clear reset with QTY inputs’ is closed to new replies.