Jump to content

Redirect after bankwire confirmation


Recommended Posts

Hello,

 

I'm trying to use post-sale landing pages.

How to redirect users on an external page after the bankwire confirmation?

 

I opened validation.php and at the bottom there is a

Tools::redirectLink(__PS_BASE_URI__.'order-confirmation.php?id_cart='.$cart->id.'&id_module='.$bankwire->id.'&id_order='.$bankwire->currentOrder.'&key='.$customer->secure_key);

But it could be even something passed to the order status so I decided not to change it, should I ?

 

thanks for any hints!

Link to comment
Share on other sites

×
×
  • Create New...