Jump to content

How to override product listing page with custom queries


Recommended Posts

I create module that display filters in left column. I want to run this module on categories page. I want custom queries to get products data and create pagination for this data. But I don't know how to override these functionalists in my custom module.

 

Any functions or hooks that I use when queering products.

 

Category page may be like this

 

http://localhost/prestashop/2-men

Link to comment
Share on other sites

I want to pass product data to product-list.tpl file from my module. In short I don't want to use prestashop functions to get product data instead I code my custom queries to get product data and assign this data to product-list file to display.

 

hope you can understand now.

Link to comment
Share on other sites

×
×
  • Create New...