bydus Posted June 17, 2013 Share Posted June 17, 2013 I would like to use a category baner (black bar) so I can seperate different sections of the shop, is there any way I can do that ? Link to comment Share on other sites More sharing options...
NemoPS Posted June 17, 2013 Share Posted June 17, 2013 Hi, That depends on what you mean by secions. If you want to split the menu between top level categories you can do it by simply adding a border to #categories_block_left .block_content>ul>li. If you want separate blocks you need to code a custom module where you can grab specific categories 1 Link to comment Share on other sites More sharing options...
vekia Posted June 17, 2013 Share Posted June 17, 2013 well, you can achieve this in many ways, but it's not as easy as it seems. This is of course possible to achieve, but you have to edit the .tpl files of your block categories module. you can achieve this with {if} conditions in the category-tree-branch.tpl file just check with if - if the category is root category - if it is create new <h4 class="title_block">{l s='Categories' mod='blockcategories'}</h4> edit Nemo solution is much better! 1 Link to comment Share on other sites More sharing options...
bydus Posted June 17, 2013 Author Share Posted June 17, 2013 thank you very much for replies I will give it a try, good day to you. 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