Version Description
- Updates: Tested OK with WP 4.9.4 and WC 3.3.1
Download this release
Release Info
Developer | mujeebur |
Plugin | Product Import Export for WooCommerce |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.0 to 1.4.2
- product-csv-import-export.php +3 -1
- readme.txt +80 -93
product-csv-import-export.php
CHANGED
@@ -5,7 +5,8 @@ Plugin URI: https://www.xadapter.com/product/product-import-export-plugin-for-wo
|
|
5 |
Description: Import and Export Products From and To your WooCommerce Store.
|
6 |
Author: XAdapter
|
7 |
Author URI: https://www.xadapter.com/
|
8 |
-
Version: 1.4.
|
|
|
9 |
Text Domain: wf_csv_import_export
|
10 |
*/
|
11 |
|
@@ -59,6 +60,7 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
|
|
59 |
'<a href="' . admin_url( 'admin.php?page=wf_woocommerce_csv_im_ex' ) . '">' . __( 'Import Export', 'wf_csv_import_export' ) . '</a>',
|
60 |
'<a href="https://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/" target="_blank">' . __( 'Premium Upgrade', 'wf_csv_import_export' ) . '</a>',
|
61 |
'<a href="https://www.xadapter.com/support/forum/product-import-export-plugin-for-woocommerce/">' . __( 'Support', 'wf_csv_import_export' ) . '</a>',
|
|
|
62 |
);
|
63 |
return array_merge( $plugin_links, $links );
|
64 |
}
|
5 |
Description: Import and Export Products From and To your WooCommerce Store.
|
6 |
Author: XAdapter
|
7 |
Author URI: https://www.xadapter.com/
|
8 |
+
Version: 1.4.2
|
9 |
+
WC tested up to: 3.3.1
|
10 |
Text Domain: wf_csv_import_export
|
11 |
*/
|
12 |
|
60 |
'<a href="' . admin_url( 'admin.php?page=wf_woocommerce_csv_im_ex' ) . '">' . __( 'Import Export', 'wf_csv_import_export' ) . '</a>',
|
61 |
'<a href="https://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/" target="_blank">' . __( 'Premium Upgrade', 'wf_csv_import_export' ) . '</a>',
|
62 |
'<a href="https://www.xadapter.com/support/forum/product-import-export-plugin-for-woocommerce/">' . __( 'Support', 'wf_csv_import_export' ) . '</a>',
|
63 |
+
'<a href="https://wordpress.org/support/plugin/product-import-export-for-woo/reviews/">' . __( 'Review', 'wf_csv_import_export' ) . '</a>',
|
64 |
);
|
65 |
return array_merge( $plugin_links, $links );
|
66 |
}
|
readme.txt
CHANGED
@@ -1,27 +1,27 @@
|
|
1 |
=== Product Import Export for WooCommerce===
|
2 |
-
Contributors: xadapter,
|
3 |
Donate link:
|
4 |
-
Tags: woocommerce import
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 4.9
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Easily import WooCommerce
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
= Introduction =
|
16 |
|
17 |
-
|
18 |
|
19 |
<ul>
|
20 |
<li>Export Simple Products in to a CSV file.</li>
|
21 |
<li>Import Simple Products in CSV format in to WooCommerce Store.</li>
|
22 |
</ul>
|
23 |
|
24 |
-
Highlights: WooCommerce Product Export, WooCommerce Product CSV Import Suite, Export Products to xls. Pro Version supports both Simple and Variable products.
|
25 |
|
26 |
= How does it work? =
|
27 |
|
@@ -35,15 +35,15 @@ You can create the CSV from scratch or you can export the product to get the for
|
|
35 |
<blockquote>
|
36 |
|
37 |
= Premium version Features =
|
38 |
-
Product Import Export Plugin for WooCommerce
|
39 |
|
40 |
<ul>
|
41 |
-
<li>Export Products (Simple, Group, External and Variations) in to a CSV file <strong>( Basic version supports only Simple Products )</strong>.</li>
|
42 |
-
<li>Import Products (Simple, Group, External and Variations) in CSV format in to WooComemrce Store.</li>
|
43 |
-
<li>Export Products by Category.</li>
|
44 |
-
<li>Various Filter options for exporting Products. </li>
|
45 |
-
<li>Map and Transform fields while Importing Products.</li>
|
46 |
-
<li>Change values while importing products using Evaluation Fields.</li>
|
47 |
<li>Choice to Update or Skip existing imported products. </li>
|
48 |
<li>WPML Supported. French and German (Deutschland) language support Out of the Box.</li>
|
49 |
<li>Import/Export file from/to a remote server via FTP.</li>
|
@@ -55,10 +55,64 @@ Please visit <a rel="nofollow" href="https://www.xadapter.com/product/product-im
|
|
55 |
|
56 |
</blockquote>
|
57 |
|
58 |
-
=
|
|
|
|
|
59 |
|
60 |
[youtube http://www.youtube.com/watch?v=L-01qI1EZWE&rel=0&showinfo=0]
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
= About XAdapter.com =
|
63 |
|
64 |
XAdapter creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
|
@@ -78,13 +132,18 @@ Yes. You can import or export product images along with other details
|
|
78 |
|
79 |
== Screenshots ==
|
80 |
|
81 |
-
1. Product Import Screen
|
82 |
|
83 |
-
2. Product Export Screen
|
84 |
|
85 |
3. Premium Export Settings Screen
|
86 |
|
87 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
88 |
= 1.4.0 =
|
89 |
* Updates: Tested OK with WP 4.9
|
90 |
= 1.3.9 =
|
@@ -162,80 +221,8 @@ Yes. You can import or export product images along with other details
|
|
162 |
= 1.0.0 =
|
163 |
* Import /Export Woocommerce Products.
|
164 |
|
|
|
165 |
== Upgrade Notice ==
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
* BugFix: Invalid argument for foreach loop
|
170 |
-
= 1.3.8 =
|
171 |
-
* BugFix: Product not importing at 100n. n=1,2...
|
172 |
-
= 1.3.7 =
|
173 |
-
* Fixed conflict with Plus version.
|
174 |
-
= 1.3.6 =
|
175 |
-
* Fixed some warnings.
|
176 |
-
= 1.3.5 =
|
177 |
-
* Minor Content Change.
|
178 |
-
= 1.3.4 =
|
179 |
-
* Updates: Added video tutorial.
|
180 |
-
= 1.3.3 =
|
181 |
-
* BugFix: Same title product import message update.
|
182 |
-
= 1.3.2 =
|
183 |
-
* Minor content change.
|
184 |
-
= 1.3.1 =
|
185 |
-
* Function modified for Woocommerce 3.0 Compatibility.
|
186 |
-
= 1.3.0 =
|
187 |
-
* Woocommerce 3.0 Compatibility.
|
188 |
-
= 1.2.4 =
|
189 |
-
* Marketing Content Changed.
|
190 |
-
= 1.2.3 =
|
191 |
-
* New Icon Updated.
|
192 |
-
= 1.2.2 =
|
193 |
-
* Minor content change.
|
194 |
-
= 1.2.1 =
|
195 |
-
* Optimization: Image URL parsing.
|
196 |
-
= 1.2.0 =
|
197 |
-
* Enhancement: German Translation updates.
|
198 |
-
= 1.1.9 =
|
199 |
-
* Enhancement: WPML Support updates.
|
200 |
-
= 1.1.8 =
|
201 |
-
* Enhancement: Security improvements and bug fix.
|
202 |
-
= 1.1.7 =
|
203 |
-
* Enhancement: Security improvements.
|
204 |
-
= 1.1.6 =
|
205 |
-
* Enhancement: Sample CSV updated.
|
206 |
-
= 1.1.5 =
|
207 |
-
* Bug fix: Improved parsing.
|
208 |
-
= 1.1.4 =
|
209 |
-
* Bug fix: Removed deprecated function.
|
210 |
-
= 1.1.3 =
|
211 |
-
* Bug fix: Empty check validation updated.
|
212 |
-
= 1.1.2 =
|
213 |
-
* Minor content change.
|
214 |
-
= 1.1.1 =
|
215 |
-
* Enhancement: Import products that have same title.
|
216 |
-
= 1.1.0 =
|
217 |
-
* Italian Translation added.
|
218 |
-
= 1.0.9 =
|
219 |
-
* Hungarian Translation added.
|
220 |
-
= 1.0.8 =
|
221 |
-
* Minor content change.
|
222 |
-
= 1.0.7 =
|
223 |
-
* Enhancement: Updated support forum links and contact details.
|
224 |
-
= 1.0.6 =
|
225 |
-
* Bug Fix: fixed issue with SKU while exporting.
|
226 |
-
= 1.0.5 =
|
227 |
-
* Feature: Added Multilingual support and French Translation.
|
228 |
-
= 1.0.4 =
|
229 |
-
* Bug Fix: Improved Evaluation field and help message in mapping section.
|
230 |
-
= 1.0.3 =
|
231 |
-
* Bug Fix: Sorting priority Set to ID by default while exporting.
|
232 |
-
= 1.0.2 =
|
233 |
-
* Bug Fix: Improved parsing while importing product price with currency symbol and thousand separator.
|
234 |
-
= 1.0.1 =
|
235 |
-
* Bug Fix: Fixed issue with Evaluation field with single quotes.
|
236 |
-
* Bug Fix: Option to import gallery images.
|
237 |
-
* Enhancement: Improved help text for Post name and Stock quantity.
|
238 |
-
* Enhancement: Improved label text for Product type, category , tags and shipping class.
|
239 |
-
* Enhancement: Included links to Documentation and sample CSV.
|
240 |
-
= 1.0.0 =
|
241 |
-
* Import /Export Woocommerce Products.
|
1 |
=== Product Import Export for WooCommerce===
|
2 |
+
Contributors: xadapter, mujeebur
|
3 |
Donate link:
|
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: 4.9.4
|
7 |
+
Stable tag: 1.4.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Easily import products into WooCommerce store or export WooCommerce products from the store. Import WooCommerce Products from any CSV to WooCommerce.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
= Introduction =
|
16 |
|
17 |
+
Are you trying to import products into WooCommerce store or export WooCommerce products from the store. This Product import export plugin allows you to import or export WooCommerce simple products ( other pproduct types such as variable products are available only in premium version). It is super simple!
|
18 |
|
19 |
<ul>
|
20 |
<li>Export Simple Products in to a CSV file.</li>
|
21 |
<li>Import Simple Products in CSV format in to WooCommerce Store.</li>
|
22 |
</ul>
|
23 |
|
24 |
+
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.
|
25 |
|
26 |
= How does it work? =
|
27 |
|
35 |
<blockquote>
|
36 |
|
37 |
= Premium version Features =
|
38 |
+
Product Import Export Plugin for WooCommerce is the leading tool for Woocommerce product export and WooCommerce product import. Some of the major features are listed below
|
39 |
|
40 |
<ul>
|
41 |
+
<li>Export WooCommerce Products (Simple, Group, External and Variations) in to a CSV file <strong>( Basic version supports only Simple Products )</strong>.</li>
|
42 |
+
<li>Import Products in to WooCommerce (Simple, Group, External and Variations) in CSV format in to WooComemrce Store.</li>
|
43 |
+
<li>Export WooCommerce Products by Category.</li>
|
44 |
+
<li>Various Filter options for exporting WooCommerce Products. </li>
|
45 |
+
<li>Map and Transform fields while Importing WooCommerce Products.</li>
|
46 |
+
<li>Change values while importing WooCommerce products using Evaluation Fields.</li>
|
47 |
<li>Choice to Update or Skip existing imported products. </li>
|
48 |
<li>WPML Supported. French and German (Deutschland) language support Out of the Box.</li>
|
49 |
<li>Import/Export file from/to a remote server via FTP.</li>
|
55 |
|
56 |
</blockquote>
|
57 |
|
58 |
+
= Product Import Export Plugin for WooCommerce Premium Features =
|
59 |
+
|
60 |
+
WooCommerce import products & WooCommerce export products functionalities made easy.
|
61 |
|
62 |
[youtube http://www.youtube.com/watch?v=L-01qI1EZWE&rel=0&showinfo=0]
|
63 |
|
64 |
+
|
65 |
+
= woocommerce export products =
|
66 |
+
There are multiple cases where one need to export WooCommerce products. It could be either for sending the details to someone else or integrating with a third-party system. For example, you can export woocommerce products as csv file in to an ftp folder on a regular basis using the cron job. This can be read by any third-party application to update its data.
|
67 |
+
|
68 |
+
Export WooCommerce Products: Export and download product data in CSV file format. Plugins supports,
|
69 |
+
|
70 |
+
WooCommerce Simple Products
|
71 |
+
WooCommerce Variable Products.
|
72 |
+
WooCommerce Group Products.
|
73 |
+
WooCommerce External Products.
|
74 |
+
|
75 |
+
In addition, the plugin helps you export Categories, Tags, Products and other Product details into WooCommerce. You can export prices, descriptions, images etc apart from the custom fields (meta), taxonomies and attributes.
|
76 |
+
|
77 |
+
= How to export woocommerce products =
|
78 |
+
|
79 |
+
It is as simple as clicking a button. But if you need to customize your export we have enough advancec customization options built in to the woocommerce product export plugin.
|
80 |
+
|
81 |
+
= WooCommerce Import Products =
|
82 |
+
WooCommerce bulk product upload is one of the main use case where Woocommerce product import functionality is used. 'How to import products into woocommerce' is one of the common question people ask. Our WooCommerce product csv import suite is the perfect answer for this. With is plugin you can import products from any xml or csv to WooCommerce. This saves lot of time and minimises errors.
|
83 |
+
|
84 |
+
Woocommerce product import: You can use the import functionality to:
|
85 |
+
|
86 |
+
Import by selecting file from your computer
|
87 |
+
Import by providing file path on the server
|
88 |
+
Import from file in a remote server via FTP
|
89 |
+
Export Variable Products: Once you export variable product, you will have a simple single CSV which will have both variable and it’s parent details. It will help you to do any changes easily and enables faster import to any WooCommerce site.
|
90 |
+
|
91 |
+
= WooCommerce import variable products =
|
92 |
+
WooCommerce variable product import allows you to import all variations of the products easily. It imports all variable products and it’s properties from a single CSV file. This single CSV file will have both variable and parent data. WooCommerce csv import variable products is key feature of the WooCommerce product import plugin.
|
93 |
+
|
94 |
+
= WooCommerce import products with images =
|
95 |
+
|
96 |
+
A WooCommerce product importer which supports 'woocommerce import products with images' feature is common requirement. The premium plugin has this feature buit into it.
|
97 |
+
|
98 |
+
|
99 |
+
= Other features =
|
100 |
+
|
101 |
+
Export Products by Category: You can even choose desired product categories from the Plugin Settings Page and those Products belongs to selected categories will be exported.
|
102 |
+
|
103 |
+
Export Products by Type: You can selectively export products belonging to specific product types. All you need to do is choose the required product types from the plugin settings page while exporting.
|
104 |
+
Merge Products: This feature is useful for adding more information to existing products, for example when your existing products get modified. To get the modified product details into your online store, you can update the current product by importing modified product CSV file.
|
105 |
+
|
106 |
+
Map and Transform: You can map the fields ( WooCommerce fields ) with column headings ( CSV file header ). To map, select the required field under “Map to Column” by using drop-down list for a particular column heading. An Evaluation field is used to fix/update the required value for the particular field.
|
107 |
+
|
108 |
+
Cron Job / Scheduled Import Export: WooCommerce Product Import and Export plugin facilitates to schedule the Import and Export of the products. You can auto import the products at regular intervals from CSV which is present on FTP Server by providing starting time and intervals between import. There is an option to skip new products in scheduled import too. You can also auto export the products to FTP in a CSV file at regular intervals. There is also option to use saved mapping files for auto export.
|
109 |
+
|
110 |
+
Supports WooCommerce Product Bundles Plugin.
|
111 |
+
Supports Yoast WooCommerce SEO Plugin.
|
112 |
+
Supports WooCommerce Google Product Feed Plugin.
|
113 |
+
Supports Scheduled Cron Job.
|
114 |
+
|
115 |
+
|
116 |
= About XAdapter.com =
|
117 |
|
118 |
XAdapter creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
|
132 |
|
133 |
== Screenshots ==
|
134 |
|
135 |
+
1. WooCommerce Product Import Screen
|
136 |
|
137 |
+
2. WooCommerce Product Export Screen
|
138 |
|
139 |
3. Premium Export Settings Screen
|
140 |
|
141 |
== Changelog ==
|
142 |
+
|
143 |
+
= 1.4.2 =
|
144 |
+
* Updates: Tested OK with WP 4.9.4 and WC 3.3.1
|
145 |
+
= 1.4.1 =
|
146 |
+
* Minor content updates
|
147 |
= 1.4.0 =
|
148 |
* Updates: Tested OK with WP 4.9
|
149 |
= 1.3.9 =
|
221 |
= 1.0.0 =
|
222 |
* Import /Export Woocommerce Products.
|
223 |
|
224 |
+
|
225 |
== Upgrade Notice ==
|
226 |
+
|
227 |
+
= 1.4.2 =
|
228 |
+
* Updates: Tested OK with WP 4.9.4 and WC 3.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|