DarrenF Posted December 3, 2014 Share Posted December 3, 2014 (edited) Hi, I'm finding this one quiet tricky.. What I want to do is move the Category Description to above HOOK_LEFT and CENTER_CONTENT to display full width just under the breadcrumbs but above the left nav and product list. I have tried placing the code from category.tpl into the header.tpl just above the left hook which works but of course this also replicates the entire product list/center content. Any genius way of doing this without replicating the product list and removing the existing category in the center content would be greatly appreciated.. Edited December 3, 2014 by DarrenF (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted December 3, 2014 Share Posted December 3, 2014 Category description only? You can try creating a small module, hooking it to displayTop, then in the hooking method use a custom query to fetch the category description using the category id (Tools::getValue('id_category'); 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