Plugin Author
Dan
(@dangoodman)
The plugin doesn’t support import/export at the moment. The only way to do that is to export and import the whole WordPress database.
Just for anyone who needed this: to export/import settings, just look in the database table “wp_options” for option_name “wbs_config”. Open it, then copy the option_value and paste it as a new row (click “Insert” in phpMyAdmin) on the database of the site you want to import the settings to: write “wbs_config” in the new option_name field, and paste the copied content in the option_value field.
That’s it.
Thread Starter
diegpl
(@diegpl)
Hi @frafor really thank you for the information. So, if I use a wpms, I just need to open its own wp_options table to get that, right? Thank you!
Hi @diegpl, I don’t know exactly how multisite stores each site’s option, but I guess at least for the default setup it should work. Otherwise search in your database for wbs_ as option_name and check where it comes out.
Plugin Author
Dan
(@dangoodman)
@diegpl, @frafor, the solution provided by @frafor does only work for the global shipping method, and won’t work for shipping zones. Just FYI.