RudraTandav Posted May 28, 2013 Share Posted May 28, 2013 im new to prestashop i was searching how to show categories with images in homepage i found some module but what i found was for free thier is a module called home text editor in module list just install that module go to text click on html enter the html code u can design you categories with images in dreamwevr and paste here only html 2 Link to comment Share on other sites More sharing options...
vekia Posted May 28, 2013 Share Posted May 28, 2013 check this: http://www.prestashop.com/forums/topic/121735-free-module-homepage-categories-module/ 2 Link to comment Share on other sites More sharing options...
RudraTandav Posted May 28, 2013 Author Share Posted May 28, 2013 hey thanks its a good module but we cant configure and stilll little changes is require in coding part as per choice Link to comment Share on other sites More sharing options...
dimmat Posted June 13, 2013 Share Posted June 13, 2013 For version 1.5.4.1 you can download the homecategories free module from here: http://www.prestashop.com/forums/topic/121735-free-module-homepage-categories-module/ In order to display correctly the pictures of each category, you should edit the homacatogories.tpl file (prestashop/modules/homecategories/homacatogories.tpl) and change the <img src="..."> tag into: <img src="{$img_cat_dir}{$category.id_category}-large_default.jpg" alt="{$category.name}" title="{$category.name}" class="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> 2 Link to comment Share on other sites More sharing options...
khovj Posted November 24, 2013 Share Posted November 24, 2013 Hello! Thank you for this explication! Also I want to know, how I can put the home categories in the middle of the home page, and how I can make them bigger? Thank you! Link to comment Share on other sites More sharing options...
jarrii Posted January 29, 2014 Share Posted January 29, 2014 Change position in your administration... I use czech version, but it should be in module, module position. If you want make images bigger change height and width in homecategories.css. PS: Dimmat THX for peace of code, it was helpfull 1 Link to comment Share on other sites More sharing options...
dmg286 Posted April 7, 2014 Share Posted April 7, 2014 (edited) Any idea for 1.6 ? Edited April 7, 2014 by dmg286 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 8, 2014 Share Posted April 8, 2014 module mentioned above works with prestashop 1.6 (as far as i know) perhaps you're looking for something specific? 1 Link to comment Share on other sites More sharing options...
dmg286 Posted April 9, 2014 Share Posted April 9, 2014 module mentioned above works with prestashop 1.6 (as far as i know) perhaps you're looking for something specific? Thanks for quick response, I want to use in 1.6 and I want to have my categories in the home page and when user clicks one category the subcategory show with pictures, And translate to persian. Link to comment Share on other sites More sharing options...
zaur Posted May 5, 2014 Share Posted May 5, 2014 Any idea for 1.6 ? Hello, there is nice module for home page linked subcategories images under categories tabs. It is flexible, configured. And appearing in isotop effect. I bought that module already, adviced. http://addons.prestashop.com/en/front-office-features-prestashop-modules/16741-responsive-tabbed-categories-subcategories-on-homepage.html 1 Link to comment Share on other sites More sharing options...
zaur Posted May 5, 2014 Share Posted May 5, 2014 Thanks for quick response, I want to use in 1.6 and I want to have my categories in the home page and when user clicks one category the subcategory show with pictures, And translate to persian. See my answer above, it works exactly as you need. Link to comment Share on other sites More sharing options...
chaitu Posted September 22, 2014 Share Posted September 22, 2014 hi these is a good module but still iam not going to a images of the categories Link to comment Share on other sites More sharing options...
diac Posted December 27, 2016 Share Posted December 27, 2016 Hello, we just developed this module and I think it is exactly what you was looking for: http://addons.prestashop.com/en/sliders-galleries/25749-slider-of-categories-on-home-page.html I know I'm late on this topic but it is still readed by who need this kind of solution. Best regards. Link to comment Share on other sites More sharing options...
yard Posted September 17, 2017 Share Posted September 17, 2017 Hi I have simple eshop with one product subcategory yet. Please look at http://autoair.sk/index.php. Products are included in this categories tree: Home>autokozmetika>California Scents vôňe do auta subcategory California Scents vôňe do auta contain 34 products http://autoair.sk/index.php?id_category=14&controller=category I need have ALL 34 products from this subcategory California Scents vôňe do auta displayed on frontpage I was enabled this subcategory ID in homecategories module but ALL products appears on frontpage only after clicking to button, no automatically in first opening frontpage http://screencast-o-matic.com/watch/cbQbq4IqQn is possible set this by default in opening page ? Link to comment Share on other sites More sharing options...
Recommended Posts