Zen Cart Logo
Forums / Basic Configuration / Right Back to Basics

Right Back to Basics

Views: 988

Results 1 to 4 of 4
3 Apr 2015, 10:39 AM
#1
adb34 avatar

adb34

Totally Zenned

Join Date:
Mar 2008
Location:
Brampton, Cumbria, United Kingdom, United Kingdom
Posts:
825
Plugin Contributions:
0

Right Back to Basics

You have installed Zencart to your web space and you have it all working. Looks good but not just right. You have a rummage through the templates that have been made by the very kind people who also use zencart.

You find one; upload it
Tools/Template Selection and select that template
Tools/Layout Box Controller and configure the look of the template
All Is looking good in the garden (& the website)

My question; what is done when you select the template you want so that the correct template is used by the fantastic programming that is known as zencart?

3 Apr 2015, 1:41 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,081
Plugin Contributions:
56

Re: Right Back to Basics

The currently-active template's directory (64 characters, max) is stored in the template_select table of your database. That value is then used as a "key" to look up the sidebox-related configuration you've set from the*** layout_boxes*** table.

3 Apr 2015, 1:58 PM
#3
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Right Back to Basics

And next steps are that you will wish to create a directory with the template directory name in any directory which also contains a "classic" directory, to prepare to override files in that directory (such as language files, for example).

An article which explains the initial steps you took is here: http://www.zen-cart.com/content.php?180

3 Apr 2015, 3:34 PM
#4
adb34 avatar

adb34

Totally Zenned

Join Date:
Mar 2008
Location:
Brampton, Cumbria, United Kingdom, United Kingdom
Posts:
825
Plugin Contributions:
0

Re: Right Back to Basics

lat9:

The currently-active template's directory (64 characters, max) is stored in the template_select table of your database. That value is then used as a "key" to look up the sidebox-related configuration you've set from the*** layout_boxes*** table.

And next steps are that you will wish to create a directory with the template directory name in any directory which also contains a "classic" directory, to prepare to override files in that directory (such as language files, for example).

An article which explains the initial steps you took is here: http://www.zen-cart.com/content.php?180

Thanks guys. I will go to the link and have a read