GnAProductions
02-13-2008, 06:21 PM
Hey Everyine, I have a peice of code here, for a dropdown box, to add a product to a shopping cart. It use to work in the past, but doesnt now. :eek:
Its sitting on an HTML page, then goes into a dynamic shopping cart. Below is the code.
<form action="https://secure.unicity.net/unicityusa/ShoppingCart/Shop.cfm?&Country=USA&LNG=eng&AddItem=" method="get" id="shopform">
<select name="select4" class="product_description">
<option value="22365">Item# 22365 / Caplets / $39.00</option>
<option value="13672">Item# 13672 / Packets / $33.00</option>
</select>
<input name="image4" type="image" onmousedown="document.getElementById('shopform').submit()" src="images/add_to_cart.jpg" width="72" height="15" />
</form>
Now, It worked in the past. But for somereason, it doesnt anymore.
Its suppose to work like this thing here, and just add the item to the persons shopping cart.
https://secure.unicity.net/unicityusa/ShoppingCart/Shop.cfm?&Country=USA&LNG=eng&AddItem=0205
Any ideas guys?
Thanks a million
Jacob
Its sitting on an HTML page, then goes into a dynamic shopping cart. Below is the code.
<form action="https://secure.unicity.net/unicityusa/ShoppingCart/Shop.cfm?&Country=USA&LNG=eng&AddItem=" method="get" id="shopform">
<select name="select4" class="product_description">
<option value="22365">Item# 22365 / Caplets / $39.00</option>
<option value="13672">Item# 13672 / Packets / $33.00</option>
</select>
<input name="image4" type="image" onmousedown="document.getElementById('shopform').submit()" src="images/add_to_cart.jpg" width="72" height="15" />
</form>
Now, It worked in the past. But for somereason, it doesnt anymore.
Its suppose to work like this thing here, and just add the item to the persons shopping cart.
https://secure.unicity.net/unicityusa/ShoppingCart/Shop.cfm?&Country=USA&LNG=eng&AddItem=0205
Any ideas guys?
Thanks a million
Jacob