VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: bujinkanat on January 29, 2015, 11:13:11 AM

Title: Virtuemart 3.0.2 - Show number of products in a category?
Post by: bujinkanat on January 29, 2015, 11:13:11 AM
I have recently installed Virtuemart 3.0.2 on Joomla 3.3.6.
There used to be an option to show the number of products in a category, but I'm not finding that anywhere. 
Is that still an option and if so where will I find it?

Thanks so much in advance.

Markus
Title: Re: Virtuemart 3.0.2 - Show number of products in a category?
Post by: GJC Web Design on January 29, 2015, 11:46:44 AM
just php "count" the $this->products in the categories template and display the number
Title: Re: Virtuemart 3.0.2 - Show number of products in a category?
Post by: bujinkanat on January 29, 2015, 12:10:05 PM
Sorry, but i dont understand what i have to do!
Thanks
Markus
Title: Re: Virtuemart 3.0.2 - Show number of products in a category?
Post by: GJC Web Design on January 29, 2015, 17:18:32 PM
if you don't understand the code suggestion then just google 'php count '