Runan Posted November 30, 2012 Share Posted November 30, 2012 (edited) Hello, When I want to inster an = character (in a url) in custom product feature value, i have an error. Where could I permit this character with this type of value ? Thanks. Edited November 30, 2012 by Runan (see edit history) Link to comment Share on other sites More sharing options...
igor.i Posted December 2, 2012 Share Posted December 2, 2012 Hello, When I want to inster an = character (in a url) in custom product feature value, i have an error. Where could I permit this character with this type of value ? Thanks. My question, too! Anyone to help us on this? Many thanks! Link to comment Share on other sites More sharing options...
joseantgv Posted October 8, 2013 Share Posted October 8, 2013 You can modify the validation of this field. In classes/FeatureValue.php, edit; 'value' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'required' => true, 'size' => 255), with: 'value' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isMessage', 'required' => true, 'size' => 255), 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