Jump to content

[REZOLVAT]Titlu produs mai mare de 128 caractere


Recommended Posts

In fisierul product.php din directorul classes, la linia 309, gasesti 'size' => 128,

/* Lang fields */
'meta_description' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 255),
'meta_keywords' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 255),
'meta_title' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 128),
'link_rewrite' => array(
'type' => self::TYPE_STRING, 
'lang' => true, 
'validate' => 'isLinkRewrite', 
'required' => true, 
'size' => 128,
'ws_modifier' => array(

 

Apoi mergi in phpMyAdmin, in tabelul ps_product_lang si schimbi la name varchar(128).

ps de la ps_product_lang este prefixul predefinit la instalarea Prestashop. Acesta este posibil sa fi fost modificat de tine.

Sper sa te descurci.

Edited by Bijuterii Handmade (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...