Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Third Party Javascript / Velaro Chat
I was wondering if anyone has installed the velaro live chat code (or any third party code) that references external javascript?
I've been trying to install this:
<script src="https://galleryuseastprod.blob.core.windows.net/velaroscripts/20243/globals.js"></script>
<script src="https://eastprodcdn.azureedge.net/bundles/velaro.inline.js"></script>
<script type="text/javascript">
Velaro.Globals.ActiveSite = xxxx;
Velaro.Globals.ActiveGroup = 0;
Velaro.Globals.InlineEnabled = true;
Velaro.Globals.VisitorMonitoringEnabled = true;
Velaro.Globals.InlinePosition = 0;
</script>
Velaro instruction says to put it anywhere on my page and the rest will be taken care of, but I know this doesn't work with a Mont Blonc. The only way I been able to get it working is by placing it in the <head> where other scripts are called in the shopping.ssp file (and checkout/my account). But it doesn't always load correctly and does not fit with best practices.