Where do I find the files I would edit to change other parts of my cart (i.e. template files, sideboxes, etc.)?

If you want to turn your sideboxes on and off, or move them left and right, you do this from the Admin control panel in Admin -> Tools -> Layout boxes controller.
Other files you would modify are located in includes/templates/template_default.
Which file(s) you edit will depend on which page of your shop you want to customize. Working with these files is fairly easy since they are clearly marked with <!--bof whatever--> and <!--eof whatever-->. This makes moving sections of the file easy. After editing any of these files save them in your /CUSTOM folder.
The most common file(s) to be customized are:
Language Files
◦ includes/languages/english.php
◦ includes/languages/english/*.php
◦ includes/languages/english/html_includes/*.php
Template Files
◦ includes/templates/ template_default /common/tpl_header.php>>
◦ includes/templates/ template_default /common/tpl_footer.php>>
◦ includes/templates/ template_default /common/tpl_main_page.php>>
◦ includes/templates/ template_default /templates/tpl_product_info_display.php
Sidebox Files
◦ includes/modules/sideboxes/*.php
◦ includes/templates/template_default/sideboxes/*.php>>

>>
A lot of your basic customization can be done from your Admin control panel in:
Admin -> Configuration>>
Admin -> Catalog -> Product type -> Product  General -> Edit Layout>>
Admin -> Tools -> Layout boxes controller>>

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How can I find out what version of Zen Cart or PHP or MySQL I'm using?

To find out what version of Zen Cart or PHP or MySQL you are currently using, you can simply go...

Getting a BLANK PAGE? Here's the answer ...

If you're getting a blank page when trying to browse to a certain page on your store, or after...

What's New in the Upcoming v2.0 release?

Database Abstraction Layer and Sql CacheThe abstraction layer has been re-factored to include a...

Image Preparation - How-to

I've seen several posts where people obviously aren't quite sure about the best way to set up...

Some tips to modify stylesheet

1. Download Web Developer extension for FireFox here2. Install & restart FireFox. You should...