Hi coolhatwebdesign,
Thank You, I had the same problem, I am using Payumoney payment gateway, after successfull transaction, the payment g/w was not redirecting to ‘order-recieved’ page.
As suggested by you, i did the changes in the core file to redirect the page link and now its working superb 🙂
$redirect_url = ($this->redirect_page_id=="" || $this->redirect_page_id==0)?get_site_url() . "/checkout/order-received/$order->id/?key='$order->order_key'":get_permalink($this->redirect_page_id);
Thread Starter
ajayr
(@ajayr)
I want the product to be added without page refresh.