X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   Need help on Inserting Live Chat (https://forum.x-cart.com/showthread.php?t=68846)

zhandaan 03-12-2014 09:31 PM

Need help on Inserting Live Chat
 
i have found a website that support live chat but i not sure how to insert the code into the web site, can anyone give me a helping hand?

<!--Begin Comm100 Live Chat Code-->
<div id="comm100-button-202"></div>
<script type="text/javascript">
var Comm100API = Comm100API || new Object;
Comm100API.chat_buttons = Comm100API.chat_buttons || [];
var comm100_chatButton = new Object;
comm100_chatButton.code_plan = 202;
comm100_chatButton.div_id = 'comm100-button-202';
Comm100API.chat_buttons.push(comm100_chatButton);
Comm100API.site_id = 188699;
Comm100API.main_code_plan = 202;
var comm100_lc = document.createElement('script');
comm100_lc.type = 'text/javascript';
comm100_lc.async = true;
comm100_lc.src = 'https://chatserver.comm100.com/livechat.ashx?siteId=' + Comm100API.site_id;
var comm100_s = document.getElementsByTagName('script')[0];
comm100_s.parentNode.insertBefore(comm100_lc, comm100_s);
</script>
<!--End Comm100 Live Chat Code-->


I Get this code and says to insert into the website, but i not sure where and how to insert this script in. Anybody can give me advice or clue.
Thanks!

qualiteam 03-15-2014 02:46 AM

Re: Need help on Inserting Live Chat
 
Please check this thread:
http://forum.x-cart.com/showthread.php?t=68782


All times are GMT -8. The time now is 04:09 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.