One of the skins that ships with CubeCart 3 is
Killer, a full-width skin that has been ported to CubeCart 4. Let's port Killer from CubeCart 3 to CubeCart 5.
Table 1CubeCart 3 | Cubecart 5 |
/styleImages | /images/common |
/styleImages/backgrounds/* | /images/blue/* Then move topHeader.* into /logo renaming it to default.* |
/styleImages/buttons/* | /images/blue/* |
/styleImages/icons/* | /images/common/* |
/styleImages/* | /images/common/* |
/styleSheets/* | /styles/blue/* Then move style.css to the parent folder and rename to common.css |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Start by copying the folder structure (but not necessarily any of its contents except as noted in the list) of an existing CC5 skin and naming the new folder "killer". The folder structure will be:
- images
- js
- styles
- blue
- orange
- common.css
- ie7.css
- print.css
- reset.css
- templates
- config.xml
Make copies of the files listed in Table 1 renaming them where indicated: