Jump to content

Problem adding products to cart after Checkout [cart empties itself]


Recommended Posts

Hello all,

 

I'm facing a big problem - after an order is finished by Checkout I am unable to successfully add new products to cart because the next problem appears: when I try adding multiple items, let's say 10, via ajaxCart.add, in the javascript console it says that they were all added successfully but in my cart I know have item number 9 or 10. It also shows me how the cart is updated, but the products are not iterated, it only shows me item by item until it stops either to the last or the one before.

 

I also tried adding products through GET/POST via index.php, but the same issue appears. After that product is added I am able to add other products.

 

Does it have something to do with Cookies from the old Cart (that was Checked out) or anything similar? I tried clearing cache, deleting cache from the server, changing the domains.. but the same bug appears. After an order is placed a customer can't add a new order normally. Unless he/she logs out and logs in again to place the order.

 

Do you have any idea what I could do to solve this issue please?

 

Thank you,

 

Best regards,

Chris

Link to comment
Share on other sites

  • 6 months later...
×
×
  • Create New...