Move description to right of image product detail

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Mar 01, 2013 5:55 am
Reply with quote
Report this post
Hi,

I am having trouble moving the description of each product in the product view.

I have located the php file that I thought would move the description

components/com_virtuemart/views/productdetails/tmpl/default.php

and located the lines

// 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
} // Product Description END

But when I try to move the code nothing on the page changes. I am using the bike template in the virtuemart settings but can't find the view files anywhere else other than in the components folder.

Could you please tell me what I am doing wrong.

Thanks in advance
Andy
User avatar
Fresh Boarder

Konrad M
Fri Mar 01, 2013 8:40 am
Reply with quote
Report this post
Hi,
you are editing default virtuemart view. But this view is overrided by our template. To edit correct file you have to go to html/com_virtuemart/productdetails/default.php.
User avatar


cron