News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

loadTemplate on category page

Started by achilleas, March 28, 2012, 19:56:37 PM

Previous topic - Next topic

achilleas

Is there a way to use the loadTemplate (as in productdetails) in category view?
That helps a lot to keep things in order and clean

I tried echo $this->loadTemplate('description'); with error : Fatal error: Cannot access protected property JException::$code in path\to\error.php on line 14
I also tried echo $this->category->loadTemplate('description') with error: Fatal error: Call to undefined method TableCategories::loadTemplate() in path\to\default.php

tobisagt