siddaramesh Posted January 2, 2015 Share Posted January 2, 2015 hi, i have created one cms category and i placed that in menu bar, i need to add that cms category to category block in footer. in below attached picture there is only one link is there that is LED Products in category block, i need to add cms category below LED Products in footer. please give me any suggestions.. Link to comment Share on other sites More sharing options...
NemoPS Posted January 2, 2015 Share Posted January 2, 2015 Well you can't do it without modifying the tpl file. Open up blockcategories_footer.tpl (theme folder, modules, blockcategories) Right before the section closes, add {$link->getCMSCategoryLink(3)} where 3 is the id of your cms category Link to comment Share on other sites More sharing options...
siddaramesh Posted January 2, 2015 Author Share Posted January 2, 2015 (edited) Well you can't do it without modifying the tpl file. Open up blockcategories_footer.tpl (theme folder, modules, blockcategories) Right before the section closes, add {$link->getCMSCategoryLink(3)} where 3 is the id of your cms category thanks for replaying, i tried this code but it is showing only link not category name... can i add this link with <a> tag..? like <a href={$link->getCMSCategoryLink(3)} alt="">products</a> Edited January 2, 2015 by siddaramesh (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted January 2, 2015 Share Posted January 2, 2015 Yes, that' how you should do it too much of a trouble to get all of the cats dinamically Link to comment Share on other sites More sharing options...
siddaramesh Posted January 2, 2015 Author Share Posted January 2, 2015 Yes, that' how you should do it too much of a trouble to get all of the cats dinamically okay... thanks for your help... my problem solved easily with your help.. thank you Link to comment Share on other sites More sharing options...
Recommended Posts