Order Export & Order Import for WooCommerce - Version 1.1.4

Version Description

  • Support Content Change.
Download this release

Release Info

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

Code changes from version 1.1.2 to 1.1.4

images/Order-Import-Export-for-WooCommerce-Image.png ADDED
Binary file
includes/views/html-wf-admin-screen.php CHANGED
@@ -1,3 +1,4 @@
 
1
  <div class="wrap woocommerce">
2
  <div class="icon32" id="icon-woocommerce-importer"><br></div>
3
  <h2 class="nav-tab-wrapper woo-nav-tab-wrapper">
1
+ <?php include('market.php'); ?>
2
  <div class="wrap woocommerce">
3
  <div class="icon32" id="icon-woocommerce-importer"><br></div>
4
  <h2 class="nav-tab-wrapper woo-nav-tab-wrapper">
includes/views/import/html-wf-import-coupons.php CHANGED
@@ -1,33 +1,3 @@
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 , coupons and subscriptions into your Woocommerce Store.', 'wf_order_import_export'); ?></strong>
5
- <p>
6
- <?php _e('-Filtering options while Export using Coupon Types, Coupon Amount, Coupon Expiry Date, Offset and Limit.', 'wf_order_import_export'); ?><br/>
7
- <?php _e('-Import orders , coupons and subscriptions 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 , coupons and subscriptions right from the WooCommerce Admin Order Listing page.', 'wf_order_import_export'); ?><br/>
9
- <?php _e('-Change values while import using Evaluation Field feature.', 'wf_order_import_export'); ?><br/>
10
- <?php _e('-Supports WooCommerce URL Coupons Import Export.', 'wf_order_import_export'); ?><br/>
11
- <?php _e('-Import and Export orders , coupons and subscriptions from/to remote location via FTP.', 'wf_order_import_export'); ?><br/>
12
- <?php _e('-Automatic Import/Export orders , coupons and subscriptions from/to remote location via FTP on specified interval .', 'wf_order_import_export'); ?><br/>
13
- <?php _e('-Excellent Support for setting it up!', 'wf_order_import_export'); ?><br/>
14
- </p>
15
- </p>
16
- <p>
17
- <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>
18
- <a href="http://orderimportexport.hikeforce.com/wp-admin/admin.php?page=wf_woocommerce_order_im_ex" target="_blank" class="button"><?php _e('Live Demo', 'wf_order_import_export'); ?></a>
19
- <a href="http://www.xadapter.com/2016/06/20/setting-up-order-import-export-plugin-for-woocommerce/" target="_blank" class="button"><?php _e('Documentation', 'wf_order_import_export'); ?></a>
20
- <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>
21
- </p>
22
- </div>
23
- <style>
24
- .wf-banner img {
25
- float: right;
26
- margin-left: 1em;
27
- padding: 15px 0
28
- }
29
- </style>
30
-
31
 
32
  <div class="tool-box">
33
  <h3 class="title"><?php _e('Import Coupons in CSV Format:', 'wf_order_import_export'); ?></h3>
@@ -50,4 +20,4 @@
50
  jQuery("#mylink").attr("href", '<?php echo $import_url ?>');
51
  }
52
  });
53
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  <div class="tool-box">
3
  <h3 class="title"><?php _e('Import Coupons in CSV Format:', 'wf_order_import_export'); ?></h3>
20
  jQuery("#mylink").attr("href", '<?php echo $import_url ?>');
21
  }
22
  });
23
+ </script>
includes/views/import/html-wf-import-orders.php CHANGED
@@ -1,32 +1,3 @@
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 , coupons and subscriptions 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 , coupons and subscriptions 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 , coupons and subscriptions right from the WooCommerce Admin Order Listing page.', 'wf_order_import_export'); ?><br/>
9
- <?php _e('-Change values while import using Evaluation Field feature.', 'wf_order_import_export'); ?><br/>
10
- <?php _e('-Import and Export orders , coupons and subscriptions from/to remote location via FTP.', 'wf_order_import_export'); ?><br/>
11
- <?php _e('-Automatic Import/Export orders , coupons and subscriptions from/to remote location via FTP on specified interval .', 'wf_order_import_export'); ?><br/>
12
- <?php _e('-Excellent Support for setting it up!', 'wf_order_import_export'); ?><br/>
13
- </p>
14
- </p>
15
- <p>
16
- <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>
17
- <a href="http://orderimportexport.hikeforce.com/wp-admin/admin.php?page=wf_woocommerce_order_im_ex" target="_blank" class="button"><?php _e('Live Demo', 'wf_order_import_export'); ?></a>
18
- <a href="http://www.xadapter.com/2016/06/20/setting-up-order-import-export-plugin-for-woocommerce/" target="_blank" class="button"><?php _e('Documentation', 'wf_order_import_export'); ?></a>
19
- <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>
20
- </p>
21
- </div>
22
- <style>
23
- .wf-banner img {
24
- float: right;
25
- margin-left: 1em;
26
- padding: 15px 0
27
- }
28
- </style>
29
-
30
 
31
  <div class="tool-box">
32
  <h3 class="title"><?php _e('Import Orders in CSV Format:', 'wf_order_import_export'); ?></h3>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  <div class="tool-box">
3
  <h3 class="title"><?php _e('Import Orders in CSV Format:', 'wf_order_import_export'); ?></h3>
includes/views/market.php ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style>
2
+ .box14{
3
+ width: 30%;
4
+ margin-top:15px;
5
+ min-height: 310px;
6
+ margin-right: 10px;
7
+ padding:10px;
8
+ position:absolute;
9
+ z-index:1;
10
+ right:0px;
11
+ float:right;
12
+ background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
13
+ border: 1px solid #ccc;
14
+ -webkit-border-radius: 60px 5px;
15
+ -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1) inset;
16
+ }
17
+ .box14_ribbon{
18
+ position:absolute;
19
+ top:0; right: 0;
20
+ width: 130px;
21
+ height: 40px;
22
+ background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
23
+ border-left: 1px dashed rgba(0, 0, 0, 0.1);
24
+ border-right: 1px dashed rgba(0, 0, 0, 0.1);
25
+ -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
26
+ -webkit-transform: rotate(6deg) skew(0,0) translate(-60%,-5px);
27
+ }
28
+ .box14 h3
29
+ {
30
+ text-align:center;
31
+ margin:2px;
32
+ }
33
+ .box14 p
34
+ {
35
+ text-align:center;
36
+ margin:2px;
37
+ border-width:1px;
38
+ border-style:solid;
39
+ padding:5px;
40
+ border-color: rgb(204, 204, 204);
41
+ }
42
+ .box14 span
43
+ {
44
+ background:#fff;
45
+ padding:5px;
46
+ display:block;
47
+ box-shadow:green 0px 3px inset;
48
+ margin-top:10px;
49
+ }
50
+ .box14 img {
51
+ width: 40%;
52
+ padding-left:30%;
53
+ margin-top: 5px;
54
+ }
55
+ .table-box-main {
56
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
57
+ transition: all 0.3s cubic-bezier(.25,.8,.25,1);
58
+ }
59
+
60
+ .table-box-main:hover {
61
+ box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
62
+ }
63
+ </style>
64
+ <div class="box14 table-box-main">
65
+ <h3>
66
+ <center><a href="https://www.xadapter.com/" target="_blank" style="text-decoration: none;color:black;" >XAdapter</a></center></h3>
67
+ <hr>
68
+ <img src= <?php echo plugins_url()."/order-import-export-for-woocommerce/images/Order-Import-Export-for-WooCommerce-Image.png"; ?>>
69
+ <h3>Order/Coupon/Subscriptions CSV/XML Import Export Plugin For WooCommerce<br/></h3>
70
+ <!-- <p style="color:red;">
71
+ <strong>Your Business is precious. Go Premium!</strong>
72
+ </p> -->
73
+ <br/>
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>
88
+ </span>
89
+
90
+ <center>
91
+
92
+
93
+ <a href="http://orderimportexport.hikeforce.com/wp-admin/admin.php?page=wf_woocommerce_order_im_ex" target="_blank" class="button"><?php _e('Live Demo', 'wf_order_import_export'); ?></a>
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.2
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.4
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.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -28,20 +28,20 @@ The Order / Coupon / Subscription Export Import Plugin's simple interface makes
28
 
29
  Our Plugin is designed to be efficient with large imports as it splits large import files into smaller chunks, making it possible to import large files with thousands of data and records, even on slow hosting providers.
30
 
 
31
 
32
  <blockquote>
33
 
34
  = Premium Version Features =
35
  <ul>
36
- <li>Filtering options while Export using Order Status, Start Date, End Date, Offset and Limit.</li>
37
- <li>Filtering options while Export using Coupon Types, Coupon Amount, Coupon Expiry Date, Offset and Limit.</li>
38
- <li>Import and Export Subscription Orders with Filtering and Mapping Options.</li>
39
  <li>Change values while import using Evaluation Field feature.</li>
40
- <li>Supports WooCommerce URL Coupons Import Export.</li>
41
- <li>Import orders , coupons and subscriptions from any CSV format ( Magento, Shopify, OpenCart etc. ) into your WooComemrce Store using Column Mapping Feature.</li>
42
- <li>Export orders , coupons and subscriptions right from the WooCommerce Admin Listing page.</li>
43
- <li>Import and Export orders , coupons and subscriptions from/to remote location via FTP.</li>
44
- <li>Schedule automatic Import/Export orders , coupons and subscriptions from/to remote location via FTP on a specified interval using Cron Job Feature.</li>
45
  <li>Excellent Support for setting it up!</li>
46
  </ul>
47
 
@@ -74,7 +74,11 @@ Yes. You can import or export order line item details.
74
 
75
  3. Exported sample order Screen
76
 
77
- == Changelog ==
 
 
 
 
78
  = 1.1.2 =
79
  * Optimized order line item import.
80
  = 1.1.1 =
@@ -104,6 +108,10 @@ Yes. You can import or export order line item details.
104
  * Export /Import WooCommerce Orders.
105
 
106
  == Upgrade Notice ==
 
 
 
 
107
  = 1.1.2 =
108
  * Optimized order line item import.
109
  = 1.1.1 =
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.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
28
 
29
  Our Plugin is designed to be efficient with large imports as it splits large import files into smaller chunks, making it possible to import large files with thousands of data and records, even on slow hosting providers.
30
 
31
+ Please refer the <a rel="nofollow" href="https://www.xadapter.com/setting-up-order-import-export-plugin-for-woocommerce/">documentation</a> for more detailed help.
32
 
33
  <blockquote>
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.4 =
79
+ * Support Content Change.
80
+ = 1.1.3 =
81
+ * Minor Content Change.
82
  = 1.1.2 =
83
  * Optimized order line item import.
84
  = 1.1.1 =
108
  * Export /Import WooCommerce Orders.
109
 
110
  == Upgrade Notice ==
111
+ = 1.1.4 =
112
+ * Support Content Change.
113
+ = 1.1.3 =
114
+ * Minor Content Change.
115
  = 1.1.2 =
116
  * Optimized order line item import.
117
  = 1.1.1 =