| Adding PayPal Buy Now Buttons to Your Web Site |
| Invention Development Advice - Website Development | |||
Want to sell products from your web site, and use PayPal as your payment processor? How simple are their BUY NOW buttons to use?How MANY products do you want to sell?Remember, the BUY NOW buttons are used when you want someone to purchase ONE particular item - right NOW.They are NOT part of a solution where your customer can add multiple products to a shopping cart. That is an entirely different process which can also be set up with PayPal. If you have ONLY one product to sell, the entire process is dead simple (even though it appears complicated). If you have MORE than one product to sell (one at a time), the trickiest bit is specifying the CORRECT thank you page related to the specific product your customer purchased. More on that later... For now... Let's Set Up BUY NOW Buttons for Just ONE ProductLogin to your PayPal account and click on the MERCHANT TOOLS tab. Then under the Key Features of the WEBSITE PAYMENTS section (on the RHS of screen) you'll see a link for BUY NOW BUTTONS.The next page allows you to add descriptions, prices etc for your product, and select a button to use on your web site. Here, select NO for the encryption option, because you CAN'T modify encrypted links. Click on ADD MORE OPTIONS at bottom of screen. Here, the main items to check are:
You'll be given two lots of code to use:
HUGE TIP: Copy the email link, and paste it into the form at tinyurl.com to SHORTEN the link into one which won't break in an email! Your Thank-You PageAll that's left now is to set up your thank-you page at the address you mentioned for the SUCCESSFUL PAYMENT URL. On that page:
You DON'T want search engine spiders finding it and publishing the location across the internet, so there are some things you can do to prevent that happening: 1. use a robots.txt file at the top/root level of your web site to stop search engines from spidering your images directory: e.g. User-agent: * Disallow: /images/ (this is simply a text file called robots.txt, which contains the above info, which is uploaded to your web server at the same level as your home page) 2. and then upload your zipped product file into your images directory. i.e. http://www.yoursite.com/images/productfile.zip Tip: It might be a good idea to place thank-you page/s in the images directory, so they aren't spidered by search engines either! If your web server has been set up correctly, PEOPLE are not usually able to browse the files in that directory, so they won't be able to "accidentally" discover it either. If they CAN see a list of files, then put an index.html file in there to stop that happening. This can either be a "warning - you aren't supposed to be here" type of page, or maybe something more useful... The only "other" complication with this method, is that once a (dishonest) person has your "thank you" page, they can easily share the download link with their friends to download your product for free... More Than 10-20 Products To Sell?To sell a LOT of single products from your site, you'll need to:
The Verdict?Putting a PayPal BUY NOW button on your web site is a fairly painless process if you only want to sell a few products, one at a time.IF you are comfortable with putting some HTML code into your product web page and uploading it to your server, you should be able to put these buttons on your site. If not... show this article to your webmaster. The process is almost identical for their DONATE and SUBSCRIPTION buttons and equally simple to implement. Just paste the code they give you onto your web page, and upload it to your server. Anytime anyone buys from you, donates money, or subscribes to your service, you'll get sent an email from PayPal. BUT... to sell more than ONE item, you'll need to EITHER:
Author Credits: Stephen Spry is the webmaster of OzSmallBiz.net and has been helping small business succeed on the Internet since 1997. He can help you implement PayPal as a payment processor on your web site. W3 Schools is a great place for information on URL encoding including a handy form to do it for you (and lots more stuff for web developers). The Web Robots Pages will help you understand robots.txt files
|