Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Getting confused on templates

Getting confused on templates

Locked

Views: 766

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
17 Aug 2009, 5:50 AM
#1
janissaire avatar

janissaire

Zen Follower

Join Date:
Sep 2008
Location:
Toronto, Ontario, Canada
Posts:
474
Plugin Contributions:
0

Getting confused on templates

Ok getting a good idea of how templates are working but something doesn't seem spot on.

Is this test example right or am I getting the entire idea wrong?

http://jecphotography.com/Zen/Template-example.html

17 Aug 2009, 6:23 AM
#2
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Getting confused on templates

Looks like you are on the right track.

Basically, you should only copy default files to your CUSTOM dir. when you are going to make changes to the default files. Some CUSTOM dir. will require all default files whilst some will not.

includes/languages/english/html_includes/CUSTOM

  • all files from the "html_includes/CLASSIC" dir. need to be copied over

includes/templates/CUSTOM/templates/

  • this only requires copying over any files from the "templates/template_default/templates/" dir. that you want to change
7 Jan 2010, 5:53 PM
#3
janissaire avatar

janissaire

Zen Follower

Join Date:
Sep 2008
Location:
Toronto, Ontario, Canada
Posts:
474
Plugin Contributions:
0

Re: Getting confused on templates

sorry for the late post but thanks!