How to connect a call to order service
Sorry for bad english.
But I can not connect a call to order service, the template nirvana.
The company gave me widget code.
I put it in the theme control panel. (My Javascript code)
But it is not working.
The question is which one it is necessary to insert the file?
To it can be displayed on all pages?
Exemple code widget: `<!– Begin CallBox code –>
<script >
(function() {
var d = new Date();
var em = document.createElement(‘script’); em.type = ‘text/javascript’; em.async = true;
em.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘http://’)
+ ‘callbox.by/js/callbox.js?’ + d.getTime(); var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(em, s);
})();
</script>
<!– End CallBox code –>`
installation code examples
-
This topic was modified 8 years ago by Bydenis25.