Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WC Shipping Rates Importer

Descripción

Dealing with multiple WooCommerce sites sharing the same shipping table rates, adding all those data over and over is a tedious task. You should be doing something more productive. WC Shipping Rates Importer takes care of exporting and importing shipping zone data and table rates (WC premium plugin required) for you!

The plugin has been tested extensively with WP_DEBUG enabled and works seamlessly with multi-site network setup.

For questions, suggestions or issues with this plugin, visit the plugin support page or contact me at wp [dot] joesat [at] gmail [dot ]com.

Capturas

  • WC Shipping Rates Importer Main Page. A file has been selected for import.
  • WC Shipping Rates Importer Post Upload Page. Summary of current WooCommerce zone and table rates data, plus a column of values from the import file.
  • WC Shipping Rates Importer Post Import Page. A notification that the import has completed successfully.
  • WC Shipping Rates Importer Export Screen.

Instalación

  1. Upload ‘wc-shipping-rates-importer’ folder to ‘/wp-content/plugins/’ directory. Alternatively just search ‘WC Shipping Rates Importer’ from the Add New Plugin in your WordPress Admin

  2. The plugin attempts to create data folders and sets the proper read-write permissions, please check that the plugin/ directory is writable.

  3. Activate the plugin through ‘Plugins’ menu in WordPress Admin

  4. ‘WC Import Shipping’ menu should appear after activating the plugin. Click that link and you’re good to go!

FAQ

  • Does this plugin work with multi-site setup?
    No.

  • Was did plugin tested with debug option enabled?
    Yes.

  • Where is the admin page located?
    In the admin panel, there should be a menu item ‘WP Import Shipping’.

  • Plugin is reporting permission denied…?
    The data directories where the plugin writes content must be writable. The plugin tries to do this via (chmod 774 and 775) but some setup might need 777. You may need to update permissions manually.
    Folder paths
    [WPDIR]/wp-content/plugins/wc-shipping-rates-importer/data/import
    [WPDIR]/wp-content/plugins/wc-shipping-rates-importer/data/export

  • Anything else?
    Imported and Exported files are stored in the plugin’s data/ folder. Later releases will have a purge feature to cleanup these folders.

Reseñas

15 de mayo de 2020
This plugin still works despite having been abandoned. I just used it to import and export my WooCommerce Table Rating Shipping settings from one site to another. Huge time saver and did exactly what I needed it to do.
Leer la 1 reseña

Colaboradores y desarrolladores

«WC Shipping Rates Importer» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WC Shipping Rates Importer» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.1.0

  • Applied fix provided by @kingfisher64 & @jphase (see https://wordpress.org/support/topic/error-cant-activate-plugin-2/)
  • updated version format
  • added notification on plugin admin page, if export/import folders are non-writable

1.0.0

  • First release