I am having a problem with the checkout process. Everything goes fine until the order is actually submitted and then instead of redirecting to the Success page (/checkout/credit/success/), it stays on the Confirmation page (/checkout/credit/confirm/) but says the cart is empty.
So, I can tell that the order is going through, I get the email and all. I can even change the url to /checkout/credit/success/ and it shows me the success page as it should. If I turn off SSL for the payment module (authorize.net) it goes through just fine. If I turn on debugging and have the django debug tool installed with INTERECEPT_REDIRECTS set to True, it shows that it wants to redirect to /checkout/credit/success/ and if I then click on the link it takes me to the success page just fine. So, as far as I can tell, something is stopping it from actually doing the redirect when SSL is on. Any thoughts? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
