VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: ficas on August 01, 2015, 03:09:39 AM

Title: how to increase the product title length (characters) in category on VM3?
Post by: ficas on August 01, 2015, 03:09:39 AM
searched hours over the internet for information but no luck so far.
tried to edit the "Columns" using phpmyadmin on products, and categories but no luck.

I think the code is somewhere in PHP, but didnt found anything :-( anyone can help me please?

here is the picture, the title in category.
(http://s28.postimg.org/f5iyvn3nx/producttitle.jpg)
Title: Re: how to increase the product title length (characters) in category on VM3?
Post by: ficas on August 04, 2015, 02:09:21 AM
 :'( anyone?
Title: Re: how to increase the product title length (characters) in category on VM3?
Post by: GJC Web Design on August 04, 2015, 11:37:03 AM
can only be in your template somewhere

the title limit in the DB table is 180 charactors .. also ... isn't added except by some "shortening script"

have a look in e.g. templates/YOUR_TEMPLATE/html/com_virtuemart/sublayouts/products.php
Title: Re: how to increase the product title length (characters) in category on VM3?
Post by: ficas on August 06, 2015, 01:45:46 AM
thank you!