Order Export & Order Import for WooCommerce - Version 1.0.5

Version Description

  • Minor modification.
Download this release

Release Info

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

Code changes from version 1.0.4 to 1.0.5

includes/views/import/html-wf-import-orders.php CHANGED
@@ -1,10 +1,12 @@
1
  <div class="wf-banner updated below-h2">
2
  <p class="main">
3
- <strong><?php _e('HikeForce Order Import Export Plugin Premium version helps you to seamlessly import/export orders into your Woocommerce Store.', 'wf_order_import_export'); ?></strong>
 
4
  <p>
5
- <?php _e('-Import/Export orders in CSV format.', 'wf_order_import_export'); ?><br/>
6
- <?php _e('-Map your fields to WooCommerce Order fields [ Diffrent types of E-commerce sytem orders can be imported].', 'wf_order_import_export'); ?><br/>
7
- <?php _e('-Import/Export file from/to a remote server via FTP.', 'wf_order_import_export'); ?><br/>
 
8
  <?php _e('-Excellent Support for setting it up!', 'wf_order_import_export'); ?><br/>
9
  </p>
10
  </p>
1
  <div class="wf-banner updated below-h2">
2
  <p class="main">
3
+ <li style='color:red;'><strong><?php _e('Your Business is precious! Go Premium!' , 'wf_order_import_export');?></strong></li>
4
+ <strong><?php _e('Order Import Export Plugin Premium version helps you to seamlessly import/export orders into your Woocommerce Store.', 'wf_order_import_export'); ?></strong>
5
  <p>
6
+ <?php _e('-Filtering options while Export using Order Status, Start Date, End Date, Offset and Limit.', 'wf_order_import_export'); ?><br/>
7
+ <?php _e('-Import orders from any CSV format ( Magento, Shopify, OpenCart etc. ) into your WooComemrce Store using Column Mapping Feature.', 'wf_order_import_export'); ?><br/>
8
+ <?php _e('-Export orders right from the WooCommerce Admin Order Listing page.', 'wf_order_import_export'); ?><br/>
9
+ <?php _e('-Import and Export orders from/to remote location via FTP.', 'wf_order_import_export'); ?><br/>
10
  <?php _e('-Excellent Support for setting it up!', 'wf_order_import_export'); ?><br/>
11
  </p>
12
  </p>
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.0.4
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
  public function wf_plugin_action_links( $links ) {
59
  $plugin_links = array(
60
  '<a href="' . admin_url( 'admin.php?page=wf_woocommerce_order_im_ex' ) . '">' . __( 'Import Export', 'wf_order_import_export' ) . '</a>',
61
- '<a href="http://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/" target="_blank">' . __( 'Premium Upgrade', 'wf_order_import_export' ) . '</a>',
62
  '<a href="http://www.xadapter.com/support/forum/order-import-export-plugin-for-woocommerce/">' . __( 'Support', 'wf_order_import_export' ) . '</a>',
63
  );
64
  return array_merge( $plugin_links, $links );
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.0.5
10
  Text Domain: wf_order_import_export
11
  */
12
 
58
  public function wf_plugin_action_links( $links ) {
59
  $plugin_links = array(
60
  '<a href="' . admin_url( 'admin.php?page=wf_woocommerce_order_im_ex' ) . '">' . __( 'Import Export', 'wf_order_import_export' ) . '</a>',
61
+ '<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>',
62
  '<a href="http://www.xadapter.com/support/forum/order-import-export-plugin-for-woocommerce/">' . __( 'Support', 'wf_order_import_export' ) . '</a>',
63
  );
64
  return array_merge( $plugin_links, $links );
readme.txt CHANGED
@@ -3,12 +3,12 @@ Contributors: hikeforce
3
  Donate link:
4
  Tags: woocommerce export orders, woocommerce import orders, woocommerce export import orders, export woocommerce orders with line item details
5
  Requires at least: 3.0.1
6
- Tested up to: 4.5
7
- Stable tag: 1.0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Order Export Import Plugin for WooCommerce
12
 
13
  == Description ==
14
 
@@ -21,6 +21,7 @@ WooCommerce Order Export Import Plugin helps you to easily export and import or
21
  <li>Import Orders from CSV file into WooCommerce Store.</li>
22
  </ul>
23
 
 
24
 
25
  = How does it work? =
26
 
@@ -31,20 +32,16 @@ You can create the CSV from scratch or you can export the order to get the forma
31
 
32
  <blockquote>
33
 
34
- = Premium version Features =
35
- Order Export Import Plugin for WooCommerce
36
-
37
  <ul>
38
- <li>Export Orders into a CSV file with different criteria.</li>
39
- <li>Import orders in any CSV format in to WooComemrce Store.</li>
40
- <li>Supports All CSV formats by column mapping.</li>
41
- <li>Export orders from the order listing page.</li>
42
- <li>Import orders from remote CSV file via FTP.</li>
43
- <li>Export orders to an FTP location.</li>
44
  <li>Excellent Support for setting it up!</li>
45
  </ul>
46
 
47
- Please visit <a rel="nofollow" href="http://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/">Order Export Import Plugin for WooCommerce</a> for more details
48
 
49
  </blockquote>
50
 
@@ -74,6 +71,8 @@ Yes. You can import or export order line item details.
74
  3. Exported sample order Screen
75
 
76
  == Changelog ==
 
 
77
  = 1.0.4 =
78
  * Shipping related fields updated in import.
79
  = 1.0.3 =
@@ -86,6 +85,8 @@ Yes. You can import or export order line item details.
86
  * Export /Import WooCommerce Orders.
87
 
88
  == Upgrade Notice ==
 
 
89
  = 1.0.4 =
90
  * Shipping related fields updated in import.
91
  = 1.0.3 =
3
  Donate link:
4
  Tags: woocommerce export orders, woocommerce import orders, woocommerce export import orders, export woocommerce orders with line item details
5
  Requires at least: 3.0.1
6
+ Tested up to: 4.6
7
+ Stable tag: 1.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ WooCommerce Export Orders Made Easy! WooCommerce Order Export plugin is fast way for export and import Order Data.
12
 
13
  == Description ==
14
 
21
  <li>Import Orders from CSV file into WooCommerce Store.</li>
22
  </ul>
23
 
24
+ Highlights: Simply Export Orders, Customer Order CSV Export, Export Orders to Excel. Best WooCommerce Order Export Plugin in Market.
25
 
26
  = How does it work? =
27
 
32
 
33
  <blockquote>
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>Import orders from any CSV format ( Magento, Shopify, OpenCart etc. ) into your WooComemrce Store using Column Mapping Feature.</li>
39
+ <li>Export orders right from the WooCommerce Admin Order Listing page.</li>
40
+ <li>Import and Export orders from/to remote location via FTP.</li>
 
 
41
  <li>Excellent Support for setting it up!</li>
42
  </ul>
43
 
44
+ For complete list of features and details, Please visit <a rel="nofollow" href="http://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/">Order Export Import Plugin for WooCommerce</a> for more details
45
 
46
  </blockquote>
47
 
71
  3. Exported sample order Screen
72
 
73
  == Changelog ==
74
+ = 1.0.5 =
75
+ * Minor modification.
76
  = 1.0.4 =
77
  * Shipping related fields updated in import.
78
  = 1.0.3 =
85
  * Export /Import WooCommerce Orders.
86
 
87
  == Upgrade Notice ==
88
+ = 1.0.5 =
89
+ * Minor modification.
90
  = 1.0.4 =
91
  * Shipping related fields updated in import.
92
  = 1.0.3 =