Hi all
I know there is a topic about this already But it does not work for me so if anyone can help please do,these are some of the last things to do before my site is live.
My short description is to short in the front-end the length currently is 40 i need it to be 230,on the other topic they gave a piece of code to change.
Locating of code:\components\com_virtuemart\views\category\tmpl\default.php
Line:252
<?php // Product Short Description
if(!empty($product->product_s_desc)) { ?>
<p class="product_s_desc">
<?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 40, '...') ?>
</p>
<?php } ?>
any help will be gr8
I'm using:
joomla 2.5.4
Virtuemart 2.0.6
Regards Master_gray
Hi there i found it.
Go to your ...\templates\Your template\html\com_virtuemart\category then open default.php and change the code on line 255 from 40 to what you want,it works for me.
Thank you Master Gray