Jump to content

How to set default short description to all products?


webgo

Recommended Posts

I guess the simplest way is to use phpmyadmin to upgrade brief description to be the same, like this.

UPDATE `ps_product_lang` SET `description_short`='<ul><li>123</li></ul>';

If you are running a multi-languages site, then use this

UPDATE `ps_product_lang` SET `description_short`='<ul><li>123</li></ul>' WHERE `id_lang`=1;

 

Link to comment
Share on other sites

The module you will find here: https://www.prestashop.com/forums/topic/56865-seo-updater-module-automatically-generate-title-description-and-keywords-meta-tags/

Latest version is 0.4.1 and you will find the download here: https://www.prestashop.com/forums/topic/56865-seo-updater-module-automatically-generate-title-description-and-keywords-meta-tags/?do=findComment&comment=844042

Module is not maintained anymore.

BTW. to add same short description to all your products is not really a good SEO. In this case I will let them without short description. If you add a product description and there is no short description, than SERP's will take the one which is available. There is no need of short description. All my shops don't have a short description and they perform very well in SEO and are on first positions. Better to loose your time on a good and unique content to your shop.

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...