I am developing a checkout handler for payment. Everything works fine except if the customer wants to cancel or change payment method.
If I redirect the customer back to the cart again the Order is no longer in the session as it should.
But how do I reattach the order to the session before I do the redirect?
I have looked through the Checkout handlers documentation and the Dynamicweb.Ecom7.Cart Namespace but can’t find what I am looking for.