I have read the FAQ about intergrating the website and have been trying to integrate our website into the shopping cart. I copied the code:<form method=POST action=http://www. XXXXXXX.com/cgi-bin/ppcal.cgi>
<input type=hidden name="##ITEM" value=9001>
<input type=hidden name=item_quantity value=1>
<input type=image src=
name=submit
border=0 alt=Go>
</form>
and changed it a little bit to fit the website, instead of an input box where the customer would input the quantity we needed a drop down where the customer would choose between to options and it would automatically input the quantiny as one for an example check our website www.trendycamerastraps.com
Here is the code I changed:
<!-- START PAYPAL FORM 1-1 -->
<form target="paypal" action="http://www. trendycamerastrap.com/cgi-bin/ppcal.cgi" method="post" style="margin: 0px">
<input type="hidden" name="##item" value=9002>
<!-- THE FOLLOWING OPTION WILL CHANGE THE PRICE -->
<select name="##item" style="width:150px;font:9px;margin-top:4px">
<option value="9002">Neck strap $47.00</option>
<option value="90042">Wristlet $28.00</option>
</select><br>
<p>
<input type="image" src="../picts/cart-off.gif" name="addtocart" border="0" onmouseover="this.src='../picts/cart-on.gif'" onmouseout="this.src='../picts/cart-off.gif'"><br>
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="add" value="1">
</form>
<!-- END PAYPAL FORM 1-1 -->
</form>
please tell me what I am doing wrong and how I can change this code so it will work. I need help ASAP.
Thanks
Cassandra Z
cassandra_zook@yahoo.com