Ich arbeite gerade an einer Möglichkeit Zusatzoptionen/Attribute per MySQL zu kopieren. SELECT * FROM products_attributes WHERE products_id = 1783 listet alle Attibute des Produktes auf. In der Seite /admin/products/1783/options?cPath=199_234 sehe ich bei Rechtsklick auf eine der 3 Zusatzoptions-Titel die IDs 14, 53, und 54. Ich finde die aber nirgends in der DB. wo liegen die?
Schau Dir folgende Tabellen an: products_options products_options_values products_options_values_to_products_options products_attributes Und für Varianten würdest Du products_properties_combis brauchen. Eventuell siehe auch hier: https://www.gambio.de/forum/threads/hilfreiche-sql-befehle.20061/page-29#post-419062