Zen Cart Logo
Forums / Basic Configuration / Modifying center panel subcategory display

Modifying center panel subcategory display

Locked

Views: 1,969

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 Oct 2006, 6:48 PM
#1
mlindi avatar

mlindi

New Zenner

Join Date:
Sep 2006
Location:
earth
Posts:
50
Plugin Contributions:
0

Modifying center panel subcategory display

I have searched through the forums and the documentation and can't quite get my head around this one. I'm hoping that someone has successfully pulled this off. :-)

The ZC default is for the center page to display subcategories in row/column format. You can set the number of columns through the admin panel thus:

Category
subcat1 icon | subcat2 icon | subcat3 icon
subcat4 icon | subcat5 icon | subcat6 icon

I have that part down - no problem :)

What I would like to do is change it to display the center panel thus:

Category
subcat1 icon | subcat1 description
subcat2 icon | subcat2 description
subcat3 icon | subcat3 description
subcat4 icon | subcat4 description
subcat5 icon | subcat5 description
subcat6 icon | subcat6 description

so I set the #columns in the admin panel to '1' and went in and edited the ../modules/../category_row.php file and what happens now is I get

Category
subcat1 icon
subcat1 description

subcat2 icon
subcat1 description

sucat3 icon
subcat1 description

...

My question: What the heck did I miss? :-P

Thanks

31 Oct 2006, 4:50 PM
#2
mlindi avatar

mlindi

New Zenner

Join Date:
Sep 2006
Location:
earth
Posts:
50
Plugin Contributions:
0

Re: Modifying center panel subcategory display

hmmm - perhaps this should move to 'feature requests'??

20 Mar 2007, 11:20 PM
#3
drake avatar

drake

New Zenner

Join Date:
Mar 2007
Posts:
2
Plugin Contributions:
0

Re: Modifying center panel subcategory display

Would you mind sharing the code that displays the Subcat Description?