Add more text in product description

GK User
Sat Mar 23, 2013 12:24 am
Hi,

- How can i add more text in product description. I need 4 lines of text, (now it has 2 lines)
- How can i change the alt and title of the product image with the title and alt from the product (specified in virtuemart)

check this page for example: http://demo.gavick.com/joomla25/eSport/ ... snowboards

thanks :)
User avatar
Senior Boarder

Konrad M
Wed Mar 27, 2013 10:12 am
Hi,
1. Please go to html/com_virtuemart/category/default.php and find:
Code: Select all
<p class="product_s_desc">
                  <?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 40, '...') ?>
               </p>

Try increase 40 value to fit your needs.
2. I think that alt and name you can change in Admin panel, go to product settings and check in images tab.
User avatar


cron