Jump to content

Modification en masse des produits


Recommended Posts

UPDATE `'._DB_PREFIX_.'product_lang`
SET description = "nouvelle description"
WHERE id_lang=2



et si il y'a une catégorie

UPDATE `'._DB_PREFIX_.'product_lang`
SET description = "nouvelle description"
WHERE id_lang=2 AND id_category_default=id_de_lacategory

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