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)
-   -   Template intergration into current site (https://forum.x-cart.com/showthread.php?t=7455)

sschroedl 05-05-2004 05:41 PM

Template intergration into current site
 
Here is current site look and feel: http://www.verilan.com

All I want to do is find the files to edit to add the tags below

<?php
include "../../includes/store_header.txt";
include "../../includes/store_footer.txt";
?>

I have that in a simple php file located at: http://www.verilan.com/store/test/

Has anyone found a simple way to do a include call to the site design? I have tried to do my GUI in the header.tpl file... BUT WHAT A PAIN.

If someone has sleeping problems or drinks coffee and jolt at the same time then this challenge is for you.

Thanks

Emerson 05-05-2004 06:24 PM

Have you tryed:
/xcart/skin1/head.tpl and
/xcart/skin1/bottom.tpl ?

shan 05-06-2004 02:12 AM

rectangle_top.tpl
rectangle_bottom.tpl

sschroedl 05-07-2004 05:18 AM

Template intergration into current site solution
 
I used:

/skins1/header.tpl
/skins1/bottom.tpl

Thanks all


All times are GMT -8. The time now is 02:26 AM.

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