vladislaw LiteCart Fan Från Bulgaria Medlem sedan jan. 2021 vladislaw 20 maj 2024 16:12 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 Från Sweden Medlem sedan maj 2013 tim 20 maj 2024 19:42 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;