Version Description
- Tested OK with WC 3.5.3 and WP 5.0.3.
- Content Update.
Download this release
Release Info
Developer | webtoffee |
Plugin | 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 +23 -36
- order-import-export.php +3 -3
- readme.txt +10 -6
- styles/wf-style.css +7 -8
includes/views/market.php
CHANGED
@@ -11,51 +11,38 @@ if (!defined('ABSPATH')) {
|
|
11 |
</div>
|
12 |
<div class="orderimpexp-premium-features">
|
13 |
|
14 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
<span>
|
16 |
-
<ul>
|
17 |
-
<li><?php _e('Import and Export Subscriptions
|
18 |
-
<li><?php _e('
|
19 |
-
<li><?php _e('
|
20 |
-
<li><?php _e('
|
21 |
-
<li><?php _e('
|
22 |
<li><?php _e('Import and Export via FTP.', 'wf_order_import_export'); ?></li>
|
23 |
-
<li><?php _e('
|
|
|
|
|
24 |
</ul>
|
25 |
</span>
|
26 |
-
<div
|
27 |
-
|
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="
|
44 |
-
<a href="<?php echo plugins_url('Sample_Coupon.csv', WF_OrderImpExpCsv_FILE); ?>" target="_blank" class="
|
45 |
</center>
|
46 |
</div>
|
47 |
-
|
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>  /  
|
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.
|
10 |
Text Domain: wf_order_import_export
|
11 |
-
WC tested up to: 3.5.
|
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.
|
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.
|
7 |
-
Stable tag: 1.
|
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 |
🔸 Import Coupons from CSV file.
|
22 |
🔸 Export Subscription Orders to CSV file(Premium Feature).
|
23 |
🔸 Import Subscription Orders from CSV file(Premium Feature).
|
24 |
-
🔸 Tested OK with WooCommerce 3.5.
|
25 |
|
26 |
<blockquote>
|
27 |
|
@@ -38,7 +38,7 @@ This is perfect tool if you are migrating an existing shop on a different eComme
|
|
38 |
✅ Filtering options while Export using Order Status, Date, Coupon Type etc.
|
39 |
✅ Change values while import using Evaluation Field feature.
|
40 |
✅ A number of third party plugins supported.
|
41 |
-
✅Column Mapping Feature to Import from any CSV format
|
42 |
✅ Import and Export via FTP.
|
43 |
✅ Schedule automatic import using Cron Job Feature.
|
44 |
✅ 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.
|
207 |
-
* Tested OK with WC 3.5.
|
|
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 |
🔸 Import Coupons from CSV file.
|
22 |
🔸 Export Subscription Orders to CSV file(Premium Feature).
|
23 |
🔸 Import Subscription Orders from CSV file(Premium Feature).
|
24 |
+
🔸 Tested OK with WooCommerce 3.5.3
|
25 |
|
26 |
<blockquote>
|
27 |
|
38 |
✅ Filtering options while Export using Order Status, Date, Coupon Type etc.
|
39 |
✅ Change values while import using Evaluation Field feature.
|
40 |
✅ A number of third party plugins supported.
|
41 |
+
✅ Column Mapping Feature to Import from any CSV format.
|
42 |
✅ Import and Export via FTP.
|
43 |
✅ Schedule automatic import using Cron Job Feature.
|
44 |
✅ 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:
|
211 |
border-radius: 4px;
|
212 |
-
font-weight:
|
213 |
background: #00cb95;
|
214 |
-
margin-top:
|
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,
|