VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: madisj on February 07, 2014, 12:07:36 PM

Title: How to show pdouct description on the category page
Post by: madisj on February 07, 2014, 12:07:36 PM
Hi,

I want ot lista all product of the category wit images and full drodust decriptions.
I can only list short product descritoopn, but this is not needed.
Please help
Title: Re: How to show pdouct description on the category page
Post by: jenkinhill on February 07, 2014, 12:50:28 PM
Ot list full drodust decriptions for aech product make an override of  components/com_virtuemart/views/category/tmpl/default.php
Replace
<?php echo shopFunctionsF::limitStringByWord ($product->product_s_desc, 40, '...') ?>
With
<?php echo $product->product_desc ?>