I have to say this is the first Module for prestashop I have ever created, some of you here may already know how to do this. but for those who don't carry on reading below
Sorry this module is in english only I am no good with module translation :-
As I progress with learning PrestaShop I will try to share these new Mods ![]()
Frontpage Categories v0.1
Displays categories in the middle of your homepage
Please download then unzip homecategories.zip to the modules directory then upload.
All you have to do then is add the value homecategories to name field & value 1 in to active field within mysql table ps_module then your see the new module in the PrestaShop Admin. (Select hompage possition)
I have not used any styling from global.css so if you wan to use box styling you will need to modify homecategories.tpl
example
change:
<div><br /><h4>{l s='categories' mod='homecategories'}</h4><br /> {if isset($categories) AND $categories}<br /><div>
to:
<br /><div id="featured-products_block_center" class="block products_block"><br /><h4>{l s='categories' mod='homecategories'}</h4><br /> {if isset($categories) AND $categories}<br /><div class="block_content"><br />
Enjoy









