MarketPress add_to_cart ajax action question

Elite
  • 29 points
    Starting to get into this DEV thing
    I'm new here
    mysolarix

    Member  —  7th February 2012 (3 months ago)         

    Hi,

    Consider the following:
    Products:
    Item 1
    Item 2
    Item 3

    If I click the "add_to_cart" button of each item separately, which is only click on the other Item add_to_cart button after the previous one has executed. It works perfectly fine.

    But if I continuously click the add_to_cart button one after another without waiting one to complete, only the last item click will be added to the cart.

    Any advice?