Jump to content

subcategory in footer in categories


Recommended Posts

Hello,

 

I  wonder if it's possible (and if so how to) add subcategories in the foot link categories. If you have a look at demo.prestashop.com and you expand "Women" you'll see the subcategories "T-shirts", "Blouses", "casual dresses", "evening dresses" and "summer dresses". see screencapture 1.

 

 

I want those sub categories be shown in the categories block in the footer. See screencapture 2. 

 

Please advise, thanks in advance.

 

post-764942-0-26505200-1425222524_thumb.png

 

post-764942-0-72097800-1425222524_thumb.png

Link to comment
Share on other sites

  • 1 month later...
  • 2 years later...

I found this that could help:

Change line 32 of themes/default-bootstrap/modules/blockcategories/blockcategories_footer.tpl from:

			{foreach from=$blockCategTree.children item=child name=blockCategTree}

to:

			{foreach from=$blockCategTree.children.0.children item=child name=blockCategTree}

This will display the subcategories of the first category.

 

From: https://www.prestashop.com/forums/topic/555022-sub-categories-in-the-footer/

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...