News:

Support the VirtueMart project and become a member

Main Menu

Help!! remove category title Virtumart 2.0.26d

Started by Geedi, March 14, 2014, 20:16:53 PM

Previous topic - Next topic

Geedi

Hi i need to remove category title but first i cant find the file browse_header_category.tpl.php.
Cant even find the template map.
I set the default template to the my  own i made it on artisteer.
i want to delete the category title but i cant here is the URL to my site http://www.persistest.nl/2014-01-04-19-52-04/banden-opslag
its about the text that's says (Banden)

jenkinhill

You won't find that file in VM2.x - it was used in the extinct VM1.1 version.

The file to edit is components/com_virtuemart/views/category/tmpl/default.php  - for simple title removal delete <?php echo $category->category_name ?> and use the edited file as a template override
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Geedi

tanks i did exactly what u said but its still there
http://www.persistest.nl/2014-01-04-19-52-04/banden-opslag









Joomla! 2.5.14
Virtumart 2.0.26d
php 5.3.27

jenkinhill

You are using one product per row.
Delete this code from your override template, around line 195:

<h1><?php echo $this->category->category_name; ?></h1>
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Geedi