News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

double category description

Started by BaidareW, July 15, 2012, 18:52:08 PM

Previous topic - Next topic

BaidareW

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 ?

BaidareW

Still the same problem in 2.0.8e

rwkc

im having the same problem virtumart 2.0.6 joomla 2.5.6

please help

BaidareW

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>

bytelord

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.


Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

BaidareW

I just try to help rwkc, I already solved my problem :)

weballabout

.../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