Jump to content

In Prestashop 1.7 $this->setTemplate('file_name.tpl'); is not working for FrontEnd Controller


Recommended Posts

From my  FrontEnd controller trying to load:

 

$this->setTemplate('allproducts.tpl');

 

Note: 1) views/templates/front/allproducts.tpl is the actual file location

 

2) Controller location is : controllers/front/allproducts.php

 

But getting error:

 

 

500 Server Error

Oops, something went wrong.

Try to refresh this page or feel free to contact us if the problem persists.

 

 

 

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...