Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Category image in let hand nav?

Category image in let hand nav?

Locked

Views: 889

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
28 Aug 2008, 4:12 PM
#1
roger06 avatar

roger06

New Zenner

Join Date:
Jan 2008
Posts:
51
Plugin Contributions:
0

Category image in let hand nav?

Hi

I want to be able to display the top level category image in the left hand navigation but can't see an option to do this.

Can this be done from the admin, do I need to download a module or altered code or do I have to just code it myself ?

Thanks

29 Aug 2008, 1:46 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Category image in let hand nav?

Instead of the normal category menu?

29 Aug 2008, 5:54 AM
#3
gjh42 avatar

gjh42

Black Belt

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

Re: Category image in let hand nav?

Depending on how you want this set up, you could most likely use one or another feature of Categories Dressing for it. A specific plan description or mockup would allow specific advice.

29 Aug 2008, 7:52 AM
#4
roger06 avatar

roger06

New Zenner

Join Date:
Jan 2008
Posts:
51
Plugin Contributions:
0

Re: Category image in let hand nav?

Hi

I just want the category image under its header like the attached graphic...

29 Aug 2008, 4:29 PM
#5
gjh42 avatar

gjh42

Black Belt

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

Re: Category image in let hand nav?

Do you only want that particular category to have its image there? Or only the current selected top cat? Or all of the top cats?

You can use the subtext feature to add an image below its category. It won't automatically use the category's image; you will have to code in the specific file you want to use.
The standard ZC code does retrieve the category image filename, so it wouldn't be hard to code that into tpl_categories.php and make it automatic.

1 Sep 2008, 6:38 PM
#6
roger06 avatar

roger06

New Zenner

Join Date:
Jan 2008
Posts:
51
Plugin Contributions:
0

Re: Category image in let hand nav?

Thanks - I've coded it in to tpl_categories.php but it's far from perfect but does the job!