We're looking to setup text input fields where user can enter the product number (SKU) and the quantity - but do this multiple times on the same page - and then hit add to cart and all the products and quantities flow to the cart.
We've tested this some and have had trouble. We notice that the "itemnum" field shopsite uses is not the same as the SKU for the product - which is how customers know the product.
Anyways - this is what we have:
<FORM action="http://www.bodypoint.com/cgi-bin/sc/order.cgi" method=post>
<input type=hidden name="storeid" value="*20d8b9595800314470f102ed726d96adb636">
<input type=hidden name="dbname" value="products">
<input type=text name="itemnum"> <input type=text size=2 name="qnty">
<input type=submit value="Add to Cart">
</form>
Can we have multiple rows of these fields or does shopsite get confused because the 'itemnum' can only handle one product at a time?
Any work arounds?
thanks,
kris