Paypal Express Checkout Return URL Customization in Magento

ce-1.7.0.2payment-methodspaypal-express

is it possible to customize the standard Paypal Eypress Checkout return URL https://www.yoursite.com/paypal/standard/success/ ?

If yes, then how?

We would love to use our own, standard success page. The store is running on Magento 1.7.0.2.

Best Answer

see app/code/core/Mage/Paypal/controllers and you will find all urls

So there you should be able to change this address as well.

This question got asked here as well

Related Topic