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:

<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.

Rate or comment on this article

Rate This Article (Select a star)

Select Rating  
Change rating to 1 Change rating to 2 Change rating to 3 Change rating to 4 Change rating to 5

Add Comment

Name:
Email:
Website: (Optional)
Gahela
Text
BBCode
HTML
Expand
Bold Italic Underline Strikethrough Align left Align center Align right Numbers Bullets Indent Outdent
Code
PHP
JavaScript
CSS
HTML
Link :)
happy-big-smile.png
alien.png
angry.png
bomb.png
eye-roll.png
pink-heart.png
kiss.png
happy-eyes-closed.png
happy-shades.png
happy-teeth.png
happy-vampire.png
lips.png
tongue-out.png
smile.png
surprise.png
Comments are moderated and require approval before they are available for all users to view.