Hello all i am new here and also this week i started to use Virtuemart and i like it (Y)
Here is my problem
I hope so that is all explained in the picture
(http://img39.imageshack.us/img39/6046/virtuemartproblem.png)
// Product Description
if (!empty($this->product->product_desc)) { ?>
<div class="product-description">
<?php /** @todo Test if content plugins modify the product description */ ?>
<span class="title"><?php echo JText::_('COM_VIRTUEMART_PRODUCT_DESC_TITLE') ?></span>
<?php echo $this->product->product_desc; ?>
</div>
<?php }
Maybe it can be changed somewhere here ?
http://forum.virtuemart.net/index.php?topic=92756.0