News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

After succesful Paypal payment I get checkout.result instead of ThankYou page?

Started by Maurice, May 18, 2009, 13:44:51 PM

Previous topic - Next topic

Maurice

Hello,

I have configured PayPal on the site and did a test with it. I discovered that when a Paypal transaction has been succesfully finished, you get redirected to checkout.result instead of the thank you page.

If I choose Purchase order I do get redirected to the thank you page.

What I want is the standard Thank You page instead of the checkout.result page when I finish a paypal transaction.

Can anyone tell me where to set this?

Maurice

Maurice

Ok, never mind. i fixed it already by changing:

"return" => SECUREURL ."index.php?option=com_virtuemart&page=checkout.result&order_id=".$db->f("order_id"),

into

"return" => SECUREURL ."index.php?option=com_virtuemart&page=checkout.thankyou&order_id=".$db->f("order_id"),




justlovejoomla

Hi  -  where you are modifying this - could you let me know which file this code is in - thanks

justlovejoomla