Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Adding live chat

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-02-2010, 05:09 PM
 
ScrapbookSupplies ScrapbookSupplies is offline
 

eXpert
  
Join Date: Oct 2009
Location: Texas
Posts: 325
 

Default Adding live chat

Hi,
I am interested in adding a live chat support to my website, am using the Amazon Green, three column template (www.unibindphotobooks.com/shop).

Was wondering if anyone might be able to advise how to add another little box where I could post a live chat. Would like to add it in the column on the right hand side, above the "view cart" section.

Also, while I am nosing around on some edits, is there a way to move "affiliates" from the right column to the left, and move the "help pages" from the left to the right?

Do these templates easily edit, as far as adding your own little block for links?

Thanks for the advice, am still learning.
__________________
(1) xCart
(1) xPayments

2-12-14 FOR SALE
Reply With Quote
  #2  
Old 12-02-2010, 06:31 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Adding live chat

It depends on what live chat software you are using - each one of them has their own install instructions. Sometimes it is just a piece of code you add where you want it, sometimes something has to go in the head tag as well. What software are you using?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 12-02-2010, 07:18 PM
 
ScrapbookSupplies ScrapbookSupplies is offline
 

eXpert
  
Join Date: Oct 2009
Location: Texas
Posts: 325
 

Default Re: Adding live chat

I haven't really picked one, am thinking of Crafty Syntax, osTicket or Help Center Live. I can dig up the requirements and post them if that will help. Whichever program I use it will prob be a GPU.
__________________
(1) xCart
(1) xPayments

2-12-14 FOR SALE
Reply With Quote
  #4  
Old 12-02-2010, 10:42 PM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Adding live chat

www.LiveZilla.net
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote
  #5  
Old 12-03-2010, 08:26 AM
 
ScrapbookSupplies ScrapbookSupplies is offline
 

eXpert
  
Join Date: Oct 2009
Location: Texas
Posts: 325
 

Default Re: Adding live chat

Thank you for suggesting the Live Zilla, appears to be a nice chat system.

Can you advise where I would paste the code? I assume that I can paste it as it is (javascript) right into the php page.

Jeanne
__________________
(1) xCart
(1) xPayments

2-12-14 FOR SALE
Reply With Quote
  #6  
Old 12-03-2010, 08:42 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Adding live chat

If you paste anything it will be in the templates - but post what the instructions are.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #7  
Old 12-03-2010, 08:44 AM
 
anandat anandat is offline
 

X-Adept
  
Join Date: Jan 2004
Posts: 914
 

Default Re: Adding live chat

Try http://www.onlinechatcenters.com/
__________________
X-Cart: 4.7.7 LIVE
Skin:Ultra by xcartmods.co.uk
X-cart Modules: | ACR, Rich Google Search, Customer Testimonials | Cloud Search, | Websitecm: CDSEO (2.1.9)
---------------
Server: Linux
php: 5.3
mysql: 5.0.89
----------------
Reply With Quote
  #8  
Old 12-03-2010, 11:09 AM
 
boxerbay boxerbay is offline
 

Senior Member
  
Join Date: Nov 2002
Posts: 170
 

Default Re: Adding live chat

usually they have 2 parts. javascript in head and an html call button/image that goes on page. search these forums for more info on editing templates. turn on webmaster mode. check the tpls and their locations. then go to home.tpl - correct me if im wrong balinor - and move your tpls around. if you need an additional box. i usually just copy and paste an exiting tpl below it and just rename the tpl and the link in home.tpl. then just open your new tpl and dit ti to include your Call button hmtl. hope that i did not confuse you. search is your friend.

check out - http://livehelp.stardevelop.com/
installed here - http://www.leadersfurniture.com - top right corner.
__________________
Thanks,
Alex.
Too many version to list. I have some on 3.51 and some on the latest version.
Reply With Quote
  #9  
Old 12-03-2010, 11:17 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Adding live chat

LiveZilla it is very easy to set up. Just go to their website and see those two videos (http://www.livezilla.net/installation/en/). They explain everything you need to make it functional. One software is the client, the other software is for configuring the server and many others.

For example in my website, for the moment I am using only the script to monitor my customers, but not showing any banner in Frontend. In some situation I can invite for a chat, or I can CoBrowse with them.

LiveZilla has in project advanced statistics. I'm missing Sales-n-Stats which was a great software, but for free I am using LiveZilla. Very easy to customize it. Also, if you don't like some things you can modify even they are encrypted.

Quote:
Originally Posted by ScrapbookSupplies
Thank you for suggesting the Live Zilla, appears to be a nice chat system.

Can you advise where I would paste the code? I assume that I can paste it as it is (javascript) right into the php page.

Jeanne
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote
  #10  
Old 12-09-2010, 07:38 PM
 
ScrapbookSupplies ScrapbookSupplies is offline
 

eXpert
  
Join Date: Oct 2009
Location: Texas
Posts: 325
 

Default Re: Adding live chat

I tried the chats suggested, Live Zilla is probably the better one for me, though I need to search and figure out the template editing so I can actually track the visitors. I liked the OCC but it really slowed my computer down and I couldn't get the Star Develop to work. Will play around with this a bit more and let you all know how it goes.
__________________
(1) xCart
(1) xPayments

2-12-14 FOR SALE
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:59 PM.

   

 
X-Cart forums © 2001-2020