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

Problem with Description field

Started by Janjicar, March 22, 2012, 15:19:39 PM

Previous topic - Next topic

Janjicar

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

Janjicar

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