Email link?

CalNeva
Member
Member

I am trying to set it up so that I can send out a simple link to people, I thought I could do that when I made the code and selected the email one. But it doesn't work, it says it is outdated. How can I make a simply url people can follow that can take them straight to my item?

Login to Me Too
1 REPLY 1

snowshoe
Frequent Advisor
Frequent Advisor
When you use the online button creator to generate an email link, the code will look similar to what is below.
  
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XXXXXXXXXXXXX
 
 
To use as a hyperlink in an email, you need to tweek the code so it looks similar to this:
 
 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XXXXXXXXXXXXX">TEST BUY</a> 

 

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.