VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Geedi on March 14, 2014, 20:16:53 PM

Title: Help!! remove category title Virtumart 2.0.26d
Post by: Geedi on March 14, 2014, 20:16:53 PM
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)
Title: Re: remove category title Virtumart 2.0.26d
Post by: jenkinhill on March 14, 2014, 23:54:05 PM
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
Title: Re: Help!! remove category title Virtumart 2.0.26d
Post by: Geedi on March 15, 2014, 20:57:16 PM
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
Title: Re: Help!! remove category title Virtumart 2.0.26d
Post by: jenkinhill on March 15, 2014, 21:06:30 PM
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>
Title: Re: Help!! remove category title Virtumart 2.0.26d
Post by: Geedi on March 16, 2014, 22:59:38 PM
Thankx that did the job thank u very much