Lunatik Posted November 23, 2015 Share Posted November 23, 2015 (edited) I have a module, the module has a controller. I get a list of products on my page-controller and I want to display it with a category.tpl public function initContent() { $this->page_name = 'Novelty'; parent::initContent(); //$this->setTemplate('..\..\themes\default-bootstrap\category.tpl'); //$this->setTemplate(_PS_THEME_DIR_.'category.tpl'); } I use PrestaShop 1.6.1.0 sorry for my english. Edited November 23, 2015 by Lunatik (see edit history) Link to comment Share on other sites More sharing options...
Knowband Plugins Posted November 23, 2015 Share Posted November 23, 2015 What is the name of this module? Link to comment Share on other sites More sharing options...
Lunatik Posted November 24, 2015 Author Share Posted November 24, 2015 I create new module. It shows trends in the category, and uses category.tpl Link to comment Share on other sites More sharing options...
Knowband Plugins Posted November 25, 2015 Share Posted November 25, 2015 Whatever values you are sending to category.tpl, aren't you able to get them? You need to elaborate your issue, so that we can help you. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now