Hi,
how I can change length of short description of product in Virtuemart for category view? I this template is around 20 chars, but I want more (arround 100 chars).
E-shop url: www.elektroelkon.cz
Thanks for answer.
<div class="product_s_desc"> <?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 40, '...') ?> </div>