Theming Guide
How to Create / Modify a ProductCart 5.x Theme
This Guide will take you through creating a custom theme for ProductCart 5.x. We will also discuss how to modify a new or existing theme.
Installing the Starter Theme
The easiest way to kick start your new theme is by downloading our starter theme. The empty theme comes with all of the files you need to get going. It is a blank canvas that you can use to design the next hit theme. Follow the steps below to install the starter theme:- Download the theme pack here.
- Unzip the theme pack to your local computer
- Copy the
starter
theme directory into your local ProductCart directory. - Rename the theme directory to give your theme a unique name
- Upload the entire directory to the folder
/store/pc/themes/
We recommend that you install your starter theme on a development copy of your store. That way you can work with the theme design in a "sandbox" environment.
Installing a 3rd Party Theme
ProductCart allows you to install themes developed by 3rd Parties, such as resellers and designers. Follow the steps below to install the 3rd party theme:- Unzip the theme directory to your local computer
- Upload the entire directory to the folder
/store/pc/themes/
Modifying Your Theme
Modifying a theme is very easy. Follow these simple rules to change the look of your theme:- To change HTML in the header or footer you will need to edit the following files:
store/pc/theme/your_theme/header.asp
store/pc/theme/your_theme/footer.asp
- To change CSS Styles (e.g. colors, fonts, font sizes, etc.) will need to edit the following file:
store/pc/theme/your_theme/css/theme.css