DCL Labs     Files     Network Status     Other Links     About DCL     Home     Search    
Display Your IP     Browser:   CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
 

Paypal forms that anyone could use to sell items.



What the form would look like.
       
This would be an area where you could describe what it is that you are wanting to sell. Your price should be (item * 1.03) + shipping.
Price $32.00

This would be an area where you could describe what it is that you are wanting to sell. Your price should be (item * 1.03) + shipping.
Price $23.00
This would be an area where you could describe what it is that you are wanting to sell. Your price should be (item * 1.03) + shipping.
Price $21.00
This would be an area where you could describe what it is that you are wanting to sell. Your price should be (item * 1.03) + shipping.
Price $24.00

 

What the actual form data would look like. You can also view page source to see what else is listed. Since paypal charges you about 2.9% on every item you sell, You could use this equation to get your money back.

(item_you_want_to_sell * 1.03) + shipping + any_local_taxes_needed.

Usually paypal can do the taxes for you, since state wide taxes can differ within your own state. This is only showing the code for the first button. You could do as many button per items as you need.

 

<!-- Form Button Starts Here --> <form action="https://www.paypal.com/cgi-bin/webscr" target=_blank method="post"> <input type="hidden" name="business" value="Your_paypal_account_email@paypal.com"> <input type="hidden" name="cmd" value="_ext-enter"> <input type="hidden" name="redirect_cmd" value="_xclick"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="shipping" value="18.00"> <input type="hidden" name="amount" value="32.00"> <input type="hidden" name="item_name" value="Place item description here."> <input type="hidden" name="on0" value="Notes"> <input type="hidden" name="os0" size=15 maxlength="59" value="Flower Arangement 1"> <input type="image" src="img/buynow.gif" border="0" name="submit" title="Express Paypal or Credit Card Checkout"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif\" width="1" height="1"> </form> <!-- Form Button Ends Here -->