Jump to content

What controller is used for output product_list.tpl in prestashop 1.7.2


Recommended Posts

I realized that the CategoryController.php passes using function doProductSearch in the ProductPresentingFrontController

 

            $this->context->smarty->assign(array(
                'listing' => $variables,
            ));
            $this->setTemplate($template, $params, $locale);

category.tpl 

{extends file='catalog/listing/product-list.tpl'}
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...