VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Janjicar on March 22, 2012, 15:19:39 PM

Title: Problem with Description field
Post by: Janjicar on March 22, 2012, 15:19:39 PM
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)
Title: Re: Problem with Description field
Post by: Janjicar on March 24, 2012, 11:17:25 AM
// 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 ?
Title: Re: Problem with Description field
Post by: PRO on March 24, 2012, 12:42:16 PM
http://forum.virtuemart.net/index.php?topic=92756.0