1. Enter your PayPal email address
2. Enter the name of the item you are selling
3. Enter the amount of the item (do not add $ sign)
4. Enter a shipping amount (if any)
5. Your domain name (do not include "http://" in front of the domain name)
5. Enter an existing page the customer should return to after making payment (Like a "thanks.php" page if you have one). Or just leave blank to have customer return to your home page.
6. Click Submit to generate the code for your website.
7. Preview & Test, then Copy and paste the code below into the HTML source code in your site.
Select All & Copy <form name="_xclick" action="https://www.paypal.com/us/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="paypal_email"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="item_name" value="name_of_item"> <input type="hidden" name="amount" value="amount_of_item"> <input type="hidden" name="shipping" value="shipping_amount"> <input type="hidden" name="return" value="http://domain_name/return_page"> <input type="image" src="http://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form>