I have a DIBS payment gateway up and running, but if the user cancels the payment window and wishes to make changes to his shopping cart, that is not possible.
The cart is changed to an order by the system before/during cart step 5 (payment gateway) and not changed back to a cart if the user cancels payment. The cart/order is also removed from the users session.
Are there known steps I can take to correct this, so the user can continue to work with the cart/order?
Further testing has revealed that the cart still IS in the session, but lost if the user closes the browser, even though DW is setup to keep the shopping cart.
/Christian