Order Export & Order Import for WooCommerce - Version 1.4.0

Version Description

  • Tested OK with WC 3.5.3 and WP 5.0.3.
  • Content Update.
Download this release

Release Info

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

Code changes from version 1.3.9 to 1.4.0

includes/views/market.php CHANGED
@@ -11,51 +11,38 @@ if (!defined('ABSPATH')) {
11
  </div>
12
  <div class="orderimpexp-premium-features">
13
 
14
- <center><a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import//" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium Version', 'wf_csv_import_export'); ?></a></center>
 
 
 
 
 
 
 
15
  <span>
16
- <ul>
17
- <li><?php _e('Import and Export Subscriptions along with Order and Coupon.', 'wf_order_import_export'); ?></li>
18
- <li><?php _e('Filtering options while Export using Order Status, Date, Coupon Type etc.', 'wf_order_import_export'); ?></li>
19
- <li><?php _e('Change values while import using Evaluation Field feature.', 'wf_order_import_export'); ?></li>
20
- <li><?php _e('A number of third party plugins supported.', 'wf_order_import_export'); ?> </li>
21
- <li><?php _e('Column Mapping Feature to Import from any CSV format ( Magento, Shopify, OpenCart etc. ).', 'wf_order_import_export'); ?></li>
22
  <li><?php _e('Import and Export via FTP.', 'wf_order_import_export'); ?></li>
23
- <li><?php _e('Choice to update or skip existing orderswhile importing.', 'wf_order_import_export'); ?></li>
 
 
24
  </ul>
25
  </span>
26
- <div id="show_more" style="display: none">
27
- <span>
28
-
29
- <ul>
30
- <li><?php _e('Schedule automatic import and export using Cron Job Feature.', 'wf_order_import_export'); ?></li>
31
- <li><?php _e('Automatic scheduled import and export.', 'wf_order_import_export'); ?></li>
32
- <li><?php _e('XML Export/Import supports Stamps.com desktop application, UPS WorldShip, Endicia and FedEx.', 'wf_order_import_export'); ?></li>
33
- <li><?php _e('30 Days Money Back Guarantee.', 'wf_order_import_export'); ?></li>
34
- <li><?php _e('More frequent plugin updates.', 'wf_order_import_export'); ?></li>
35
- <li><?php _e('Excellent Support for setting it up!', 'wf_order_import_export'); ?></li>
36
- </ul>
37
-
38
- </span>
39
  <center>
40
  <a href="https://www.webtoffee.com/setting-up-order-import-export-plugin-for-woocommerce/" target="_blank" class="button button-doc-demo"><?php _e('Documentation', 'wf_order_import_export'); ?></a>
41
  </center>
42
- <center>
43
- <a href="<?php echo plugins_url('Sample_Order.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="button button-doc-demo"><?php _e('Sample Order CSV', 'wf_order_import_export'); ?></a>
44
- <a href="<?php echo plugins_url('Sample_Coupon.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="button button-doc-demo"><?php _e('Sample Coupon CSV', 'wf_order_import_export'); ?></a>
45
  </center>
46
  </div>
47
- <div class="button-show-more">
48
- <button class="button" onclick="showMoreFeatures()" id="showMoreButton" >Show more
49
- <i class="dashicons dashicons-arrow-down-alt2"></i>
50
- </button>
51
- </div>
52
  </div>
53
 
54
  </div>
55
- <script>
56
- function showMoreFeatures() {
57
- var moreFeatures = document.getElementById("show_more");
58
- moreFeatures.style.display = "block";
59
- document.getElementById("showMoreButton").style.display = "none";
60
- }
61
- </script>
11
  </div>
12
  <div class="orderimpexp-premium-features">
13
 
14
+ <ul style="font-weight: bold; color:#666; list-style: none; background:#f8f8f8; padding:20px; margin:20px 15px; font-size: 15px; line-height: 26px;">
15
+ <li style=""><?php echo __('30 Day Money Back Guarantee','cookie-law-info'); ?></li>
16
+ <li style=""><?php echo __('Fast and Superior Support','cookie-law-info'); ?></li>
17
+ <li style="">
18
+ <a href="https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import//" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium', 'wf_csv_import_export'); ?></a>
19
+ </li>
20
+ </ul>
21
+
22
  <span>
23
+ <ul class="ticked-list">
24
+ <li><?php _e('Import and Export Subscriptions.', 'wf_order_import_export'); ?></li>
25
+ <li><?php _e('Filter options for Export using Order Status, Date, Coupon Type etc.', 'wf_order_import_export'); ?></li>
26
+ <li><?php _e('Manipulate/evaluate data prior to import.', 'wf_order_import_export'); ?></li>
27
+ <li><?php _e('Map and transform custom columns to WC during import.', 'wf_order_import_export'); ?> </li>
28
+ <li><?php _e('Choice to update or skip existing orders upon import.', 'wf_order_import_export'); ?></li>
29
  <li><?php _e('Import and Export via FTP.', 'wf_order_import_export'); ?></li>
30
+ <li><?php _e('Schedule automatic import and export.', 'wf_order_import_export'); ?></li>
31
+ <li><?php _e('XML Export/Import supports Stamps.com desktop application, UPS WorldShip, Endicia and FedEx.', 'wf_order_import_export'); ?></li>
32
+ <li><?php _e('Third party plugin customization support.', 'wf_order_import_export'); ?></li>
33
  </ul>
34
  </span>
35
+ <div style="padding-bottom: 20px">
36
+
 
 
 
 
 
 
 
 
 
 
 
37
  <center>
38
  <a href="https://www.webtoffee.com/setting-up-order-import-export-plugin-for-woocommerce/" target="_blank" class="button button-doc-demo"><?php _e('Documentation', 'wf_order_import_export'); ?></a>
39
  </center>
40
+ <center style="margin-top: 10px">
41
+ <a href="<?php echo plugins_url('Sample_Order.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class=""><?php _e('Sample Order CSV', 'wf_order_import_export'); ?></a> &MediumSpace;/ &MediumSpace;
42
+ <a href="<?php echo plugins_url('Sample_Coupon.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class=""><?php _e('Sample Coupon CSV', 'wf_order_import_export'); ?></a>
43
  </center>
44
  </div>
45
+
 
 
 
 
46
  </div>
47
 
48
  </div>
 
 
 
 
 
 
 
order-import-export.php CHANGED
@@ -6,9 +6,9 @@ Plugin URI: https://wordpress.org/plugins/order-import-export-for-woocommerce/
6
  Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
7
  Author: WebToffee
8
  Author URI: https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/
9
- Version: 1.3.9
10
  Text Domain: wf_order_import_export
11
- WC tested up to: 3.5.2
12
  License: GPLv3
13
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
14
  */
@@ -24,7 +24,7 @@ define("WF_CPN_IMP_EXP_ID", "wf_cpn_imp_exp");
24
  define("wf_coupon_csv_im_ex", "wf_coupon_csv_im_ex");
25
 
26
  if (!defined('WF_ORDERIMPEXP_CURRENT_VERSION')) {
27
- define("WF_ORDERIMPEXP_CURRENT_VERSION", "1.3.9");
28
  }
29
 
30
  /**
6
  Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
7
  Author: WebToffee
8
  Author URI: https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/
9
+ Version: 1.4.0
10
  Text Domain: wf_order_import_export
11
+ WC tested up to: 3.5.3
12
  License: GPLv3
13
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
14
  */
24
  define("wf_coupon_csv_im_ex", "wf_coupon_csv_im_ex");
25
 
26
  if (!defined('WF_ORDERIMPEXP_CURRENT_VERSION')) {
27
+ define("WF_ORDERIMPEXP_CURRENT_VERSION", "1.4.0");
28
  }
29
 
30
  /**
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webtoffee
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: Order Export, Order Import, WooCommerce Export Orders , WooCommerce Import Orders , Export Orders, Import Orders
5
  Requires at least: 3.0.1
6
- Tested up to: 5.0.2
7
- Stable tag: 1.3.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -21,7 +21,7 @@ This is perfect tool if you are migrating an existing shop on a different eComme
21
  &#128312; Import Coupons from CSV file.
22
  &#128312; Export Subscription Orders to CSV file(Premium Feature).
23
  &#128312; Import Subscription Orders from CSV file(Premium Feature).
24
- &#128312; Tested OK with WooCommerce 3.5.2
25
 
26
  <blockquote>
27
 
@@ -38,7 +38,7 @@ This is perfect tool if you are migrating an existing shop on a different eComme
38
  &#9989; Filtering options while Export using Order Status, Date, Coupon Type etc.
39
  &#9989; Change values while import using Evaluation Field feature.
40
  &#9989; A number of third party plugins supported.
41
- &#9989;Column Mapping Feature to Import from any CSV format ( Magento, Shopify, OpenCart etc. ).
42
  &#9989; Import and Export via FTP.
43
  &#9989; Schedule automatic import using Cron Job Feature.
44
  &#9989; Scheduled export using Cron Job Feature.
@@ -110,6 +110,9 @@ Yes. You can import or export order line item details.
110
 
111
  == Changelog ==
112
 
 
 
 
113
  = 1.3.9 =
114
  * Tested OK with WC 3.5.2 and WP 5.0.2
115
  = 1.3.8 =
@@ -203,5 +206,6 @@ Yes. You can import or export order line item details.
203
  * Export /Import WooCommerce Orders.
204
 
205
  == Upgrade Notice ==
206
- = 1.3.9 =
207
- * Tested OK with WC 3.5.2 and WP 5.0.2
 
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: Order Export, Order Import, WooCommerce Export Orders , WooCommerce Import Orders , Export Orders, Import Orders
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.0.3
7
+ Stable tag: 1.4.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
21
  &#128312; Import Coupons from CSV file.
22
  &#128312; Export Subscription Orders to CSV file(Premium Feature).
23
  &#128312; Import Subscription Orders from CSV file(Premium Feature).
24
+ &#128312; Tested OK with WooCommerce 3.5.3
25
 
26
  <blockquote>
27
 
38
  &#9989; Filtering options while Export using Order Status, Date, Coupon Type etc.
39
  &#9989; Change values while import using Evaluation Field feature.
40
  &#9989; A number of third party plugins supported.
41
+ &#9989; Column Mapping Feature to Import from any CSV format.
42
  &#9989; Import and Export via FTP.
43
  &#9989; Schedule automatic import using Cron Job Feature.
44
  &#9989; Scheduled export using Cron Job Feature.
110
 
111
  == Changelog ==
112
 
113
+ = 1.4.0 =
114
+ * Tested OK with WC 3.5.3 and WP 5.0.3.
115
+ * Content Update.
116
  = 1.3.9 =
117
  * Tested OK with WC 3.5.2 and WP 5.0.2
118
  = 1.3.8 =
206
  * Export /Import WooCommerce Orders.
207
 
208
  == Upgrade Notice ==
209
+ = 1.4.0 =
210
+ * Tested OK with WC 3.5.3 and WP 5.0.3.
211
+ * Content Update.
styles/wf-style.css CHANGED
@@ -180,11 +180,13 @@
180
  padding-left: 20px;
181
  padding-right: 20px;
182
  }
183
- .orderimpexp-premium-features li {
184
  margin-bottom: 15px;
 
 
185
  padding-left: 15px;
186
  }
187
- .orderimpexp-premium-features li:before
188
  {
189
  font-family: dashicons;
190
  text-decoration: inherit;
@@ -198,20 +200,17 @@
198
  font-size: 16px;
199
  color: #3085bb;
200
  }
201
- .orderimpexp-premium-features .button {
202
- margin-bottom: 20px;
203
- }
204
  .orderimpexp-premium-features .button-go-pro {
205
  box-shadow: none;
206
  border: 0;
207
  text-shadow: none;
208
  padding: 10px 15px;
209
  height: auto;
210
- font-size: 18px;
211
  border-radius: 4px;
212
- font-weight: 600;
213
  background: #00cb95;
214
- margin-top: 20px;
215
  }
216
  .orderimpexp-premium-features .button-go-pro:hover,
217
  .orderimpexp-premium-features .button-go-pro:focus,
180
  padding-left: 20px;
181
  padding-right: 20px;
182
  }
183
+ .orderimpexp-premium-features .ticked-list li {
184
  margin-bottom: 15px;
185
+ }
186
+ .orderimpexp-premium-features .ticked-list li {
187
  padding-left: 15px;
188
  }
189
+ .orderimpexp-premium-features .ticked-list li:before
190
  {
191
  font-family: dashicons;
192
  text-decoration: inherit;
200
  font-size: 16px;
201
  color: #3085bb;
202
  }
 
 
 
203
  .orderimpexp-premium-features .button-go-pro {
204
  box-shadow: none;
205
  border: 0;
206
  text-shadow: none;
207
  padding: 10px 15px;
208
  height: auto;
209
+ font-size: 16px;
210
  border-radius: 4px;
211
+ font-weight: 400;
212
  background: #00cb95;
213
+ margin-top: 5px;
214
  }
215
  .orderimpexp-premium-features .button-go-pro:hover,
216
  .orderimpexp-premium-features .button-go-pro:focus,