Nico75015 Posted November 13, 2012 Share Posted November 13, 2012 (edited) Bonsoir, En remplissant une fiche produit, j'ai besoin d'un résumé du produit assez développé. Mais j'ai une erreur qui me mentionne que le champ description_short (Français (French)) est trop long : 400 caractères maximum. Comment changer ce chiffre de 400 ? Par exemple, mettre 450 ? Merci! Je penais avoir trouver la solution ici (voir ci-dessous), mais je lis une limte à 800... public function validateFieldsLang($die = true, $error_return = false) { $limit = (int)Configuration::get('PS_PRODUCT_SHORT_DESC_LIMIT'); if ($limit <= 0) $limit = 800; $this->def['fields']['description_short']['size'] = $limit; return parent::validateFieldsLang($die, $error_return); Edited November 18, 2012 by Nico75007 (see edit history) Link to comment Share on other sites More sharing options...
Médéric Posted November 13, 2012 Share Posted November 13, 2012 Bonjour, Vous pouvez régler le nombre de caractères dans : administration > préférences > produits Cdlt Link to comment Share on other sites More sharing options...
Nico75015 Posted November 14, 2012 Author Share Posted November 14, 2012 Bonjour, Je travaille sous la version 1.5.2 et dans administration > préférences, j'ai comme sous menu "général" ; "quota de téléchargement" ; "Aide" et "notification" mais je ne vois pas de sous menu "produit"? Cordialement Link to comment Share on other sites More sharing options...
btsconsult Posted November 14, 2012 Share Posted November 14, 2012 Bonjour, Tu dois aller dans le BO -> Préférences -> Produits (voir figure ci-dessous) Link to comment Share on other sites More sharing options...
Nico75015 Posted November 14, 2012 Author Share Posted November 14, 2012 Merci! Link to comment Share on other sites More sharing options...
btsconsult Posted November 15, 2012 Share Posted November 15, 2012 Bonjour, Si ton problème est résolu, n'oublie pas de mettre [RESOLU] dans le titre de ton billet 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