|
Home
::
Support
::
Knowledgebase
::
Software
::
How do I add the Support menu to my X-Cart storefront?...
|
How do I add the Support menu to my X-Cart storefront?
Created: Feb 25, 2011 02:33 PM
Last Modified: Mar 23, 2011 03:37 PM
You can add a link to your support center at any point in any X-Cart template by using this link:
Or you can use the following code to link to the ticket open screen:
Or to link to the Knowledgebase:
Another option is to use the support left menu bar. This menu should be automatically displayed when the support module is installed with X-Cart as the host. However, depending on your skin setup or customizations it may have not been possible.
To display this menu on your store make the following edit to your store:
X-Cart 4.4.x users:
Find this code in the skin/your_skin_name/customer/home.tpl file.
After insert:
<a href="https://www.gahela.com/admin/{$catalogs.customer}/{$config.Gahela_Support.gs_support_dir}/">{$lng.lbl_gs_support}</a>
Or you can use the following code to link to the ticket open screen:
<a href="https://www.gahela.com/admin/{$catalogs.customer}/{$config.Gahela_Support.gs_support_dir}/tickets/contact/">{$lng.lbl_gs_open_ticket}</a>
Or to link to the Knowledgebase:
<a href="https://www.gahela.com/admin/{$catalogs.customer}/{$config.Gahela_Support.gs_support_dir}/knowledgebase/">{$lng.lbl_gs_knowledgebase}</a>
Another option is to use the support left menu bar. This menu should be automatically displayed when the support module is installed with X-Cart as the host. However, depending on your skin setup or customizations it may have not been possible.
To display this menu on your store make the following edit to your store:
X-Cart 4.4.x users:
Find this code in the skin/your_skin_name/customer/home.tpl file.
{if $active_modules.Interneka}
{include file="modules/Interneka/menu_interneka.tpl"}
{/if}
After insert:
{* Gahela Support :: www.gahela.com *}
{if $active_modules.Gahela_Support}
{include file="support/left-menu-home.tpl"}
{/if}
{* Gahela Support :: www.gahela.com *}
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 live chat link to my X-Cart store?
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... - 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:... - 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...
Rate or comment on this article
Rate This Article (Select a star)



Add Comment