Discussions
TAGS stripping characters
We use the website tags to include some JavaScript code at the bottom of the checkout pages. This allows us to feed order information to 3rd party analytics, since we run our own site and just use NetSuite for checkout. Apparently there is a maximum length to those tags of 4000 characters, and if you're over that, there's a JavaScript alert letting you know that you're over.
But the Javascript code they use is wrong, and counts it differently than the back end. So when I posted code of 4094 characters, it silently stripped off the last 94 characters, displaying no errors, and we lost a days worth of analytics.