Hi all-
Thanks to some good posts here, I have been able to modify the title tags of my product pages. I now want to do the same with the category pages. Where are they? I can 't find a reference to page.title or any other relevant title spots on any of the category pages.
Any help would be appreciated.
FYI version is 7.04
Ken
Category Page Title
Re: Category Page Title
You can change category title like this
Go to category.aspx page and locate this code
Replace with this code
Go to category.aspx page and locate this code
Code: Select all
protected void Page_PreInit(object sender, EventArgs e)
{
Code: Select all
protected void Page_PreInit(object sender, EventArgs e)
{
Page.Title = "Your_Page_Title";
hope this helps!
__________________
s_ismail

AbleCommerce Customization
Free Plugins and Add-Ons
AbleCommerce Plugins and Add-Ons
Plugables Blog
__________________
s_ismail


AbleCommerce Customization
Free Plugins and Add-Ons
AbleCommerce Plugins and Add-Ons
Plugables Blog