zanahoria Posted December 11, 2012 Share Posted December 11, 2012 Hello, Ideally I would like to create the possibility of keeping items in the cart, in case of a payment error. I am using Paypoint . I need to understand at which point the products are being erased from the cart, because when there is a payment error, I would like the the products to remain in the cart. Link to comment Share on other sites More sharing options...
tomerg3 Posted December 11, 2012 Share Posted December 11, 2012 The items are never actually removed from the cart, unless you manually delete them. When at order is being created (in validateOrder()), the cookie with the cart id gets cleared, and the customer will have a new clean cart. Link to comment Share on other sites More sharing options...
Recommended Posts