Jump to content

I want to show all products on home page under a certain tab


Recommended Posts

So I want to display all products on home page. Now I only have tab with new products. I want to remove tab and just display all products on home page under the image. I haven't found anything useful so far I will still be looking but if someone have any tips or solution for that please let me know.

Link to comment
Share on other sites

Create a module that hooks to the homepage tabs: http://nemops.com/prestashop-new-homepage-tabs/

Or uses displayHome, as you prefer.

 

Then use Product::getProducts($id_lang, $start, $limit, $order_by, $order_way) with the proper variables, and return a template like product-list.tpl

What do you mean or use diplayHome? Can I do this in back office or nah? 

Because I don't want to make some mistakes when making new code right..

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...