Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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.