Version Description
- Bug Fix:- Problem with activating plugin in multisite.
Download this release
Release Info
Developer | webtoffee |
Plugin | Order Export & Order Import for WooCommerce |
Version | 1.6.4 |
Comparing to | |
See all releases |
Code changes from version 1.6.3 to 1.6.4
- images/Order-Import-Export-for-WooCommerce-Image.png +0 -0
- images/csv.png +0 -0
- images/documentation.png +0 -0
- images/wf-failed.png +0 -0
- includes/class-wf-cpnimpexpcsv-admin-screen.php +0 -0
- includes/class-wf-cpnimpexpcsv-system-status-tools.php +0 -0
- includes/class-wf-orderimpexpcsv-admin-screen.php +0 -0
- includes/class-wf-orderimpexpcsv-system-status-tools.php +0 -0
- includes/exporter/data/data-wf-post-columns-coupon.php +0 -0
- includes/importer/class-wf-cpnimpexpcsv-coupon-import.php +0 -0
- includes/importer/class-wf-csv-parser-coupon.php +0 -0
- includes/importer/class-wf-orderimpexpcsv-importer.php +0 -0
- includes/importer/data-coupon/data-wf-postmeta-allowed.php +0 -0
- includes/importer/data-coupon/data-wf-reserved-fields-pair.php +0 -0
- includes/importer/data/data-wf-reserved-fields-pair.php +0 -0
- includes/importer/views-coupon/html-wf-import-greeting.php +0 -0
- includes/importer/views/html-wf-import-greeting.php +0 -0
- includes/views/export/html-wf-export-orders.php +0 -0
- includes/views/html-wf-getting-started-subscription.php +0 -0
- includes/views/html-wf-help-guide.php +0 -0
- includes/views/import/html-wf-import-orders.php +0 -0
- languages/wf_order_import_export-de_DE.po +0 -0
- languages/wf_order_import_export-fr_FR.po +0 -0
- license.txt +0 -0
- order-import-export-for-woocommerce.php +3 -3
- readme.txt +5 -1
- styles/wf-style.css +0 -0
images/Order-Import-Export-for-WooCommerce-Image.png
CHANGED
File without changes
|
images/csv.png
CHANGED
File without changes
|
images/documentation.png
CHANGED
File without changes
|
images/wf-failed.png
CHANGED
File without changes
|
includes/class-wf-cpnimpexpcsv-admin-screen.php
CHANGED
File without changes
|
includes/class-wf-cpnimpexpcsv-system-status-tools.php
CHANGED
File without changes
|
includes/class-wf-orderimpexpcsv-admin-screen.php
CHANGED
File without changes
|
includes/class-wf-orderimpexpcsv-system-status-tools.php
CHANGED
File without changes
|
includes/exporter/data/data-wf-post-columns-coupon.php
CHANGED
File without changes
|
includes/importer/class-wf-cpnimpexpcsv-coupon-import.php
CHANGED
File without changes
|
includes/importer/class-wf-csv-parser-coupon.php
CHANGED
File without changes
|
includes/importer/class-wf-orderimpexpcsv-importer.php
CHANGED
File without changes
|
includes/importer/data-coupon/data-wf-postmeta-allowed.php
CHANGED
File without changes
|
includes/importer/data-coupon/data-wf-reserved-fields-pair.php
CHANGED
File without changes
|
includes/importer/data/data-wf-reserved-fields-pair.php
CHANGED
File without changes
|
includes/importer/views-coupon/html-wf-import-greeting.php
CHANGED
File without changes
|
includes/importer/views/html-wf-import-greeting.php
CHANGED
File without changes
|
includes/views/export/html-wf-export-orders.php
CHANGED
File without changes
|
includes/views/html-wf-getting-started-subscription.php
CHANGED
File without changes
|
includes/views/html-wf-help-guide.php
CHANGED
File without changes
|
includes/views/import/html-wf-import-orders.php
CHANGED
File without changes
|
languages/wf_order_import_export-de_DE.po
CHANGED
File without changes
|
languages/wf_order_import_export-fr_FR.po
CHANGED
File without changes
|
license.txt
CHANGED
File without changes
|
order-import-export-for-woocommerce.php
CHANGED
@@ -6,7 +6,7 @@ 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.6.
|
10 |
Text Domain: order-import-export-for-woocommerce
|
11 |
WC tested up to: 4.0.1
|
12 |
License: GPLv3
|
@@ -24,13 +24,13 @@ 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.6.
|
28 |
}
|
29 |
|
30 |
/**
|
31 |
* Check if WooCommerce is active
|
32 |
*/
|
33 |
-
if ( ! in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) { // deactive if woocommerce in not active
|
34 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
35 |
deactivate_plugins( plugin_basename(__FILE__) );
|
36 |
}
|
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.6.4
|
10 |
Text Domain: order-import-export-for-woocommerce
|
11 |
WC tested up to: 4.0.1
|
12 |
License: GPLv3
|
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.6.4");
|
28 |
}
|
29 |
|
30 |
/**
|
31 |
* Check if WooCommerce is active
|
32 |
*/
|
33 |
+
if ( ! in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))) && !array_key_exists('woocommerce/woocommerce.php', apply_filters('active_plugins', get_site_option('active_sitewide_plugins')))) { // deactive if woocommerce in not active
|
34 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
35 |
deactivate_plugins( plugin_basename(__FILE__) );
|
36 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.webtoffee.com/plugins/
|
|
4 |
Tags: order export, order import, woocommerce export orders, woocommerce import orders, export orders, import orders, order, export, import, woocommerce, csv, coupon, coupon export, coupon import, woocommerce export coupon , woocommerce import coupon , export coupons, import coupons, woocommerce coupon generator
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.4
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -55,6 +55,8 @@ For complete list of features and details, Please visit <a rel="nofollow" href="
|
|
55 |
|
56 |
Note: Please note that below section applies to our free version and premium version. While the flow is same, some of the features are only available in premium version.
|
57 |
|
|
|
|
|
58 |
= How to export orders from WooCommerce? =
|
59 |
|
60 |
The Order Export & Order Import for WooCommerce Plugin's simple interface makes it extremely easy to map the data in your CSV file to the appropriate fields in WooCommerce. The plugin supports Custom Fields, dates, and pretty much every other WooCommerce Order / WooCommerce Subscription / WooCommerce Coupon field.
|
@@ -115,6 +117,8 @@ By default, admin and store manager are given access to export orders from your
|
|
115 |
|
116 |
== Changelog ==
|
117 |
|
|
|
|
|
118 |
= 1.6.3 =
|
119 |
* Tested OK with WP 5.4
|
120 |
= 1.6.2 =
|
4 |
Tags: order export, order import, woocommerce export orders, woocommerce import orders, export orders, import orders, order, export, import, woocommerce, csv, coupon, coupon export, coupon import, woocommerce export coupon , woocommerce import coupon , export coupons, import coupons, woocommerce coupon generator
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.4
|
7 |
+
Stable tag: 1.6.4
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
55 |
|
56 |
Note: Please note that below section applies to our free version and premium version. While the flow is same, some of the features are only available in premium version.
|
57 |
|
58 |
+
[youtube https://www.youtube.com/watch?v=unad0sU22bE]
|
59 |
+
|
60 |
= How to export orders from WooCommerce? =
|
61 |
|
62 |
The Order Export & Order Import for WooCommerce Plugin's simple interface makes it extremely easy to map the data in your CSV file to the appropriate fields in WooCommerce. The plugin supports Custom Fields, dates, and pretty much every other WooCommerce Order / WooCommerce Subscription / WooCommerce Coupon field.
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
+
= 1.6.4 =
|
121 |
+
* Bug Fix:- Problem with activating plugin in multisite.
|
122 |
= 1.6.3 =
|
123 |
* Tested OK with WP 5.4
|
124 |
= 1.6.2 =
|
styles/wf-style.css
CHANGED
File without changes
|