Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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>