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

Show number of products in a category.

Started by bmw2182, May 03, 2012, 17:36:30 PM

Previous topic - Next topic

riasztobolt

Quote
Then edit the file and search for "$cattext = $category->category_name;" and replace it with "$cattext = $category->category_name. ' ('.$categoryModel->countProducts($category->virtuemart_category_id ).')';"

then search for "$cattext = $child->category_name;" and replace it with "$cattext = $child->category_name. ' ('.$categoryModel->countProducts($child->virtuemart_category_id ).')';"

It's a good solution but it slows down loading the page :(

bmw2182

I'm using Joomla 3.7.4, Virtuemart 3.2.2 and SW Menu? Would like to show the number of products in each category.

I'm trying to get my number count to show up in the top menu.