News:

Support the VirtueMart project and become a member

Main Menu

How to hide Manufacturer name in Manufacturer Default Layout

Started by cirymarr, June 05, 2017, 09:00:56 AM

Previous topic - Next topic

cirymarr

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)

Ghost

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>