• Resolved diegpl

    (@diegpl)


    I have a website where all shipping methods is set through your plugin and I would like to export/import them to another site. Is that possible? Maybe through another plugin? I tried with “WC Shipping Rates Importer” plugin, but it got just the zones, not your plugin settings. Tks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Import export settings?’ is closed to new replies.