bikestore more sort description text

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Thu Dec 13, 2012 11:58 am
Hello Gavick team!
Please could you tell me who change the size of the sort description of the product because my customer needs some more space.

(like this sample )
http://www.els.com.gr/atlas/sort-description.jpg

thank you.

Graphic & Web designer
[email protected]
User avatar
Fresh Boarder

teitbite
Thu Dec 13, 2012 2:05 pm
Hi

Please show me a page with an example of this field so I'll be able to give You the code to change it.
User avatar
Moderator

GK User
Thu Dec 13, 2012 2:16 pm
My page product is
http://els.com.gr/site/index.php/el/pro ... rm-systems
based on bikestore template (my favorite!)

I need more characters in sort description like this image
http://www.els.com.gr/atlas/sort-description.jpg

Another example is the old site which the products show like this
http://www.els.com.gr/products_showlist.php?cid=1

Thank you!
User avatar
Fresh Boarder

GK User
Thu Dec 13, 2012 2:20 pm
about this following sentence
Another example is the old site which the products show like this
http://www.els.com.gr/products_showlist.php?cid=1

look only the sort description...
User avatar
Fresh Boarder

GK User
Thu Dec 13, 2012 7:27 pm
Sorry for the pressure teitbite but can you help me with my issue because my client waiting for my answer. :oops:
Thank you for your support
User avatar
Fresh Boarder

teitbite
Thu Dec 13, 2012 10:15 pm
Hi

:) With every bump this task was jumping to the end of the line, so it took longer to get there. Please edit file /html/com_virtuemart/category/default.php. Search for code:

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


and replace it with:

Code: Select all
               <p class="product_s_desc">
                  <?php echo $product->product_s_desc; ?>
               </p>
User avatar
Moderator

GK User
Fri Dec 14, 2012 8:16 am
The problem has solved with your help Teitbite!
You are an amazing support team!

Thank you very much!!! :D
User avatar
Fresh Boarder


cron