Hi
I'm using VM3.2.2 and am using Manufacturer Default Layout (with manufacturer logos) - however, I want to hide the displaying of the manufacturer title/name, in each case (see attached - I want to remove the names with the red lines)(//)
Create a template override of /components/com_virtuemart/views/manufacturer/tmpl/default.php and remove this part:
<h2>
<a title="<?php echo $manufacturer->mf_name; ?>" href="<?php echo $manufacturerURL; ?>"><?php echo $manufacturer->mf_name; ?></a>
</h2>
Thank you Ghost!