VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: Genius WebDesign on June 17, 2012, 19:48:50 PM

Title: Character limit set to four in the "product unit" field..?
Post by: Genius WebDesign on June 17, 2012, 19:48:50 PM
I'm using Virtuemart 2.0.6 and it seems that there is a character limit of four in the "product unit" field under "Product Dimensions and Weight".
Whenever I input a word of more than four characters and click save the word is limited to four characters..

Does anyone know where to remove this limit?
I haven't got a clue as to which php-file I need to edit.

Brgds
Title: Re: Character limit set to four in the "product unit" field..?
Post by: Arnie on August 20, 2012, 04:16:04 AM
I am using Virtuemart 2.0.8e and I have the same problem. Did you find the way to change the character limit for Product unit?
Thanks
Arnie
Title: Re: Character limit set to four in the "product unit" field..?
Post by: timppax on September 12, 2012, 12:04:08 PM
You can do it easily using phpmyadmin -tool, and find "Virtuemartproduct" -table and product_unit -parameter...

    "19   product_unit   char(12)   utf8_general_ci"

Default is "char(4)"  As you can see, i put value 12 in it.

- Timppax