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!
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