You need to edit your database using phpMyAdmin and increase the length of the meta_keywords field of the ps_product_lang table
And then edit line:187 of classes/Product.php and increase the meta_keywords length there:
protected $fieldsSizeLang = array('meta_description' => 255, 'meta_keywords' => 255,
and how to increase meta limit for home page??
ReplyDeleteThis comment has been removed by the author.
ReplyDelete