VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: hypogeum on February 19, 2012, 12:58:55 PM

Title: Not showing category description
Post by: hypogeum on February 19, 2012, 12:58:55 PM
Not showing category description on vm home page.

I add this line in default_categories.php :

Category Description
<?php echo $this->category->category_description ; ?>

But nothing show.
Title: Re: Not showing category description
Post by: hypogeum on February 19, 2012, 14:33:35 PM
It was easy to find out it by my self

juct need to delate this-> from code

Category Description
<?php echo $category->category_description ; ?>