1 Attachment(s)
I sell my one of a kind art online...help please!
Hi,
I'm brand new to this message board and new to web site design. I am currently creating my own web page on which to sell my work which is one of a kind (only one of each available). I have sold at an auction site for a few years now with lots of success, I just don't want to pay the listing fees anymore. The web hosting service that I'm using is pretty simple, just a drag and drop deal (I have limited html knowledge).
Anyway, when I use paypal's shopping cart or buy now buttons, and do a dummy purchase, i can enter any quantity I want (100 or 10000000!!). There is only ONE available of each item that I put up. I have tried asking paypal (they say they don't have that feature)and the web site company (still waiting for an answer from them).
I guess what I'd like is a only a quantity of one to be entered and also wondering if once someone purchased that item, would something pop up that says SOLD or NO LONGER AVAILABLE?
I bet I need a storefront or something...
Would any of you great minds out there in cyberspace have an answer for me?-
Sorry I rambled,
Barb (rubarb)
one of a kind paypal button
Hi Tony!
I looked at the html code and don't know where to input the quanitity...so here's the code...
I appreciate your help so much! Barb
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="Blue Hawaii Flat Ovals">
<input type="hidden" name="item_number" value="FOV01">
<input type="hidden" name="amount" value="0.99">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypal.com/images/x-click-but23.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
hmmm, still doesn't work...
Hey Tony,
I must be doing something wrong, still no good...
<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="[email protected]">
<input type="hidden" name="item_name" value="orbs5">
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="item_number" value="orbs5">
<input type="hidden" name="amount" value="0.99">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypal.com/images/sc-but-01.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="add" value="1">
</form>