and this worked fine in V9, but since upgrading to V10 it is not bouncing back but has a link that customers can click if they wish to return to the site. When they click on the link the url is:
so it's there, but not auto bouncing them back. I have the same setup in paypal profile as before (not altered anything for V10 upgrade)
I noticed that the paypal page layout and workings are different than what it was when I was in V9, so has anything changed in V10 Paypal Template maybe that means this url needs amending? My cgi script ID is still 1, so it's not that.
I tested this by paying by card in Paypal. Haven't been able to test by Paypal account as it won't let me use my own account, but I need both methods to bounce back or I don't get the necessary emails.
Has anyone else had probs in V10 with this?
Thanks
EDIT: Spent all morning searching a solution before posting and just found the answer! This is what Paypal say :
The Auto Return feature will automatically return customer who has a PayPal account automatically back to your site.
People that pay with a credit card, via PayPal account optional, are given the opportunity to open an account. If they do not, they must click on the Return to Merchant button to return to your site.
You have control of the text of that button. By including the 'cbt' variable you can customize the text on the button as shown below:
<input type="hidden" name="cbt" value="Click here to return to Merchant site">
Comment