I followed the following instructions:
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.
If you want to change "Congratulations! You have successfully installed your Zen Cart™; E-Commerce Solution" with your own text open the includes/languages/ENGLISH/index.php file and find the following code:
// This section deals with the "home" page at the top level with no options/products selected
/Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'/
define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
} elseif ($category_depth == 'nested') {
// This section deals with displaying a subcategory
/Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'/
define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
}
Replace the text starting “Congratulations” with your own text. Make sure that the single quote marks are not left out.
Save the edited file to includes/languages/ENGLISH/CUSTOM/index.php and upload it to your server.
OK - I have my CUSTOM folder built. I haven't built a new template, because I want to figure out how everything works first. The changes I made above did not take place. So I figured it was because the English folder is in neither the Clasic or my new CUSTOM folder. I went to Admin - Tools - Template selection - thinking that I might jsut need to refresh it. I selected Custom - and nothing changes. I then tried to preview my custom page and I get this error:
Forbidden
You don't have permission to access /catalog/includes/templates/CUSTOM/images/ on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at american-health-foods.com Port 80
WHAT THE HECK - I'M THE ADMIN FOR GOD'S SAKE.
This Zen stuff s starting to wear on me - it is bad enough that Google Cart is such a pain.
Thanx for any suggestions.