Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help with creating a new template

Help with creating a new template

Locked

Views: 683

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
10 Jun 2010, 1:01 AM
#1
punkristo avatar

punkristo

New Zenner

Join Date:
Feb 2008
Posts:
40
Plugin Contributions:
0

Help with creating a new template

So I edited the classic template to how I wanted to look but then I read that I'm not supposed to edit the classic template, so I copied the files from the classic template into a new folder in the templates folder and put the original classic files in the classic template folder but when I select the template that I made nothing shows! If I move my template back to the classic folder it works fine, but not in it's own folder. Help please!

10 Jun 2010, 1:10 AM
#2
punkristo avatar

punkristo

New Zenner

Join Date:
Feb 2008
Posts:
40
Plugin Contributions:
0

Re: Help with creating a new template

It's actually not showing any other template than the classic one...

10 Jun 2010, 4:31 AM
#3
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Help with creating a new template

Did you copy the template_info.php file into your new template and edit the info in it to reflect your new template name?

Change:
$template_name = 'Classic Contemporary Green';

to:
$template_name = 'New Template Name';

10 Jun 2010, 5:42 AM
#4
punkristo avatar

punkristo

New Zenner

Join Date:
Feb 2008
Posts:
40
Plugin Contributions:
0

Re: Help with creating a new template

OK I fixed it. I had to restore the template to the original form and then I follow the directions on making a new template. Thanks for the help.