JohnROX Posted September 13, 2016 Share Posted September 13, 2016 (edited) 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 Edited September 13, 2016 by JohnROX (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted September 14, 2016 Share Posted September 14, 2016 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. 1 Link to comment Share on other sites More sharing options...
JohnROX Posted September 14, 2016 Author Share Posted September 14, 2016 Rocky, you are a Legend, this works perfectly and so simple, thank you very much. http://roxstone.com 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now