Product Import Export for WooCommerce - Version 1.1.3

Version Description

  • Bug fix: Empty check validation updated.
Download this release

Release Info

Developer hikeforce
Plugin Icon 128x128 Product Import Export for WooCommerce
Version 1.1.3
Comparing to
See all releases

Code changes from version 1.1.2 to 1.1.3

includes/importer/class-wf-prodimpexpcsv-product-import.php CHANGED
@@ -520,7 +520,10 @@ class WF_ProdImpExpCsv_Product_Import extends WP_Importer {
520
 
521
  $attrs = self::get_all_product_attributes();
522
  $attr_keys = array_values($attrs);
523
- $attributes = array_combine($attr_keys , $attrs);
 
 
 
524
 
525
  $product_ptaxonomies = get_object_taxonomies( 'product', 'name' );
526
  $product_vtaxonomies = get_object_taxonomies( 'product_variation', 'name' );
520
 
521
  $attrs = self::get_all_product_attributes();
522
  $attr_keys = array_values($attrs);
523
+
524
+ $attributes = array();
525
+ if(!empty($attr_keys) && !empty($attrs))
526
+ $attributes = array_combine($attr_keys , $attrs);
527
 
528
  $product_ptaxonomies = get_object_taxonomies( 'product', 'name' );
529
  $product_vtaxonomies = get_object_taxonomies( 'product_variation', 'name' );
includes/views/import/html-wf-import-products.php CHANGED
@@ -1,12 +1,19 @@
1
  <div class="wf-banner updated below-h2">
2
  <p class="main">
3
- <strong><?php _e('HikeForce Import Export Plugin Premium version helps you to seamlessly import/export products into your Woocommerce Store.', 'wf_csv_import_export'); ?></strong>
4
- <p>
5
- <?php _e( '-Import/Export products (Simple, Group, External and Variations) in CSV format.', 'wf_csv_import_export'); ?><br/>
6
- <?php _e( '-Import/Export file from/to a remote server via FTP.', 'wf_csv_import_export'); ?><br/>
7
- <?php _e( '-WPML Supported. French and German (Deutschland) language support Out of the Box.', 'wf_csv_import_export'); ?><br/>
8
- <?php _e( '-Excellent Support for setting it up!', 'wf_csv_import_export'); ?><br/>
9
- </p>
 
 
 
 
 
 
 
10
  </p>
11
  <p>
12
  <a href="http://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary"><?php _e( 'Upgrade to Premium Version', 'wf_csv_import_export'); ?></a>
1
  <div class="wf-banner updated below-h2">
2
  <p class="main">
3
+ <ul>
4
+ <li style='color:red;'><strong>Your Business is precious! Go Premium!</strong></li>
5
+ <strong><?php _e('HikeForce Import Export Plugin Premium version helps you to seamlessly import/export products into your Woocommerce Store.', 'wf_csv_import_export'); ?></strong><br/><br/>
6
+ <?php _e('- Export Products (Simple, Group, External and Variations) in to a CSV file <strong>( Basic version supports only Simple Products )</strong>.', 'wf_csv_import_export'); ?><br/>
7
+ <?php _e('- Import Products (Simple, Group, External and Variations) in CSV format in to WooComemrce Store.', 'wf_csv_import_export'); ?><br/>
8
+ <?php _e('- Export Products by Category.', 'wf_csv_import_export'); ?><br/>
9
+ <?php _e('- Various Filter options for exporting Products.', 'wf_csv_import_export'); ?><br/>
10
+ <?php _e('- Map and Transform fields while Importing Products.', 'wf_csv_import_export'); ?><br/>
11
+ <?php _e('- Change values while improting products using Evaluation Fields.', 'wf_csv_import_export'); ?><br/>
12
+ <?php _e('- Choice to Update or Skip existing imported products.', 'wf_csv_import_export'); ?><br/>
13
+ <?php _e('- WPML Supported. French and German (Deutschland) language support Out of the Box.', 'wf_csv_import_export'); ?><br/>
14
+ <?php _e('- Import/Export file from/to a remote server via FTP.', 'wf_csv_import_export'); ?><br/>
15
+ <?php _e('- Excellent Support for setting it up!', 'wf_csv_import_export'); ?><br/>
16
+ </ul>
17
  </p>
18
  <p>
19
  <a href="http://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary"><?php _e( 'Upgrade to Premium Version', 'wf_csv_import_export'); ?></a>
product-csv-import-export.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.xadapter.com/product/product-import-export-plugin-for-woo
5
  Description: Import and Export Products including Variations, From and To your WooCommerce Store.
6
  Author: HikeForce
7
  Author URI: http://www.xadapter.com/vendor/hikeforce/
8
- Version: 1.1.2
9
  Text Domain: wf_csv_import_export
10
  */
11
 
5
  Description: Import and Export Products including Variations, From and To your WooCommerce Store.
6
  Author: HikeForce
7
  Author URI: http://www.xadapter.com/vendor/hikeforce/
8
+ Version: 1.1.3
9
  Text Domain: wf_csv_import_export
10
  */
11
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: hikeforce
3
  Donate link:
4
  Tags: woocommerce import products, woocommerce export products, woocommerce export import products, export woocommerce products with images, woocommerce csv import variable products, woocommerce import products with attributes
5
  Requires at least: 3.0.1
6
- Tested up to: 4.5
7
- Stable tag: 1.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -38,12 +38,15 @@ You can create the CSV from scratch or you can export the product to get the for
38
  Product Import Export Plugin for WooCommerce
39
 
40
  <ul>
41
- <li>Export Products (Simple, Group, External and Variations) in to a CSV file</li>
42
- <li>Import products (Simple, Group, External and Variations) in CSV format in to WooComemrce Store.</li>
43
- <li>Map and Transform fields</li>
44
- <li>Merge Details for existing products </li>
 
 
 
45
  <li>WPML Supported. French and German (Deutschland) language support Out of the Box.</li>
46
- <li>Import/Export file from/to a remote server via FTP</li>
47
  <li>Excellent Support for setting it up!</li>
48
  </ul>
49
 
@@ -75,6 +78,8 @@ Yes. You can import or export product images along with other details
75
  2. Product Export Screen
76
 
77
  == Changelog ==
 
 
78
  = 1.1.2 =
79
  * Minor content change.
80
  = 1.1.1 =
@@ -107,6 +112,8 @@ Yes. You can import or export product images along with other details
107
  * Import /Export Woocommerce Products.
108
 
109
  == Upgrade Notice ==
 
 
110
  = 1.1.2 =
111
  * Minor content change.
112
  = 1.1.1 =
3
  Donate link:
4
  Tags: woocommerce import products, woocommerce export products, woocommerce export import products, export woocommerce products with images, woocommerce csv import variable products, woocommerce import products with attributes
5
  Requires at least: 3.0.1
6
+ Tested up to: 4.6
7
+ Stable tag: 1.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
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 improting 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>
50
  <li>Excellent Support for setting it up!</li>
51
  </ul>
52
 
78
  2. Product Export Screen
79
 
80
  == Changelog ==
81
+ = 1.1.3 =
82
+ * Bug fix: Empty check validation updated.
83
  = 1.1.2 =
84
  * Minor content change.
85
  = 1.1.1 =
112
  * Import /Export Woocommerce Products.
113
 
114
  == Upgrade Notice ==
115
+ = 1.1.3 =
116
+ * Bug fix: Empty check validation updated.
117
  = 1.1.2 =
118
  * Minor content change.
119
  = 1.1.1 =