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!
Bookmarks