Jump to content

[RESOLU] description_short (Français (French)) est trop long


Recommended Posts

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 by Nico75007 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...