PAYPAL SHOPPING CART CODE EXAMPLES
Don't Be Afraid!
It's just "code"; it is what makes everything work - including your site. Once you have established an account with PayPal, and set up your cart, you will be able to make all the buttons you want or need! Actually, you only need to make one (1) of each. Once I have the code for the first button, I can cop & paste the html (modifying each one to fit the particular item, service or product you are selling

Try it now by mailing a code to yourself (it's harmless) Copy & Paste the Code into the email.
and then,  CLICK HERE (Be Sure To Change The "Yourname@email.com" to your email).
Buy It Now Button Code
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="goldbunny@insightbb.com">
<input type="hidden" name="item_name" value="Product Example">
<input type="hidden" name="item_number" value="Stock No Example">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-BuyNowBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>

(This is one of the links I'll send you, for the purpose of sending these codes) > SEND MY "BUY IT NOW"  HTML
Add To Cart Button Code
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="goldbunny@insightbb.com">
<input type="hidden" name="item_name" value="Add To Cart Button Example">
<input type="hidden" name="item_number" value="9999999999">
<input type="hidden" name="amount" value="99.99">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-ShopCartBF"></form>

(This is one of the links I'll send you, for the purpose of sending these codes) > SEND MY "ADD TO CART" HTML
View Shopping Cart Button Code
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="goldbunny@insightbb.com">
<input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<input type="hidden" name="display" value="1"></form>

(This is one of the links I'll send you, for the purpose of sending these codes) > SEND MY "SHOPPING CART" HTML
Website Payments Standard / FREE To PayPal Members
Setup Link:
(No Application Process)