I've even tried using this simplified code example, without success:
- Code: Select all
<form action="https://---removed---/---removed---/sb/order.cgi" method="post" id="orderfrm" class="validate">
<input type="hidden" name="storeid" value="*---removed---" />
<input type="hidden" name="dbname" value="products">
<input type="hidden" name="function" value="add">
<input type="hidden" name="sku" value="PR-1">
<input type="hidden" name="PR-1:finoptnum" value="1">
<br />Handle Color
<select name="PR-1:finopt:0" size="1">
<option value="Black">Black</option>
<option value="Orange">Orange</option>
</select>
<br />Quantity
<input type="text" size="2" name="PR-1:qnty" value="1"><br />
<input type="image" src="img/ele/btn-chkout.gif" alt="Checkout" />
</form>
I've been searching the forum and documentation for two days, but can't find anything specific to my issue.
I ultimately need to have the option values affect the pricing (such as with ;+1.00), but will tackle that once I can see the options in the cart.
Thanks in advance for any assistance.
Deborah