Jump to content

Show Subcategories on Category Page


Recommended Posts

Using PS 1.5.4.

 

I have about 14 categories which all have at least 10 sub categories. I would like to be able to show on the categories.tpl file the sub categories as well. IE:

 

Drilling

- Drills

- Drill Bits

- Diamond Drills

 

Woodworking

- Sanders

- Planers

etc etc etc

 

Both the categories and sub cats need to be links to the products.

 

Any ideas.

 

Thanks

Link to comment
Share on other sites

Hi,

 

prestashop default theme has this feature: try to looking next code:

<!-- Subcategories -->
<div id="subcategories">
<h3>{l s='Subcategories'}</h3>
<ul class="inline_list">
{foreach from=$subcategories item=subcategory}
....

inside category.tpl file.

 

Regards

Edited by Alexander Simonchik (see edit history)
Link to comment
Share on other sites

I am hacking around the defualt theme. I don;t think I made my self clear. I want to show all categories and sub categories on one page. I have 14 ctas off the root and then each have 10 or so sub cats. Please see attached files for mock-up:

 

Screen%20shot%202013-06-04%20at%2015.43.51.png

Link to comment
Share on other sites

Hi There,

 

I also have same problem. (I don't need the subs to be displayed as well) I just want for example :

 

Products (main link on top menu)... When clicked it must show for example Albums, Frames, Accessories.

 

Then when on clicking on "Albums" it must display all subs for Albums (Traditional, etc etc).

 

When in last Sub it must only show the products...

 

Read on previous post that this can be done, but looks like it is quite a mission to do? I have Layered navigation & did switch off the "show sub products" but now it does not even show the Sub Cats?

 

Any help would be appreciated

Link to comment
Share on other sites

Is there some type of manual that explains this? I don't understand your logic in the settings page.

Visual person I am. Thanks.

 

Root - SAGE Software

Category - Sage 50 - CA

Sub-Category - Accounts Receivable

Sub-sub Category - Contractor's AR Statement (final product)

 

A manual would so help to get this set up! Or a few words.

Edited by LiseCL (see edit history)
Link to comment
Share on other sites

  • 3 months later...
  • 1 year later...
  • 6 months later...

I have some categories:

 

Law

Music

History

 

and these subcategories in history:

 

Indian

American

European

 

I want to put in the menú a link to History and when i click there shows me in the page, the subcategories of history (only the name), so when o click in American for example, show me all the products that i have for that subcategory. How can i do that?

Link to comment
Share on other sites

×
×
  • Create New...