I am installing a live chat system on our website that needs a small java script inserting, once this is done a little "Click for live chat" picture is displayed for the customer to request this.
I want to have it displayed after every product description or under every product image, the code i need to insert is below.
Could someone help me out with what pages from the template to insert this to and where.
Thanks in advance
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from old browsers
function newscreen4() {
window.open("","talk","width=300,height=350,resizable=no,scrollbars=auto")
}
// Stop hiding from old browsers -->
Stamp = new Date();
year = Stamp.getYear();
document.write('<A HREF="http://www.get1on1.com/cmct/caller/start?clientid=XXXX" TARGET="talk" onclick="newscreen4()"><img src="http://www.get1on1.com/cmct/operator/icon?clientid=XXXX&'+Stamp+'" border=0></a>');
</SCRIPT>
I want to have it displayed after every product description or under every product image, the code i need to insert is below.
Could someone help me out with what pages from the template to insert this to and where.
Thanks in advance
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from old browsers
function newscreen4() {
window.open("","talk","width=300,height=350,resizable=no,scrollbars=auto")
}
// Stop hiding from old browsers -->
Stamp = new Date();
year = Stamp.getYear();
document.write('<A HREF="http://www.get1on1.com/cmct/caller/start?clientid=XXXX" TARGET="talk" onclick="newscreen4()"><img src="http://www.get1on1.com/cmct/operator/icon?clientid=XXXX&'+Stamp+'" border=0></a>');
</SCRIPT>
Comment