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