redirecting customer to link

harpwr
New Community Member

I seem to have a buy now button on my blogger site that will redirect customers to paypal. I have the URL to which I want to direct customers to download a PDF.

 

However, despite multiple assurances this is easy to set up via paypal...I'm not seeing where or how I tell paypal which link to send to a customer after they have paid.

 

I am currently trying to do this on blogger, but also have a wordpress site available. I've already tried Easy Digital Downloads on wordpress only to find that that requires a business account which I don't have.

 

 

Login to Me Too
1 REPLY 1

MTS_joaquim
Moderator
Moderator
Hello @harpwr,

Depending on where you created your buy now button, the solution to do that is different :
- If you created it through the button manager (https://www.paypal.com/fr/cgi-bin/webscr?cmd=_button-management ), you'd want to add this PDF's URL on the return URL in the Step 3 on the button creation page (first, tick the return URL box, then put the URL and finally save the button)

- If you created the button manually directly in HTML (https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/html_example_bu...), you can simply add the variable return in your form's value by putting the following line :
<input type="hidden" name="return" value="http://yourreturnURL.com" />

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.