It's been raised as a "bug report" by my customer that after paying by PayPal the user needs to click a link to return to their umbraco site. Is there any way to get the user returned to the site automatically after payment is processed?
there is a property in the profile of the paypal merchant account called "auto-redirect" if this is set to true then the user is directed back to the site without needing to click any links
returning to site after PayPal payment
It's been raised as a "bug report" by my customer that after paying by PayPal the user needs to click a link to return to their umbraco site. Is there any way to get the user returned to the site automatically after payment is processed?
like the way eBay works for example.
turns out this is very simple
there is a property in the profile of the paypal merchant account called "auto-redirect" if this is set to true then the user is directed back to the site without needing to click any links
is working on a reply...