Jump to content

Sub Categories in the Footer


JohnROX

Recommended Posts

PRESTASHOP 1.6.0.14 - theme default bootstrap V1.0

 

I want to put the Sub Categories in the footer.

Standard Presta shop has the main categories only in the footer.

 

My main category is PRODUCTS, then sub categories under the PRODUCTS.

How can I show the subcategory list in the footer with the default bootstrap V1.0

 

http://roxstone.com

 

First image shows how it is now

Second image shows what I want

 

post-1070875-0-90580600-1473771524_thumb.jpg

post-1070875-0-77945600-1473771520_thumb.jpg

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

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.

  • Like 1
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...