|
Home
::
Support
::
Knowledgebase
::
Software
::
Support (software)
::
How do I add the live chat link to my X-Cart store?...
|
How do I add the live chat link to my X-Cart store?
Created: Feb 09, 2011 11:54 AM
Last Modified: Mar 23, 2011 03:37 PM
1
Rating
|
There are two styles of links, one that is placed statically on your page. For example, in the header of your site, or above the menu:
Example #1 – Static Link
For a static link either in your header or the sidebar of your store you will need to enter the following code in the skin1/customer/home tpl, or skin1/customer/head.tpl file.
Note: This may be a different template altogether for custom skins, the code can really be placed anywhere you want it to display on your store.
Note: X-Cart 4.4.x and greater users will need to edit the files in the skin/common_files/customer/ directory, or skin/your_skin_name/customer/ directory.
Example #2 - Scrolling Link
You can also have the live chat bar display on the scrollbar of your site, and stay visible at all times. For this style of live chat link make the following edit:
skin1/customer/home.tpl:
Find this code at the end of the file:
Before it insert:
Example #1 – Static Link
For a static link either in your header or the sidebar of your store you will need to enter the following code in the skin1/customer/home tpl, or skin1/customer/head.tpl file.
Note: This may be a different template altogether for custom skins, the code can really be placed anywhere you want it to display on your store.
Note: X-Cart 4.4.x and greater users will need to edit the files in the skin/common_files/customer/ directory, or skin/your_skin_name/customer/ directory.
{* Gahela Support :: www.gahela.com *}
{if $active_modules.Gahela_Support}
{include file="support/live-chat.tpl"}
{/if}
{* Gahela Support :: www.gahela.com *}
Example #2 - Scrolling Link
You can also have the live chat bar display on the scrollbar of your site, and stay visible at all times. For this style of live chat link make the following edit:
skin1/customer/home.tpl:
Find this code at the end of the file:
</body>
Before it insert:
{include file="support/live-chat-sidebar.tpl"}
Still Have Questions?
If you are unable to find a solution in the knowledgebase please open a support ticket for a personal response from the support desk.
Related Articles
- How do I add the Support menu to my X-Cart storefront?
You can add a link to your support center at any point in any X-Cart template by using this link: < a href = "https://www.gahela.com/admin/ { $catalogs . customer } / { $config . Gahela_Support... - How do I display linked knowledgebase articles to my X-Cart products?
To display linked knowledgebase articles on your X-Cart products page make the following edits to your X-Cart files: 1. product.php Near the very end of the file find this line of code: func_display... - I've installed Gahela Support, what steps should I take to setup my system?
First thing you will want to do is set your basic business info: Support -> Settings -> General You will also need to setup a special mail account for the support center, and link this mail account to the system:...
Rate or comment on this article
Rate This Article (Select a star)


Add Comment