Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing Page Titles

Changing Page Titles

Locked

Views: 1,049

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
3 Sep 2009, 4:33 PM
#1
perkiekat avatar

perkiekat

Zen Follower

Join Date:
Aug 2009
Location:
Carmi, IL
Posts:
354
Plugin Contributions:
0

Changing Page Titles

Hello,
I am currently working on a site for a client and I cannot seem to make the page header match the navigation names. Example: I set up a ez page for Featured Collection and linked it to featured product page, however, I cannot find the file I need to change the name on this page from Featured Product to Featured Collection. Here is a link to the page in question:

http://gaylesgalleryonline.com/index.php?main_page=featured_products

Also, how would I remove the sub-catagory so it will not show twice on the page? Could someone please give me some feedback or a link to instructions on how to do this?

Thank in advance!

3 Sep 2009, 4:45 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Changing Page Titles

You set up the ez-page as a page with content, not an internal link, so it doesn't actually point to the featured products listing page.
To change any displayed text, use the Developers Toolkit in admin > Tools. Paste the text you want to change in the top left box, select all files and search. Among the results will be the file and line number where that text is defined. Edit that file (and save in your template override folder).

3 Sep 2009, 5:42 PM
#3
perkiekat avatar

perkiekat

Zen Follower

Join Date:
Aug 2009
Location:
Carmi, IL
Posts:
354
Plugin Contributions:
0

Re: Changing Page Titles

gjh42:

You set up the ez-page as a page with content, not an internal link, so it doesn't actually point to the featured products listing page.
To change any displayed text, use the Developers Toolkit in admin > Tools. Paste the text you want to change in the top left box, select all files and search. Among the results will be the file and line number where that text is defined. Edit that file (and save in your template override folder).

Thank you for the above information. I want to link this to the Featured Products but have the header in the page to say Featured Collection. When I have it linked to the Featured Products it is saying Featured Products. Where do I alter the header name in the root folder? Can I do this?

BTW: I placed the featured Product page link in there so you can see what I'm talking about

3 Sep 2009, 5:54 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Changing Page Titles

The Developers Toolkit will show you where to change the definition of "Featured Products" to "Featured Collection".

3 Sep 2009, 6:43 PM
#5
perkiekat avatar

perkiekat

Zen Follower

Join Date:
Aug 2009
Location:
Carmi, IL
Posts:
354
Plugin Contributions:
0

Re: Changing Page Titles

gjh42:

The Developers Toolkit will show you where to change the definition of "Featured Products" to "Featured Collection".

I'm still learning about Zen Cart and when I took a peek at the Developers Toolkit, I am going to say this will show me where in the root folder to alter files with the name given...am I correct?

3 Sep 2009, 7:06 PM
#6
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Changing Page Titles

Yes, that is correct.
Some text is defined more than once for different situations, so if you see two defines for 'Featured Products', be careful about which one(s) you change. You may want to change both or you may not, depending on the locations. Test after each edit.