i have read the tatorial for this but i dont want to change it i want to get rid of it this >>>>
"Congratulations! You have successfully installed your Zen Cart™; E-Commerce Solution"
<< i dont to change it i dont want it to display .. help please..
i have read the tatorial for this but i dont want to change it i want to get rid of it this >>>>
"Congratulations! You have successfully installed your Zen Cart™; E-Commerce Solution"
<< i dont to change it i dont want it to display .. help please..
Just follow the instructions in the tutorial and instead of changing the text just delete it making sure you leave the single quotes.
// 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', '');
}
thanks. i tried that the first time but it didnt work so i must have left somthing out but its working now thanks for the help.