Hello,
will you consider updating this plugin or is it abandoned?
I was interested in the csv import too.
Thank you!
]]>Hello,
It would be great if shipping Method title included.
Thanks
]]>Hi,
Great plugin! I found a bug that will cause an import to fail given a file exported from another website with certain conditions, but I’ve also got the solution.
If you are transferring shipping settings from site A to site B, and site A has created several shipping zones and then deleted those zones, then the zone_id
of the first zone in the database will not be 1, however when the importer tries to create the shipping zones in the database, it will start with an empty database, and then try and create a record with zone_id != 1, which causes this error:
`
WordPress database error: [Column count doesn’t match value count at row 1]
INSERT INTO <db_prefix>_woocommerce_shipping_zones VALUES(‘4′,’Australia’,’1′,”,’0′)
`
but the row seems to be inserted anyway with zone_id = 1.
However the importer will continue to import the methods the original zone_id.
Possible Solutions:
– update the zone_id after import using SQL.
– edit the JSON file so that all zone_ids are contiguous and re-map non-contiguous zone_ids in the shipping_zones and shipping_zone_methods to contiguous IDs.
Thanks.
]]>I exported succesfully from one site. Next, the same procedure to import at another fresh site. The plugin did create the tables but did not show the imported data. Shipping zones are empty at the new site.
]]>Hi,
I have tested import/export for my table rates shipping and it worked great. However the plugin failed to import/export Table rates default and custom fields, which is stored in wp_options
table with following key woocommerce_table_rate_{INSTANCE_ID}_settings
See the screenshot:
https://drive.google.com/file/d/0B_BUYAIoBUSNcVBFNzkxVWNNSzA/view?usp=sharing
I would love to know is this something you are aware of and plan to fix in upcoming release Or any chance for contribution?
Thanks.
]]>I need to use a json file to import the shipping zones, ould you please give me a link to watch a demo of json file with the shipping zones inside?
]]>Hi,
I exported succesfully from one site.
Tried to load it to the other. The plugin wiped the data from shipment tables but didn’t load new data.
The output displayed that the table ‘woocommerce_shipping_table_rates’ is ‘Not Installed/Found’. It doesn’t found on both sites.
Yaakov.
]]>Import only support json file type. Can you update it so that it will accept a CSV file?
Also, does the plugin compatible to the latest wordpress version?
]]>Warning: fopen(/home/WebSiteName/public_html/wp-content/plugins/wc-shipping-rates-importer/data//export/2016-09-09-45a5b1fcd6b966eb68257fc6413bb87b.json): failed to open stream: Permission denied in /home/WebSiteName/public_html/wp-content/plugins/wc-shipping-rates-importer/wc-shipping-rates-importer.php on line 310
How do I fix this issue? I hope this works I will leave you good feedback because this will save me hours of time being able to modify on a spreadsheet versus one by one.
]]>Thanks for releasing this plugin. However, we get this error when activating;
Parse error: syntax error, unexpected ‘.’, expecting ‘,’ or ‘;’ in /home/xxxxxx/public_html/xxxxx/wp-content/plugins/wc-shipping-rates-importer/wc-shipping-rates-importer.php on line 23
]]>