X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   3rd party Add on taking on the look of exisiting site (https://forum.x-cart.com/showthread.php?t=31881)

ATise 06-16-2007 10:27 AM

3rd party Add on taking on the look of exisiting site
 
I am trying to set up a better links page and I plan on using a I guess you could call it a links farm page. I have installed the software and now I am trying to give it my sites look.
How do I change the paths
This is what I am getting right now on there sample page:

Integration Instructions
1. Using a text editor, open the web page file (.php file) that you wish to integrate the Customer Helpdesk to, insert the line below to the top of the file, to call the 'config.php' file.
<?php include_once("document_path_of_oneadmin_folder/config.php"); include_once($path["docroot"]."common/session.php"); include_once($path["docroot"]."common/css.php"); ?>
* Note: Always put the above code to the line 1, without any preceding character(s), not even a space.
2. In your .php web page file, put the line below to call the Customer Helpdesk integrated with a FAQ Support and Agent Login area
<?php include($path["docroot"]."helpdesk/home.menu.php"); include($path["docroot"]."helpdesk/home.login.php"); ?>
3. Meanwhile, to display your Customer Helpdesk content body such as Helpdesk form, client's reply section, use the line below.
<?php include($path["docroot"]."helpdesk/home.helpdesk.php"); ?>
4. For sample integration code, please refer to the source code of this file. To do this, open the file with your text editor.

** To find your 'document_path_of_oneadmin_folder', check the path['docroot'] value from the oneadmin/config.php file

This is the information listed in the config file from the software which one goes where?

//Website Path
$path["webroot"]="http://www.website.com/c/";

//Document Path
$path["docroot"]="/www/virtual/a/www.website.com/c/";

chamberinternet 06-16-2007 10:58 AM

Re: 3rd party Add on taking on the look of exisiting site
 
Founds familiar instructions ... are you using a script from comdev ?

ATise 06-16-2007 11:02 AM

Re: 3rd party Add on taking on the look of exisiting site
 
yes can you help me out

chamberinternet 06-16-2007 11:12 AM

Re: 3rd party Add on taking on the look of exisiting site
 
I've installed this before but not integrated it with x-cart ...

Might be able to help ..

ATise 06-16-2007 11:27 AM

Re: 3rd party Add on taking on the look of exisiting site
 
well the way I have it so far it is working by itself I need for it to pull my sites design to give it that look


All times are GMT -8. The time now is 11:37 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.