Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding text to category sidebox

Adding text to category sidebox

Locked

Views: 684

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
8 Dec 2009, 3:09 PM
#1
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Adding text to category sidebox

Is there a way to add regular text to the Category sidebox? I have a few categories and I want to separate them.

Men
T-shirts
Longsleeves
Hoodies
Etc...

Women
T-shirts
Longsleeves
Hoodies
Etc...

The Men and Women would be regular text and the T-shirts, Longsleeves, Hoodies would be my links.

Any help is appreciated

9 Dec 2009, 6:03 AM
#2
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: Adding text to category sidebox

I would like to know how to do this as well. Also change the text "Categories" to something else.

9 Dec 2009, 6:35 AM
#3
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: Adding text to category sidebox

Coffinwear:

Is there a way to add regular text to the Category sidebox? I have a few categories and I want to separate them.

Men
T-shirts
Longsleeves
Hoodies
Etc...

Women
T-shirts
Longsleeves
Hoodies
Etc...

The Men and Women would be regular text and the T-shirts, Longsleeves, Hoodies would be my links.

Any help is appreciated

Category Dressing: http://www.zen-cart.com/forum/showthread.php?t=67676&highlight=removing+categories+text. lets you do text and images, unlinked or link

9 Dec 2009, 6:57 AM
#4
gjh42 avatar

gjh42

Black Belt

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

Re: Adding text to category sidebox

And changing the "Categories" heading text will be done in a language file.

/includes/languages/english.php

Line #77 : define('BOX_HEADING_CATEGORIES', 'Categories');

Copy to /includes/languages/your_template/english.php and edit there.