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)
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
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
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>
Thankx that did the job thank u very much