VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: BaidareW on July 15, 2012, 18:52:08 PM

Title: double category description
Post by: BaidareW on July 15, 2012, 18:52:08 PM
After some recent updates all category descriptions (in category view) now prints double in the page. It just repeats the same twice.

Is this template fault or VM ?
Title: Re: double category description
Post by: BaidareW on July 17, 2012, 23:31:53 PM
Still the same problem in 2.0.8e
Title: Re: double category description
Post by: rwkc on August 15, 2012, 19:01:24 PM
im having the same problem virtumart 2.0.6 joomla 2.5.6

please help
Title: Re: double category description
Post by: BaidareW on August 15, 2012, 21:53:55 PM
For me it was the fix :

Open file : templates/gk_esport/html/com_virtuemart/category/default.php (you have other template?)
Find Lines: 40 to 51
And delete one of the below codes
Code: Select all
   <div class="category_description">
   <?php echo $this->category->category_description ; ?>
   </div>
Title: Re: double category description
Post by: bytelord on August 15, 2012, 22:16:18 PM
Hello BaidareW,

As many time have been posted here you should check first with VM default template. The template you mention is a custom Gavick commercial template and usually should ask support from their forum and support channel because is a commercial product.


Title: Re: double category description
Post by: BaidareW on August 15, 2012, 22:18:25 PM
I just try to help rwkc, I already solved my problem :)
Title: Re: double category description
Post by: weballabout on November 22, 2012, 12:54:23 PM
.../com_virtuemart/views/category/tmpl/default.php
The best way as it worked for me is to delete the line <?php echo $this->category->category_description ; ?> but from line 146