We want to use a text category description in e-sport template, but when we fill in the description field in virtuemart, the template will display the text twice. 
How can we change this?
               
                
               
          


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>




