Jump to content

[SOLVED] Can't find the method for product-list.tpl


Recommended Posts

Hi,

 

I'm searching for the method that's used for the product-list.tpl when clicked on the categories.

I've searched for over an hour but can't find the right method.

 

I need the method for displaying the products.

 

I could use some support :)

Link to comment
Share on other sites

sorry for missunderstanding, so you're looking for controller

 

it is available in the controllers/front/categorycontroller.php file

also check the class: classes/Category.php - it is related to the controller mentioned above

Link to comment
Share on other sites

different product list items? there is only one product-list, and the function is: public function getProducts($id_lang, $p, $n, $order_by = null, $order_way = null, $get_total = false, $active = true, $random = false, $random_number_products = 1, $check_access = true, Context $context = null)

Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...