Change Options on all products

LiteCart Fan
จาก Bulgaria
เป็นสมาชิกตั้งแต่ ม.ค. 2021

Hello, since we have many products uploaded to the site, is there a way to change (Option - Yes instead of 30 to 40) of all products at once?

tim
Founder
จาก Sweden
เป็นสมาชิกตั้งแต่ พ.ค. 2013
tim

See the database table lc_products_options_values in phpmyadmin.

A query could look like the following:

UPDATE `lc_products_options_values`
SET `BGN` = 40
WHERE value_id = ...
AND `BGN` = 30;
คุณ
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.