Induction Concepts Posted December 21, 2004 Posted December 21, 2004 What are the primary files I need to modify to make osCommerce blend in with the rest of my site? I need to add some buttons to the sidebar, add our logo to the header, add a footer, change the colors, etc. I looked in the KB and have looked in here and am still not sure I have the right info. I found the header.php, but it looks like theres some code missing from it, no <head>,<body>,<meta>, etc.? Is there another file that loads before that one? Thanks. ============================ Rad Craig, Induction Concepts, High Performance Twin Turbo Systems [email protected]
♥Vger Posted December 21, 2004 Posted December 21, 2004 Okay, the way oscommerce works is like this. There is a page in the root directory (let's use index.php for this example), and in this page are 'includes' which call in the contents of the header, footer, left and right columns, and leaves a space in the main body of the page to call in the contents of another index.php page - and this page is at the level of includes/languages/english/ It is this index.php which contains the text and html code which appears on that page. Also included in every page is the external stylesheet.css file, and this contains many of the features that govern the look of the page. Vger
Sincraft Posted December 21, 2004 Posted December 21, 2004 Well put Vger.. I'm in the same boat as this guy right now. :) S
Induction Concepts Posted December 21, 2004 Author Posted December 21, 2004 Thanks! That's exactly what I was looking for. ============================ Rad Craig, Induction Concepts, High Performance Twin Turbo Systems [email protected]
Recommended Posts
Archived
This topic is now archived and is closed to further replies.