[Plugin: Woocommerce] redirecting after checkout
-
Hello,
I’m having difficulties redirecting to my payment gateway after the customer places order. I’ve renamed the “Place order” button to “Završi narudžbu”.
The page I’d like to redirect to is: http://wpos.wspay.biz/VITALIS.aspx
I guess it has to do something with this string “woocommerce_checkout_place_order” and a code similar to
{
wp_redirect(‘http://wpos.wspay.biz/VITALIS.aspx’);
}Since I can’t come up with a function to do it, any help is greatly appreciated.
Here is my checkout page: http://www.vitalis-djakovo.com/check-out/
Thanks!
The topic ‘[Plugin: Woocommerce] redirecting after checkout’ is closed to new replies.