kobra:
stevesh Corrected me...Thanks!!
But on that page the default is
Which resides in the h1 indexCategoriesHeading tag
You do not want to not have a h1 tag on a page
See what is defined to be displayed
https://www.zen-cart.com/tutorials/index.php?article=129
I referred to the tutorial and the file it refers to, and here is what I have:
define('HEADING_TITLE', 'Welcome to Vintage Rod Components. The ONLY source for New and Vintage Mickey Thompson valve covers!');
} 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', 'Welcome to the Vintage Rod Components online store');
}
Are you thinking of another file?