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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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