Support the VirtueMart project and become a member
See http://demo.virtuemart.net/wear - the parent category title is shown under the search/sort block using this code:<h1><?php echo vmText::_($this->category->category_name); ?></h1>If you want to move the locateion then edit and override components/com_virtuemart/views/category/tmpl/default.php - or if already using overrides then edit the relevant override file.
<div class="category-view"><?php if (!empty($this->category->category_name)) { ?><h1><?php echo vmText::_($this->category->category_name); ?></h1><?php } ?>......
Holla. This solution dont work on J4 and VM4. Can you help me?