VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: achilleas on March 28, 2012, 19:56:37 PM

Title: loadTemplate on category page
Post by: achilleas on March 28, 2012, 19:56:37 PM
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
Title: Re: loadTemplate on category page
Post by: tobisagt on April 04, 2013, 10:07:09 AM
Im interested in this too!