=====================
INSTALATION
=====================
For installation proceed with a standard osCommerce install using the files from "designed_osc" folder looking into the original osCommerce package for instructions (original_osc folder).
Now, you should have a beautiful new looking shop.
If any problems occure you are welcome to ask for support on our website.
Please don't forget to read the license.txt files.
==========================================
HOW THE SHOP FILES WAS CHANGED
==========================================
CHANGES IN EVERY PAGE FOR LAYOUT!
1. ###################################
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Right after:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_XXXXXX);
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Insert:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// ADDED BY CLEMENT for design
define('HEADING_IMAGE_FILE', 'table_background_YYYYYYY.gif');
require(DIR_WS_INCLUDES . FILENAME_DESIGN);
//**
2. ###################################
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CHANGE
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
WITH
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
';
require(DIR_WS_INCLUDES . 'column_left.php');
echo '';
}
?>
3. ###################################
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CHANGE
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
(***if exist form***)
|
|
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
WITH
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>(***if exist form***)
>
4. ###################################
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CHANGE right before
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
(***if exist form***) |
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
WITH
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
(***if exist form***)
|
5. ###################################
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CHANGE
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
WITH
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
';
require(DIR_WS_INCLUDES . 'column_right.php');
echo '';
}
require(DIR_WS_INCLUDES . 'footer.php');
?>
6. ###################################
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CHANGE
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>