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.
add-to-cart link clobbers website contents
I'm trying to add a product to the cart via a link, like so:
<a href="http://shopping.netsuite.com/app/site/query/additemtocart.nl?c=######&&ext=T&buyid=##&add=1">test</a>
(those '#' characters are obviously just stand-ins here for discussion)
So the product gets added, but then the only tabs I see on my site are Shopping Cart and My Account. Going to any URL other than My Account shows the shopping cart. Clearing the JSESSION cookie sometimes fixes it (until I add another product). But sometimes it doesn't fix it. Quitting the browser always seems to fix it.
0