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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Shopping Cart URL Parameter "amount" not working
I am trying to add an item to the shopping cart at I am trying to add an item to the shopping cart at $0.0 price.
But I am not able to do it.
I am setting the url parameter amount=0, but the price always shows up as the online price of that item.
What is the use of the URL Parameter amount?
[code]
<form name='myform' method='post' action='http://shopping.netsuite.com/app/site/query/additemtocart.nl'>
<input class='CheckOutButton' type='hidden' value='Submit' id='Submit1'>
<input type='hidden' name='c' value='12345'>
0