CubeCart - FreeForums For All

CubeCart 5 => Developer's Kit => Topic started by: Chief! on February 10, 2012, 11:17:32 PM



Title: Converting the Killer Skin
Post by: Chief! on February 10, 2012, 11:17:32 PM
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 1
CubeCart 3Cubecart 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
    • blue
      • logo
    • common
    • orange
      • logo
  • js
    • script.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: