Hi there,
no, there is no GUI for that. All the settings are stored within the wp_options table by using the prefix woocommerce_gzd_ as option_name.
Cheers
-
This reply was modified 4 years, 10 months ago by
vendidero.
Thread Starter
Hughsp
(@rescaes)
Hi again,
Thanks for the info!… I’ll try to dig into the tables and see what can I do. It would be a nice implementation for the future though, to have an import/export config option like other plugins do. It would save a lot of time when moving things around or making new stores.
Thank you!
Hi there,
not even the Woo core provides such a tool – I guess sticking to the DB for migration is the better option as Germanized adds much more data (e.g. shipments etc.) which are stored in separate tables too..
Cheers
Thread Starter
Hughsp
(@rescaes)
Hi again,
Thanks for the tip, I’ll see what can I do!
Thanks!