Dharmendra Rao Posted December 21, 2011 Share Posted December 21, 2011 Hi, Can any body help me. I am new developer for prestashop. I am working for one of my client. He want that like category page, all root level categories are show in home page content area. I am also new for smarty. How i can do this. Please any body help quickly. Its urgent Thanks Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 21, 2011 Share Posted December 21, 2011 Hi dharmendrarao, Have you tried enabling and configuring the Layered Navigation module in your Back Office? -Mike Link to comment Share on other sites More sharing options...
Dharmendra Rao Posted December 21, 2011 Author Share Posted December 21, 2011 Thanks Mike your quick response, Is it free Prestashop module Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 21, 2011 Share Posted December 21, 2011 Thanks Mike your quick response, Is it free Prestashop module Yes, and it comes by default with version 1.4.6! Link to comment Share on other sites More sharing options...
Dharmendra Rao Posted December 21, 2011 Author Share Posted December 21, 2011 Yes Mike i can see it in admin area. I enable it. now how i can display main category on home page content Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 21, 2011 Share Posted December 21, 2011 Hi dharmendrarao, I'm a little confused about how exactly you want this to look on your site (do you have an example of a site with a similar set-up you're looking to replicate?), but after you enable the module, you can click on "Configure" to set it up the way you would like. -Mike Link to comment Share on other sites More sharing options...
Dharmendra Rao Posted December 21, 2011 Author Share Posted December 21, 2011 Hello Mike, This is a module as i want http://www.prestashop.com/forums/topic/2079-frontpage-categories-module-for-v13-and-below/ I have install it. can you explain that how i can add category to display under this homecategories module Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 21, 2011 Share Posted December 21, 2011 Hello Mike, This is a module as i want http://www.prestasho...-v13-and-below/ I have install it. can you explain that how i can add category to display under this homecategories module Since this is a community-developed module, you would actually do best to ask the original developer. I'm not familiar with this module, but ejectcore should definitely be able to help you. -Mike Link to comment Share on other sites More sharing options...
Dharmendra Rao Posted December 21, 2011 Author Share Posted December 21, 2011 I think you can understand that what i want, can u suggest any free module to me Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 21, 2011 Share Posted December 21, 2011 I think you can understand that what i want, can u suggest any free module to me As I mentioned before, I actually do not understand exactly what you want, which is why I requested that you provide an example of a site you are looking to duplicate with this feature so that I can provide you with a better suggestion. Is there a specific website that you would like to pattern after with this feature? -Mike Link to comment Share on other sites More sharing options...
Dharmendra Rao Posted December 22, 2011 Author Share Posted December 22, 2011 Is this code fetching category function hookHome($params) { global $smarty; $category = new Category(1); $nb = intval(Configuration::get('HOME_categories_NBR')); $smarty->assign(array( 'category' => $category, 'lang' => Language::getIsoById(intval($params['cookie']->id_lang)), )); return $this->display(__FILE__, 'homecategories.tpl'); } Link to comment Share on other sites More sharing options...
Dharmendra Rao Posted December 22, 2011 Author Share Posted December 22, 2011 Thanks Mike for interacting with me i have solved my problem 1 Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 22, 2011 Share Posted December 22, 2011 Thanks Mike for interacting with me i have solved my problem Great, I'm glad you were able to resolve this! I'll go ahead and mark this as solved for you, but can you please post your solution for others who may be looking for assistance on this? -Mike 1 Link to comment Share on other sites More sharing options...
Recommended Posts