Version Description
- Updates: Tested OK with WP 5.0.2 and WC 3.5.2
- Optimized product image import.
Download this release
Release Info
Developer | webtoffee |
Plugin | Product Import Export for WooCommerce |
Version | 1.5.2 |
Comparing to | |
See all releases |
Code changes from version 1.5.1 to 1.5.2
- images/wf-ajax-loader.gif +0 -0
- images/wf-failed.png +0 -0
- images/wf-import.png +0 -0
- images/wf-notice.png +0 -0
- images/wf-success.png +0 -0
- includes/class-wf-prodimpexpcsv-admin-screen.php +0 -0
- includes/class-wf-prodimpexpcsv-ajax-handler.php +0 -0
- includes/class-wf-prodimpexpcsv-system-status-tools.php +0 -0
- includes/exporter/class-wf-prodimpexpcsv-exporter.php +0 -0
- includes/exporter/data/data-wf-hidden-meta-columns.php +0 -0
- includes/exporter/data/data-wf-post-columns.php +0 -0
- includes/importer/class-wf-csv-parser.php +0 -0
- includes/importer/class-wf-prodimpexpcsv-importer.php +0 -0
- includes/importer/class-wf-prodimpexpcsv-product-import.php +0 -0
- includes/importer/data/data-wf-post-defaults.php +0 -0
- includes/importer/data/data-wf-postmeta-allowed.php +0 -0
- includes/importer/data/data-wf-postmeta-defaults.php +0 -0
- includes/importer/data/data-wf-reserved-fields-pair.php +0 -0
- includes/importer/data/data-wf-reserved-fields.php +0 -0
- includes/importer/views/html-wf-import-greeting.php +0 -0
- includes/importer/views/html-wf-import-options.php +0 -0
- includes/settings/class-wf-prodimpexpcsv-settings.php +0 -0
- includes/views/export/html-wf-export-products.php +0 -0
- includes/views/html-wf-admin-screen.php +0 -0
- includes/views/import/html-wf-import-products.php +0 -0
- license.txt +0 -0
- product-csv-import-export.php +3 -3
- readme.txt +14 -5
- styles/wf-style.css +0 -0
images/wf-ajax-loader.gif
CHANGED
File without changes
|
images/wf-failed.png
CHANGED
File without changes
|
images/wf-import.png
CHANGED
File without changes
|
images/wf-notice.png
CHANGED
File without changes
|
images/wf-success.png
CHANGED
File without changes
|
includes/class-wf-prodimpexpcsv-admin-screen.php
CHANGED
File without changes
|
includes/class-wf-prodimpexpcsv-ajax-handler.php
CHANGED
File without changes
|
includes/class-wf-prodimpexpcsv-system-status-tools.php
CHANGED
File without changes
|
includes/exporter/class-wf-prodimpexpcsv-exporter.php
CHANGED
File without changes
|
includes/exporter/data/data-wf-hidden-meta-columns.php
CHANGED
File without changes
|
includes/exporter/data/data-wf-post-columns.php
CHANGED
File without changes
|
includes/importer/class-wf-csv-parser.php
CHANGED
File without changes
|
includes/importer/class-wf-prodimpexpcsv-importer.php
CHANGED
File without changes
|
includes/importer/class-wf-prodimpexpcsv-product-import.php
CHANGED
File without changes
|
includes/importer/data/data-wf-post-defaults.php
CHANGED
File without changes
|
includes/importer/data/data-wf-postmeta-allowed.php
CHANGED
File without changes
|
includes/importer/data/data-wf-postmeta-defaults.php
CHANGED
File without changes
|
includes/importer/data/data-wf-reserved-fields-pair.php
CHANGED
File without changes
|
includes/importer/data/data-wf-reserved-fields.php
CHANGED
File without changes
|
includes/importer/views/html-wf-import-greeting.php
CHANGED
File without changes
|
includes/importer/views/html-wf-import-options.php
CHANGED
File without changes
|
includes/settings/class-wf-prodimpexpcsv-settings.php
CHANGED
File without changes
|
includes/views/export/html-wf-export-products.php
CHANGED
File without changes
|
includes/views/html-wf-admin-screen.php
CHANGED
File without changes
|
includes/views/import/html-wf-import-products.php
CHANGED
File without changes
|
license.txt
CHANGED
File without changes
|
product-csv-import-export.php
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
Description: Import and Export Products From and To your WooCommerce Store.
|
6 |
Author: WebToffee
|
7 |
Author URI: https://www.webtoffee.com/product/product-import-export-woocommerce/
|
8 |
-
Version: 1.5.
|
9 |
-
WC tested up to: 3.5.
|
10 |
License: GPLv3
|
11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
12 |
Text Domain: wf_csv_import_export
|
@@ -18,7 +18,7 @@ if (!defined('ABSPATH') || !is_admin()) {
|
|
18 |
|
19 |
|
20 |
if (!defined('WF_PIPE_CURRENT_VERSION')) {
|
21 |
-
define("WF_PIPE_CURRENT_VERSION", "1.5.
|
22 |
}
|
23 |
if (!defined('WF_PROD_IMP_EXP_ID')) {
|
24 |
define("WF_PROD_IMP_EXP_ID", "wf_prod_imp_exp");
|
5 |
Description: Import and Export Products From and To your WooCommerce Store.
|
6 |
Author: WebToffee
|
7 |
Author URI: https://www.webtoffee.com/product/product-import-export-woocommerce/
|
8 |
+
Version: 1.5.2
|
9 |
+
WC tested up to: 3.5.2
|
10 |
License: GPLv3
|
11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
12 |
Text Domain: wf_csv_import_export
|
18 |
|
19 |
|
20 |
if (!defined('WF_PIPE_CURRENT_VERSION')) {
|
21 |
+
define("WF_PIPE_CURRENT_VERSION", "1.5.2");
|
22 |
}
|
23 |
if (!defined('WF_PROD_IMP_EXP_ID')) {
|
24 |
define("WF_PROD_IMP_EXP_ID", "wf_prod_imp_exp");
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: webtoffee
|
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
Tags: woocommerce product import, woocommerce import products, woocommerce export products, export woocommerce products, import products into woocommerce
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -20,7 +20,7 @@ Are you trying to import products into WooCommerce store or export WooCommerce p
|
|
20 |
|
21 |
🔸 Export Simple Products in to a CSV file.
|
22 |
🔸 Import Simple Products in CSV format in to WooCommerce Store.
|
23 |
-
🔸 Tested OK with WooCommerce 3.5.
|
24 |
|
25 |
|
26 |
Highlights: WooCommerce Product Export, WooCommerce Product CSV Import Suite, WooCommerce bulk product upload, WooCommerce import products with images, import amazon products to WooCommerce, Export Products to xls. Pro Version supports both Simple and Variable products.
|
@@ -49,6 +49,7 @@ Product Import Export Plugin for WooCommerce is the leading tool for Woocommerce
|
|
49 |
<li> ✅ Choice to Update or Skip existing imported products. </li>
|
50 |
<li> ✅ WPML Supported. French and German (Deutschland) language support Out of the Box.</li>
|
51 |
<li> ✅ Import/Export file from/to a remote server via FTP.</li>
|
|
|
52 |
<li> ✅ Automatic scheduled Import/Export.</li>
|
53 |
<li> ✅ Supports Product Reviews Export Import.</li>
|
54 |
<li> ✅ Excellent Support for setting it up!</li>
|
@@ -134,6 +135,10 @@ WebToffee creates quality WordPress/WooCommerce plugins that are easy to use and
|
|
134 |
|
135 |
Yes. You can import or export product images along with other details
|
136 |
|
|
|
|
|
|
|
|
|
137 |
== Screenshots ==
|
138 |
|
139 |
1. WooCommerce Product Import Screen
|
@@ -144,6 +149,9 @@ Yes. You can import or export product images along with other details
|
|
144 |
|
145 |
== Changelog ==
|
146 |
|
|
|
|
|
|
|
147 |
|
148 |
= 1.5.1 =
|
149 |
* Content update.
|
@@ -266,5 +274,6 @@ Yes. You can import or export product images along with other details
|
|
266 |
|
267 |
== Upgrade Notice ==
|
268 |
|
269 |
-
= 1.5.
|
270 |
-
*
|
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
Tags: woocommerce product import, woocommerce import products, woocommerce export products, export woocommerce products, import products into woocommerce
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 5.0.2
|
7 |
+
Stable tag: 1.5.2
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
20 |
|
21 |
🔸 Export Simple Products in to a CSV file.
|
22 |
🔸 Import Simple Products in CSV format in to WooCommerce Store.
|
23 |
+
🔸 Tested OK with WooCommerce 3.5.2.
|
24 |
|
25 |
|
26 |
Highlights: WooCommerce Product Export, WooCommerce Product CSV Import Suite, WooCommerce bulk product upload, WooCommerce import products with images, import amazon products to WooCommerce, Export Products to xls. Pro Version supports both Simple and Variable products.
|
49 |
<li> ✅ Choice to Update or Skip existing imported products. </li>
|
50 |
<li> ✅ WPML Supported. French and German (Deutschland) language support Out of the Box.</li>
|
51 |
<li> ✅ Import/Export file from/to a remote server via FTP.</li>
|
52 |
+
<li> ✅ Import Product CSV from a remote server via URL.</li>
|
53 |
<li> ✅ Automatic scheduled Import/Export.</li>
|
54 |
<li> ✅ Supports Product Reviews Export Import.</li>
|
55 |
<li> ✅ Excellent Support for setting it up!</li>
|
135 |
|
136 |
Yes. You can import or export product images along with other details
|
137 |
|
138 |
+
= Which is the best free CSV editor suggested? =
|
139 |
+
|
140 |
+
LibreOffice.
|
141 |
+
|
142 |
== Screenshots ==
|
143 |
|
144 |
1. WooCommerce Product Import Screen
|
149 |
|
150 |
== Changelog ==
|
151 |
|
152 |
+
= 1.5.2 =
|
153 |
+
* Updates: Tested OK with WP 5.0.2 and WC 3.5.2
|
154 |
+
* Optimized product image import.
|
155 |
|
156 |
= 1.5.1 =
|
157 |
* Content update.
|
274 |
|
275 |
== Upgrade Notice ==
|
276 |
|
277 |
+
= 1.5.2 =
|
278 |
+
* Updates: Tested OK with WP 5.0.2 and WC 3.5.2
|
279 |
+
* Optimized product image import.
|
styles/wf-style.css
CHANGED
File without changes
|