procesia Posted May 15, 2015 Share Posted May 15, 2015 Hello all, its possible somehow disable requirement (validation) labels for Products comment module in Prestashop 1.6? Any solutions? Link to comment Share on other sites More sharing options...
electriz Posted May 15, 2015 Share Posted May 15, 2015 /modules/productcomments/ProductComment.php line 75 'content' => array('type' => self::TYPE_STRING, 'validate' => 'isMessage', 'size' => 65535, 'required' => true), Remove 'required' => true If that won't help, remove also 'validate' => 'isMessage' Link to comment Share on other sites More sharing options...
procesia Posted May 15, 2015 Author Share Posted May 15, 2015 I try delete but nothing changet. Error message "Title is incorrect". Link to comment Share on other sites More sharing options...
procesia Posted May 19, 2015 Author Share Posted May 19, 2015 does anyone know? 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