X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   3rd party FAQ program, how do I get template around it? (https://forum.x-cart.com/showthread.php?t=11004)

CC 12-19-2004 04:12 AM

3rd party FAQ program, how do I get template around it?
 
Hi all

We are adding a 3rd party FAQ program to our store and a helpdesk.

The 3rd party program integrates very easily to any php page, just a simple:
Code:

        <?
include_once "/usr/local/xxx/xxx/xxx/admin/config.php");
include "/usr/local/xxx/xxx/xxx/admin/faqsupport/home.category.php");
        ?>

But doing this in X-Cart obviously doesn't add the store template around it, and we need to make it looks like an integrated part of the site.
I thought it would be easy, but it isn't.

How can I add at least the header and footer of the X-Cart store around this code?
We would like to have all boxes there, categories, manufacturers, help etc etc, but just the header and footer would do for now.

Any help on how to do this would be really appreciated! :)

We dont have to do it from a template either if it is easier, just from the root would do like ../faq.php if we can call the head and footer tpl's somehow?? :?

TIA

CC 12-20-2004 12:47 AM

Anyone?

I am sure 100's of people must have done this...

:(

CC 12-21-2004 01:20 PM

Does no one really know how to put the site template around a new .php page? 8O

Plz plz, someone must have done this at some point..?

I am in no mans land again...


All times are GMT -8. The time now is 12:38 AM.

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