Change Options on all products

LiteCart Fan
Från Bulgaria
Medlem sedan jan. 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
Från Sweden
Medlem sedan maj 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;
Du
Denna webbplats använder inga kakor och ingen spårningsteknik från tredje part . Vi tror att vi kan göra det bättre än andra och tänker verkligen på din integritet.