betyonfire Posted April 1, 2013 Share Posted April 1, 2013 After completing a purchase, the customer is taking to the Order History page. I've search around for a solution to this and found an explanation about there being an issue with the order, but that doesn't make a lot of sense to me. There is no error on that page; it just shows order history. How can I force this to go to the Order Confirmation page instead? Can I just change the classes/OrderConfirmationController.php? It says this on line 55/56: else $redirectLink = 'index.php?controller=history'; And if so, what would I change it to? controller=confirmation? This is PS 1.5.2 Thanks Link to comment Share on other sites More sharing options...
alvinouch Posted April 23, 2013 Share Posted April 23, 2013 Hi there, i'm having the same issue here, did you manage to solve it ? Seems like my paiements are also redirecting to Order History instead of Order Confirmation. Does anybody knows about this ? Link to comment Share on other sites More sharing options...
betyonfire Posted April 25, 2013 Author Share Posted April 25, 2013 No solution yet. How about you? Does anyone know if this is a bug in the Authorize.net module? Link to comment Share on other sites More sharing options...
alvinouch Posted April 25, 2013 Share Posted April 25, 2013 Hi, problem solved, it appears that if the shop is in maintenance mode, the server returns an error 503 (bank IP return refused). The moment i tried that, the bank URL wasn't right, so it distorted my tests. Tried again with the good bank URL, without the maintenance mode and it worked. Link to comment Share on other sites More sharing options...
Recommended Posts