Hi thank you for the link but I've gone over the tutorials yet again probably the 8th time and still no change.
With the Sales message I changed the header.php. Is this the only file I change?
########################################################################################################################
// 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','

');
} 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', '

');
}
Replace the text starting “Congratulations” with your own text. Make sure that the single quote marks are not left out.
With this one, I put the text by the smileys and still no go.
And the instructions below, is it just supposed to be the index.php?
What are the parenthasis and the rest of the line, should I be concerned with that? I don't understand the code. Is that stopping the override from working?
Save the edited file to includes/languages/ENGLISH/CUSTOM/index.php and upload it to your server.
Do I need to load the custom stuff thru the tools - template selection and load?
Thank you really but I'm still confused, because I did what the instructions said and still no change with either the Zen Cart Congrats message and the Sales Message. I am really beginning to hate that Zen Cart first page.