Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Adding mulitple items to the shopping cart with 1 click
Dear All,
Does any one know how I can add multiple different items to the shopping cart with one click?
I can see how to add individual items to the cart, guess its some variation on the below:
<form name=form12 action='http://shopping.netsuite.com/app/site/query/additemtocart.nl?c=123456&ext=T' method=post><input type='hidden' name='buyid' value='12'><input type='hidden' name='c' value='123456'><td class='text'><input name='add' id='add' size=4 value=1></td><td class='text'><input type=submit border='0' value='Add to Cart' alt='Add to Cart'></td></form>
0