Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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.