Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Show product names for each category

Show product names for each category

Locked

Views: 942

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
30 Jan 2009, 5:59 AM
#1
cagey avatar

cagey

New Zenner

Join Date:
Jan 2009
Posts:
5
Plugin Contributions:
0

Show product names for each category

Hi,

I'm using Zen Cart version 1.3.8a.

I've created two categories each with some products. Currently, the Categories section of my left panel is displayed as follows:

Bodycare Products (3)
Massage Range (2)
New Products ...
All Products ...

I would like to display the product names for each categories. Somehting like:

Bodycare Products
-- bodycare product1
-- bodycare product2
-- bodycare product3
Massage Range (2)
-- massage range product1
-- massage range product2
New Products ...
All Products ...

Is that doable?

Thanks in advance :smile:

30 Jan 2009, 8:20 AM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Show product names for each category

If you don't want to spend time (and perhaps money) editing and altering core code, then try the following:

IF your store has only a HANDFUL of products, this method is OK, but if your store is to house scores or hundreds of products, it can become a problem to manage.

Set up SUB-categories with identical names to the products.

Place each SINGLE product in its identically-named category. (Make sure to have only ONE product per category).

Then, in ADMIN>>>CONFIGURATION>>>LAYOUT SETTINGS:

Skip 1-prod Categories (Set to TRUE)

30 Jan 2009, 9:59 AM
#3
gjh42 avatar

gjh42

Black Belt

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

Re: Show product names for each category

Unfortunately,that still won't open all of the top categories at the same time. For that, you need one of the expanded categories mods in Free Addons.

31 Jan 2009, 3:04 AM
#4
cagey avatar

cagey

New Zenner

Join Date:
Jan 2009
Posts:
5
Plugin Contributions:
0

Re: Show product names for each category

Thanks gjh42 and schoolboy :smile:

I thought it was something that could be customized through the layout settings or that could be changed easily by tweaking the code.

Hm...looks like I've to get someone to help me do it.

31 Jan 2009, 5:45 AM
#5
gjh42 avatar

gjh42

Black Belt

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

Re: Show product names for each category

The work has already been done with several mods available in Free Addons; all you have to do is decide which one is best for you and install it.

31 Jan 2009, 10:40 AM
#6
cagey avatar

cagey

New Zenner

Join Date:
Jan 2009
Posts:
5
Plugin Contributions:
0

Re: Show product names for each category

Thanks gjh42!

Found "expanded_category_list" so far. Looks like it's what I'm looking for.