Thanks for your msg. I am pretty new to this and might got confused easily. According to the tutorial,

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.');


First of all, I was never able to find any code like this in my Index.php file under English folder. Secondly, when I change the destination of my website in my Web Host's set up and pointed that to the English folder, I got a 404 forbidden error. Guess I am confused of how Zen Cart works! - After I set up my destination in web host's Admin, when I load the page, it will automatically load the page named "index.php" in the destination folder correct? How come I couldn't find any code like what is mentioned in the Tutorial??? All I see is a bunch of code tells me the "Overview of flow".

Thanks for anybody's help and response!

Quote Originally Posted by kuroi View Post
I'm afraid that neither the change you made, nor the problem that you're having are obvious from either your post, or the one from which you were quoting.
It doesn't point to any page. It's simply a piece of text displayed in every page's header as a sales message.

The tutorial may be almost a year old, but it is still completely accurate for a standard installation of Zen Cart.