Order Export & Order Import for WooCommerce - Version 1.1.5

Version Description

  • Plugin Icon Change.
Download this release

Release Info

Developer hikeforce
Plugin Icon 128x128 Order Export & Order Import for WooCommerce
Version 1.1.5
Comparing to
See all releases

Code changes from version 1.1.3 to 1.1.5

images/Order-Import-Export-for-WooCommerce-Image.png CHANGED
Binary file
includes/views/market.php CHANGED
@@ -74,16 +74,14 @@
74
  <center> <a href="http://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary"><?php _e('Upgrade to Premium Version', 'wf_order_import_export'); ?></a></center>
75
  <span>
76
  <ul>
77
- <li>- Filtering options while Export using Order Status, Start Date, End Date, Offset and Limit.</li>
78
- <li>- Filtering options while Export using Coupon Types, Coupon Amount, Coupon Expiry Date, Offset and Limit.</li>
79
- <li>- Import and Export Subscription Orders with Filtering and Mapping Options.</li>
80
  <li>- Change values while import using Evaluation Field feature.</li>
81
- <li>- Supports WooCommerce URL Coupons Import Export.</li>
82
- <li>- Import orders , coupons and subscriptions from any CSV format ( Magento, Shopify, OpenCart etc. ) into your WooComemrce Store using Column Mapping Feature.</li>
83
- <li>- Export orders , coupons and subscriptions right from the WooCommerce Admin Listing page.</li>
84
- <li>- Import and Export orders , coupons and subscriptions from/to remote location via FTP.</li>
85
- <li>- Schedule automatic Import/Export orders , coupons and subscriptions from/to remote location via FTP on a specified interval using Cron Job Feature.</li>
86
- <li>- WooCommerce Import and Export Orders from any XML. Supports Stamps.com desktop application, UPS WorldShip, Endicia and FedEx.</li>
87
  <li>- Excellent Support for setting it up!</li>
88
  </ul>
89
  </ul>
@@ -96,4 +94,4 @@
96
  <a href="https://www.xadapter.com/setting-up-order-import-export-plugin-for-woocommerce/" target="_blank" class="button"><?php _e('Documentation', 'wf_order_import_export'); ?></a>
97
  <a href="<?php echo plugins_url('Sample_Order.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="button"><?php _e('Sample Order CSV', 'wf_order_import_export'); ?></a>
98
  <a href="<?php echo plugins_url('Sample_Coupon.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="button"><?php _e('Sample Coupon CSV', 'wf_order_import_export'); ?></a></center>
99
- </div>
74
  <center> <a href="http://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary"><?php _e('Upgrade to Premium Version', 'wf_order_import_export'); ?></a></center>
75
  <span>
76
  <ul>
77
+ <li>- Import and Export Subscriptions along with Order and Coupon.</li>
78
+ <li>- Filtering options while Export using Order Status, Date, Coupon Type etc.</li>
 
79
  <li>- Change values while import using Evaluation Field feature.</li>
80
+ <li>- A number of third party plugins supported.</li>
81
+ <li>- Column Mapping Feature to Import from any CSV format ( Magento, Shopify, OpenCart etc. ).</li>
82
+ <li>- Import and Export via FTP.</li>
83
+ <li>- Schedule automatic import and export using Cron Job Feature.</li>
84
+ <li>- XML Export/Import supports Stamps.com desktop application, UPS WorldShip, Endicia and FedEx.</li>
 
85
  <li>- Excellent Support for setting it up!</li>
86
  </ul>
87
  </ul>
94
  <a href="https://www.xadapter.com/setting-up-order-import-export-plugin-for-woocommerce/" target="_blank" class="button"><?php _e('Documentation', 'wf_order_import_export'); ?></a>
95
  <a href="<?php echo plugins_url('Sample_Order.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="button"><?php _e('Sample Order CSV', 'wf_order_import_export'); ?></a>
96
  <a href="<?php echo plugins_url('Sample_Coupon.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="button"><?php _e('Sample Coupon CSV', 'wf_order_import_export'); ?></a></center>
97
+ </div>
order-import-export.php CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://www.xadapter.com/product/order-import-export-plugin-for-wooco
6
  Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
7
  Author: HikeForce
8
  Author URI: http://www.xadapter.com/vendor/hikeforce/
9
- Version: 1.1.3
10
  Text Domain: wf_order_import_export
11
  */
12
 
@@ -58,7 +58,7 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
58
  $plugin_links = array(
59
  '<a href="' . admin_url( 'admin.php?page=wf_woocommerce_order_im_ex' ) . '">' . __( 'Import Export', 'wf_order_import_export' ) . '</a>',
60
  '<a href="http://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" style="color:#3db634;">' . __( 'Premium Upgrade', 'wf_order_import_export' ) . '</a>',
61
- '<a href="http://www.xadapter.com/support/forum/order-import-export-plugin-for-woocommerce/">' . __( 'Support', 'wf_order_import_export' ) . '</a>',
62
  );
63
  return array_merge( $plugin_links, $links );
64
  }
6
  Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
7
  Author: HikeForce
8
  Author URI: http://www.xadapter.com/vendor/hikeforce/
9
+ Version: 1.1.5
10
  Text Domain: wf_order_import_export
11
  */
12
 
58
  $plugin_links = array(
59
  '<a href="' . admin_url( 'admin.php?page=wf_woocommerce_order_im_ex' ) . '">' . __( 'Import Export', 'wf_order_import_export' ) . '</a>',
60
  '<a href="http://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank" style="color:#3db634;">' . __( 'Premium Upgrade', 'wf_order_import_export' ) . '</a>',
61
+ '<a href="https://wordpress.org/support/plugin/order-import-export-for-woocommerce">' . __( 'Support', 'wf_order_import_export' ) . '</a>',
62
  );
63
  return array_merge( $plugin_links, $links );
64
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: woocommerce export orders, woocommerce import orders, woocommerce export import orders, export woocommerce orders with line item details,woocommerce export coupons, woocommerce import coupons, woocommerce export import coupons
5
  Requires at least: 3.0.1
6
  Tested up to: 4.7
7
- Stable tag: 1.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -34,16 +34,14 @@ Please refer the <a rel="nofollow" href="https://www.xadapter.com/setting-up-ord
34
 
35
  = Premium Version Features =
36
  <ul>
37
- <li>Filtering options while Export using Order Status, Start Date, End Date, Offset and Limit.</li>
38
- <li>Filtering options while Export using Coupon Types, Coupon Amount, Coupon Expiry Date, Offset and Limit.</li>
39
- <li>Import and Export Subscription Orders with Filtering and Mapping Options.</li>
40
  <li>Change values while import using Evaluation Field feature.</li>
41
- <li>Supports WooCommerce URL Coupons Import Export.</li>
42
- <li>Import orders , coupons and subscriptions from any CSV format ( Magento, Shopify, OpenCart etc. ) into your WooComemrce Store using Column Mapping Feature.</li>
43
- <li>Export orders , coupons and subscriptions right from the WooCommerce Admin Listing page.</li>
44
- <li>Import and Export orders , coupons and subscriptions from/to remote location via FTP.</li>
45
- <li>Schedule automatic Import/Export orders , coupons and subscriptions from/to remote location via FTP on a specified interval using Cron Job Feature.</li>
46
- <li>WooCommerce Import and Export Orders from any XML. Supports Stamps.com desktop application, UPS WorldShip, Endicia and FedEx.</li>
47
  <li>Excellent Support for setting it up!</li>
48
  </ul>
49
 
@@ -76,7 +74,11 @@ Yes. You can import or export order line item details.
76
 
77
  3. Exported sample order Screen
78
 
79
- == Changelog ==
 
 
 
 
80
  = 1.1.3 =
81
  * Minor Content Change.
82
  = 1.1.2 =
@@ -108,6 +110,10 @@ Yes. You can import or export order line item details.
108
  * Export /Import WooCommerce Orders.
109
 
110
  == Upgrade Notice ==
 
 
 
 
111
  = 1.1.3 =
112
  * Minor Content Change.
113
  = 1.1.2 =
4
  Tags: woocommerce export orders, woocommerce import orders, woocommerce export import orders, export woocommerce orders with line item details,woocommerce export coupons, woocommerce import coupons, woocommerce export import coupons
5
  Requires at least: 3.0.1
6
  Tested up to: 4.7
7
+ Stable tag: 1.1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
34
 
35
  = Premium Version Features =
36
  <ul>
37
+ <li>Import and Export Subscriptions along with Order and Coupon.</li>
38
+ <li>Filtering options while Export using Order Status, Date, Coupon Type etc.</li>
 
39
  <li>Change values while import using Evaluation Field feature.</li>
40
+ <li>A number of third party plugins supported.</li>
41
+ <li>Column Mapping Feature to Import from any CSV format ( Magento, Shopify, OpenCart etc. ).</li>
42
+ <li>Import and Export via FTP.</li>
43
+ <li>Schedule automatic import and export using Cron Job Feature.</li>
44
+ <li>XML Export/Import supports Stamps.com desktop application, UPS WorldShip, Endicia and FedEx.</li>
 
45
  <li>Excellent Support for setting it up!</li>
46
  </ul>
47
 
74
 
75
  3. Exported sample order Screen
76
 
77
+ == Changelog ==
78
+ = 1.1.5 =
79
+ * Plugin Icon Change.
80
+ = 1.1.4 =
81
+ * Support Content Change.
82
  = 1.1.3 =
83
  * Minor Content Change.
84
  = 1.1.2 =
110
  * Export /Import WooCommerce Orders.
111
 
112
  == Upgrade Notice ==
113
+ = 1.1.5 =
114
+ * Plugin Icon Change.
115
+ = 1.1.4 =
116
+ * Support Content Change.
117
  = 1.1.3 =
118
  * Minor Content Change.
119
  = 1.1.2 =