vladislaw LiteCart Fan จาก Bulgaria เป็นสมาชิกตั้งแต่ ม.ค. 2021 vladislaw 20 พ.ค. 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 จาก Sweden เป็นสมาชิกตั้งแต่ พ.ค. 2013 tim 20 พ.ค. 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;