Colors, Patterns, etc.

  1. Click Edit Colors in the Black menu.
  2. Enter a Color Code. If you would like to show a swatch of the Color/Pattern, etc., make the first character of the color code a number. Read the Note at the bottom of this section.
  3. Enter the Color as it will appear in the Product view.
  4. Click Add Color.

Note on Deleting Colors: Deleting a color will remove the Color from all Products. If you actually want to replace the Color being deleted with another Color, do not Delete the Color. Edit the Color, including the Color Code if you wish. This will replace the old Color with the new Color in all Products.

Note on showing Color/Pattern Swatches: If you would like to show swatches of your Colors/Patters, etc., create images up to 200 pixels wide. To add the pictures, first name them as [Color Code].jpg. If the Color Code is 01ABC, the image must be a jpg and would be named 01ABC.jpg. Remember, in order for the color swatch to show, it must begin with a number. The images will be uploaded to the colorchart folder inside the ezcart folder. Pictures should be no wider than 200 pixels if possible as we show them 3 across. If you need to make them larger, let us know and we'll edit the colorchart.cfm file for you to show 1 or 2 images to a row, or you can edit it if you're comfortable with ColdFusion (also in the ezcart folder). Finally, by default, there will be a link to Show Swatches. If you'd like to change this text to something else, like Show Patterns, open Application.cfm, under the " Product display and search" section, and set...

<cfset attributes.colorchart = "">

to...

<cfset attributes.colorchart = "Show Patterns">