Zen Cart Logo
Forums / Basic Configuration / list sub catagories

list sub catagories

Locked

Views: 830

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 Feb 2010, 2:32 AM
#1
alteredvision avatar

alteredvision

New Zenner

Join Date:
Feb 2010
Posts:
41
Plugin Contributions:
0

list sub catagories

Is there a way to just list the sub categories? I have a layout that will have the main categories and then under that show the sub categories on the main page. I do not want to use the sidebox and I would like to have complete control over how it is displayed on the page.

Example would be something like this:

<div> Category 1 Product 1 Product 2 Product 3 </div> <div> Category 2 Product 1 Product 2 Product 3 </div>
15 Feb 2010, 2:41 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: list sub catagories

I do not want to use the sidebox and I would like to have complete control over how it is displayed on the page.
You are not going to use it BUT want control over it????
If not used - what is there to control?

These are ul/li lists - There is a 3rd party module "better categories" that you can use, look at and modify, or just get direction for what you want to do

15 Feb 2010, 5:43 PM
#3
alteredvision avatar

alteredvision

New Zenner

Join Date:
Feb 2010
Posts:
41
Plugin Contributions:
0

Re: list sub catagories

I do not want a sidebox. I want to have the categories and sub categories but not in side boxes, I want to be able to show them as stated.

18 Feb 2010, 1:04 AM
#4
alteredvision avatar

alteredvision

New Zenner

Join Date:
Feb 2010
Posts:
41
Plugin Contributions:
0

Re: list sub catagories

Am I not making it clear? What I need to do is separate the categories into their own div tags with their sub categories under them.

18 Feb 2010, 4:09 AM
#5
alteredvision avatar

alteredvision

New Zenner

Join Date:
Feb 2010
Posts:
41
Plugin Contributions:
0

Re: list sub catagories

Looking through the code I have found that I can list out the categories using $box_categories_array, so now all I need is the sub categories array name.