I can't figure out why the category title is appearing on some pages but not on others. The menu-itmes and vm-category settings all appear to be the same.
Here is the url with the missing category title: https://retaildisplayusa.com/floor-displays/mannequins
J 4.4.3
VM 4.2.0
One is categories view and the other is category view. Have a look at components/com_virtuemart/views/category/tmpl/default.php
Thank you I found the code:
<?php if (!empty($this->category->category_name)) { ?>
<h1><?php echo vmText::_($this->category->category_name); ?></h1>
<?php } ?>