Short description of product

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon May 06, 2013 10:11 pm
Reply with quote
Report this post
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.
User avatar
Expert Boarder

GK User
Mon May 06, 2013 10:24 pm
Reply with quote
Report this post
Hi, you have edit one file: gk_bikestore\html\com_virtuemart\category\default.php

line 215 - change value from 40 to 100

Code: Select all
   <div class="product_s_desc"> <?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 40, '...') ?> </div>


Upload changed file to server
User avatar
Platinum Boarder

GK User
Tue May 07, 2013 10:57 am
Reply with quote
Report this post
Great, it works. Thank you very much.
User avatar
Expert Boarder

GK User
Wed May 08, 2013 8:26 pm
Reply with quote
Report this post
ok, but remember about this change before you will update template to new version if it occurs,
I suggest write a note in back-end somewhere.
User avatar
Platinum Boarder


cron