VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: Master_gray on June 19, 2012, 12:01:19 PM

Title: My short Description is to short Please Help me!!!
Post by: Master_gray on June 19, 2012, 12:01:19 PM
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_desc40'...'?>
</p>
<?php ?>


any help will be gr8
I'm using:
joomla 2.5.4
Virtuemart 2.0.6

Regards Master_gray
Title: Re: My short Description is to short Please Help me!!!
Post by: Master_gray on June 21, 2012, 11:22:23 AM
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.
Title: Re: My short Description is to short Please Help me!!!
Post by: Rayjak on July 04, 2012, 14:18:43 PM
Thank you Master Gray