Hello,
Thanks for using our template.
You need to edit: components/com_virtuemart/views/category/tmpl/default.php
Find there:
<?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 40, '...'
?>
Change to:
<?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 200, '...'
?>
Best Regards,
OrdaSoft team