
CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be changed to the name of the template/language you are using.
Look in includes/languages/english.php. Suppose you want the Categories sidebox to have a different title. Look for
define('BOX_HEADING_CATEGORIES', 'Categories');
Changes for additional sideboxes will follow this pattern:
define('BOX_HEADING_XXXXXXXX', 'New Title
To change the title text to say what you want, open the includes/languages/english/meta_tags.php file in your text editor. Find the following line of code:
// page title
define('TITLE', 'Zen Cart!');
// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');
Replace the title and tagline text with your own text, making sure that the single quote marks are not left out and new quote marks are ...
CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be changed to the name of the template/language you are using.
These are called the breadcrumbs (think Hansel and Gretel ) showing where you are and how to get back to previous locations. You can either turn it off completely or you can turn it off only on the main page. Although this looks a little odd on your home page, they can very useful to your users as they go deeper into your site.
You can turn them off completely in Admin -> Configuration -> Layout settings -> Define Breadcrumb Status and set to 0. In version 1.3.7 you have three options; off, on, turn off on home page only.
FAQ Categories
