View Single Post
  #1  
Old 02-25-2017, 10:24 AM
  Soft-Reseller.com's Avatar 
Soft-Reseller.com Soft-Reseller.com is offline
 

Advanced Member
  
Join Date: Jul 2009
Posts: 68
 

Default Want to add code in <head> section in X-Cart 5

Hello

I am using X-Cart Business V5.3.2.7.
I want to use LiveHelp script who says to add following code in <head></head> section.

Code:
<!-- BEGIN chatstack.com Live Chat HTML Code --> <script type="text/javascript"> var Chatstack = { server: 'chat.soft-reseller.com' }; (function(d, undefined) { // JavaScript Chatstack.e = []; Chatstack.ready = function (c) { Chatstack.e.push(c); } var b = d.createElement('script'); b.type = 'text/javascript'; b.async = true; b.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + Chatstack.server + '/livehelp/scripts/js.min.js'; var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(b, s); })(document); </script> <!-- END chatstack.com Live Chat HTML Code -->

Kindly guide me where I put this code.
Best Regards
Reply With Quote