Code hacks

Collapsing Categories in WooCommerce

When Collapsing Categories plugin displays double the product count.
Dashboard, Plugins editor. Edit Collapsing Categories plugin.
In collapscatlist.php line: 639 (can vary depending on version but it will be close to this line)

Change:
$theCount=$subCatPostCount2 + $totalCatPostCount;

to:
$theCount=$subCatPostCount2;

Problem solvered.

Posted by Redback Graphics in Code hacks