Jump to content

Is there a flow chart for templates


Guest

Recommended Posts

Is there anything visual that shows the file structure relationships for basic skins in the form of a flow chart to know how the html template pieces relate to one another?

Link to comment
Share on other sites

There is a flow chart for the css files here.

When I get some time I will make definitions for the tpl files, but here's some helpful info:

Within Templates folder there are 3 folders-

Boxes- tpl for each box (ex: categories.tpl is the categories box)

Content- tpl for the content that loads on a certain page (ex: index.tpl is what loads when you are on your homepage, it includes code for latest products)

Global- tpls are the main templates that are used throughout the site index.tpl loads for all site pages except inside the cart- cart.tpl

Jen

Link to comment
Share on other sites

Jen, thanks for the info. I appreciate it.

Blanche

There is a flow chart for the css files here.

When I get some time I will make definitions for the tpl files, but here's some helpful info:

Within Templates folder there are 3 folders-

Boxes- tpl for each box (ex: categories.tpl is the categories box)

Content- tpl for the content that loads on a certain page (ex: index.tpl is what loads when you are on your homepage, it includes code for latest products)

Global- tpls are the main templates that are used throughout the site index.tpl loads for all site pages except inside the cart- cart.tpl

Jen

Link to comment
Share on other sites

No problem.

Basically layout is handled by layout.css but if you really want to change things or take stuff out add new things, you'll dive into the tpl files.

Text colors, fonts, sizes, etc is handled by style.css

You can do allot just by only altering the two css files, but if you want a complete change index.tpl and cart.tpl can get more done. And of course if you want to alter boxes and even more you go into the boxes tpl files.

Good luck and have fun!

Jen

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...