by LindaOSU » Mon Oct 22, 2007 11:24 am
Here is what I have so far, but I am having trouble with the itemnum. I left out that line of code because I don't know what to put in since we are using the SKU. Can anyone tell me the line of code needed? I am also having the problem where the add-to-cart and view-cart-buttons show for the master item, which is not for sale, just used as a description. Thanks!
<form action="http://evobaseballcompany.com/cgi-bin/sc/order.cgi" method="post">
<input type=hidden name=storeid value=*126afca681651b7fa610f3>
<input type=hidden name="super" value="28">
<input type=hidden name=dbname value=products>
<input type=hidden name=function value=add>
<TABLE>
<TR><TD>
<SELECT>
<option value="ABU-73FR">ABU-73 Left Throw</option>
<option value="ABU-73REG">ABU-73 Right Throw</option>
</SELECT></TD><TD>
<input type=image class="add-img" src="http://evobaseballcompany.com/store/shopsite-images/en-US/buttons/gradient1_dark_blue/add-to-cart.gif">
<input type=image name="View Cart" class="viewcart-img" src="http://evobaseballcompany.com/store/shopsite-images/en-US/buttons/gradient1_dark_blue/view-cart.gif">
</TD></TR></TABLE>
</form>
LindaOSU