jeyjoo Posted January 31, 2012 Share Posted January 31, 2012 Hi, Im on ps 1.4.6.2 Via admin panel / catalog, I have added a new feature - datasheet called "ingredients". I would like to increase the max size of input into this field. Anyone know the way forward. Much appreciated Link to comment Share on other sites More sharing options...
CartExpert.net Posted February 1, 2012 Share Posted February 1, 2012 Hello, You need to edit 'classes/FeaturedValue.php' and set protected $fieldsSizeLang = array('value' => 255); to the desired value, e.g.:350 Then in PHPMyadmin edit the structure of the table '[_PS_DB_PREFIX_]feature_value_lang' and set the size of the 'value' to the chosen value, e.g.: 350 1 Link to comment Share on other sites More sharing options...
jeyjoo Posted February 2, 2012 Author Share Posted February 2, 2012 perfect thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now