Jump to content

Customer sent to Order History instead of Order Confirmation


Recommended Posts

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

  • 4 weeks later...

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

×
×
  • Create New...