How do I create a new Custom Template?
|
Since Version 1.3.+ Zen Cart™ has moved away from its old table based layout to a CSS based layout. CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. Change these if needed. Open includes/templates/ and create a new folder. You can call it anything you like, though it is best not to make it too long and to use underscores instead of spaces. We will call it /CUSTOM here, so everywhere we write /CUSTOM from now on, you should replace it with your own folder name. Create an empty folder inside your new template directory and call it images so you should have includes/templates/CUSTOM/images/. Next, copy the includes/templates/template_default/css directory and place the folder and its files in your new includes/templates/CUSTOM/ folder. You can also create the following empty folders inside your new template directory: /common Then you copy the file called includes/templates/template_default/template_info.php, and put it inside includes/templates/CUSTOM/. Next, open includes/templates/CUSTOM/template_info.php in your text editor. Change the information below between each set of single quotes to suit your new template. Remember to keep the single quotes. Your template name does not need to be identical to your folder name, and you can use spaces to make it read well, but it is best to make them similar. Leave the space between the quotes for the template screenshot field empty for now, since you don’t have one yet. <?php When you've finished, your new file structure should look as follows: includes Upload your /CUSTOM folder to your server. Open your Admin panel and navigate to tools -> template selection. Click the Edit button, then choose CUSTOM from the dropdown menu and click the Update button. Now, navigate to tools -> layout boxes controller and at the bottom of the page click the Reset button. Your new template is now enabled and ready for you to customize.
|
|||||||||||||||||
|
Related Articles
|
|||||||||||||||||



