View Single Post
  #13  
Old 01-18-2011, 07:42 PM
  Soft-Reseller.com's Avatar 
Soft-Reseller.com Soft-Reseller.com is offline
 

Advanced Member
  
Join Date: Jul 2009
Posts: 68
 

Default Re: Adding live chat

Hello

I am using LiveZilla on my website. I love it becuase only a single Login to LiveZilla makes all my sites Live.

http://www.soft-reseller.com
http://www.soft-vendor.com
http://www.pak-tube.com

I am not expert but what I did I am sharing to you people.

in File : right_bar.tpl

I added

Quote:

{include file="customer/myfolder/live_chat.tpl"}

then in Folder : myfolder
I made a file : live_chat.tpl

Quote:

{*
$Id: special.tpl,v 1.2 2010/06/28 05:07:29 slam Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{capture name=submenu}
<center>
<!-- http://www.LiveZilla.net Chat Button Link Code -->

Here code will come by LiveZilla

<!-- http://www.LiveZilla.net Tracking Code -->
</center>
{/capture}
{if $smarty.capture.submenu|trim}
{capture name=menu}
<ul>
{$smarty.capture.submenu|trim}
</ul>
{/capture}
{include file="customer/menu_dialog.tpl" title="Live Support" content=$smarty.capture.menu additional_class="menu-special"}
{/if}

I did it in v4.4.1 and now upgraded to v4.4.2 and all is working fine.

Best Regards
Soft-reseller.com
Reply With Quote