Jump to content

Show categories or sub-categories in format list with number of products inside [module]


Recommended Posts

Hi,

 
I could solve this issue!
 
1. Editing the 651 line (getSubCategories() function) in /classes/Category.php file, add (SELECT count(*) FROM `'._DB_PREFIX_.'product` WHERE id_category_default=c.id_category) AS count

 

2. Add in 413 line of category.tpl of theme ({$subcategory.count})

 

 

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...