|
Home
::
Support
::
Knowledgebase
::
Software
::
Support (software)
::
How do I display linked knowledgebase articles to my X-Cart products?...
|
How do I display linked knowledgebase articles to my X-Cart products?
Created: Apr 10, 2012 03:19 PM
Last Modified: Apr 10, 2012 03:19 PM
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:
Immediately before insert:
2. customer/main/product.tpl
Insert the following code near the end of this file. It can be placed where every you wish the knowledgebase articles to display on your product pages.
1. product.php
Near the very end of the file find this line of code:
func_display("customer/home.tpl",$smarty);
Immediately before insert:
// Gahela Support :: www.gahela.com //
if ($active_modules['Gahela_Support']){
require $xcart_dir.'/support/hosts/xcart/support-dynamic-product.php';
}
// End Gahela Support //
2. customer/main/product.tpl
Insert the following code near the end of this file. It can be placed where every you wish the knowledgebase articles to display on your product pages.
{*** Gahela Support :: www.gahela.com ***}
{if $active_modules.Gahela_Support}
{include file="support/related-kb-articles.tpl"}
{/if}
{*** End 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... - 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... - 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