Quoting from an older/custom version of mod_virtuemart_category.php
$categoryModel = VmModel::getModel('Category');
...
$categories = $categoryModel->getChildCategoryList($vendorId, $category_id);
How do we get ALL VM categories instead?
category_id 0
Quote from: StefanSTS on March 10, 2020, 12:15:48 PM
category_id 0
Works, but only returns the top level categories.
Look into the view files of mod_virtuemart_category. There are different layouts.
I guess what you are searching for might be in all.php.
STS
https://shop.st42.fr/en/categories-tools/virtuemart-categories-menu.htm can display all categories from a whole shop. Demo with some diffeerent render https://pro.st42.fr/taxonomy
Thank you people.
all.php
template had the information I was looking for.