Version Description
- Tested OK with WC 3.4.6
- Content Update.
Download this release
Release Info
Developer | webtoffee |
Plugin | Product Import Export for WooCommerce |
Version | 1.4.8 |
Comparing to | |
See all releases |
Code changes from version 1.4.7 to 1.4.8
includes/importer/views/html-wf-import-greeting.php
CHANGED
@@ -24,7 +24,7 @@ if (!empty($ftp_settings)) {
|
|
24 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex'); ?>" class="nav-tab"><?php _e('Product Export', 'wf_csv_import_export'); ?></a>
|
25 |
<a href="<?php echo admin_url('admin.php?import=xa_woocommerce_csv'); ?>" class="nav-tab nav-tab-active"><?php _e('Product Import', 'wf_csv_import_export'); ?></a>
|
26 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex&tab=help'); ?>" class="nav-tab"><?php _e('Help', 'wf_csv_import_export'); ?></a>
|
27 |
-
<a href="https://www.
|
28 |
</h2>
|
29 |
|
30 |
<div class="pipe-main-box">
|
24 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex'); ?>" class="nav-tab"><?php _e('Product Export', 'wf_csv_import_export'); ?></a>
|
25 |
<a href="<?php echo admin_url('admin.php?import=xa_woocommerce_csv'); ?>" class="nav-tab nav-tab-active"><?php _e('Product Import', 'wf_csv_import_export'); ?></a>
|
26 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex&tab=help'); ?>" class="nav-tab"><?php _e('Help', 'wf_csv_import_export'); ?></a>
|
27 |
+
<a href="https://www.webtoffee.com/product/product-import-export-woocommerce/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_csv_import_export'); ?></a>
|
28 |
</h2>
|
29 |
|
30 |
<div class="pipe-main-box">
|
includes/importer/views/html-wf-import-options.php
CHANGED
@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
7 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex'); ?>" class="nav-tab"><?php _e('Product Export', 'wf_csv_import_export'); ?></a>
|
8 |
<a href="<?php echo admin_url('admin.php?import=xa_woocommerce_csv'); ?>" class="nav-tab nav-tab-active"><?php _e('Product Import', 'wf_csv_import_export'); ?></a>
|
9 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex&tab=help'); ?>" class="nav-tab"><?php _e('Help', 'wf_csv_import_export'); ?></a>
|
10 |
-
<a href="https://www.
|
11 |
</h2>
|
12 |
<div class="bg-white p-20p">
|
13 |
<form action="<?php echo admin_url('admin.php?import=' . $this->import_page . '&step=2&merge=' . $this->merge); ?>" method="post">
|
7 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex'); ?>" class="nav-tab"><?php _e('Product Export', 'wf_csv_import_export'); ?></a>
|
8 |
<a href="<?php echo admin_url('admin.php?import=xa_woocommerce_csv'); ?>" class="nav-tab nav-tab-active"><?php _e('Product Import', 'wf_csv_import_export'); ?></a>
|
9 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex&tab=help'); ?>" class="nav-tab"><?php _e('Help', 'wf_csv_import_export'); ?></a>
|
10 |
+
<a href="https://www.webtoffee.com/product/product-import-export-woocommerce/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_csv_import_export'); ?></a>
|
11 |
</h2>
|
12 |
<div class="bg-white p-20p">
|
13 |
<form action="<?php echo admin_url('admin.php?import=' . $this->import_page . '&step=2&merge=' . $this->merge); ?>" method="post">
|
includes/views/html-wf-admin-screen.php
CHANGED
@@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
9 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex'); ?>" class="nav-tab <?php echo ('help' != $tab) ? 'nav-tab-active' : ''; ?>"><?php _e('Product Export', 'wf_csv_import_export'); ?></a>
|
10 |
<a href="<?php echo admin_url('admin.php?import=xa_woocommerce_csv'); ?>" class="nav-tab"><?php _e('Product Import', 'wf_csv_import_export'); ?></a>
|
11 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex&tab=help'); ?>" class="nav-tab <?php echo ('help' == $tab) ? 'nav-tab-active' : ''; ?>"><?php _e('Help', 'wf_csv_import_export'); ?></a>
|
12 |
-
<a href="https://www.
|
13 |
|
14 |
</h2>
|
15 |
<?php
|
9 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex'); ?>" class="nav-tab <?php echo ('help' != $tab) ? 'nav-tab-active' : ''; ?>"><?php _e('Product Export', 'wf_csv_import_export'); ?></a>
|
10 |
<a href="<?php echo admin_url('admin.php?import=xa_woocommerce_csv'); ?>" class="nav-tab"><?php _e('Product Import', 'wf_csv_import_export'); ?></a>
|
11 |
<a href="<?php echo admin_url('admin.php?page=wf_woocommerce_csv_im_ex&tab=help'); ?>" class="nav-tab <?php echo ('help' == $tab) ? 'nav-tab-active' : ''; ?>"><?php _e('Help', 'wf_csv_import_export'); ?></a>
|
12 |
+
<a href="https://www.webtoffee.com/product/product-import-export-woocommerce/" target="_blank" class="nav-tab nav-tab-premium"><?php _e('Upgrade to Premium for More Features', 'wf_csv_import_export'); ?></a>
|
13 |
|
14 |
</h2>
|
15 |
<?php
|
includes/views/html-wf-help-guide.php
CHANGED
@@ -30,7 +30,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
30 |
<img src="<?php echo plugins_url(basename(plugin_dir_path(WF_ProdImpExpCsv_FILE))) . '/images/video.png'; ?>"/>
|
31 |
<h3><?php _e('How-to-setup', 'wf_csv_import_export'); ?></h3>
|
32 |
<p style=""><?php _e('Get to know about our produt in 3 minutes with this video', 'wf_csv_import_export'); ?></p>
|
33 |
-
<a href="https://www.
|
34 |
<?php _e('Setup Guide', 'wf_csv_import_export'); ?></a>
|
35 |
</div>
|
36 |
|
@@ -38,14 +38,14 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
38 |
<img src="<?php echo plugins_url(basename(plugin_dir_path(WF_ProdImpExpCsv_FILE))) . '/images/documentation.png'; ?>"/>
|
39 |
<h3><?php _e('Documentation', 'wf_csv_import_export'); ?></h3>
|
40 |
<p style=""><?php _e('Refer to our documentation to set and get started', 'wf_csv_import_export'); ?></p>
|
41 |
-
<a target="_blank" href="https://www.
|
42 |
</div>
|
43 |
|
44 |
<div class="inner-panel" style="">
|
45 |
<img src="<?php echo plugins_url(basename(plugin_dir_path(WF_ProdImpExpCsv_FILE))) . '/images/support.png'; ?>"/>
|
46 |
<h3><?php _e('Support', 'wf_csv_import_export'); ?></h3>
|
47 |
<p style=""><?php _e('We would love to help you on any queries or issues.', 'wf_csv_import_export'); ?></p>
|
48 |
-
<a href="https://
|
49 |
<?php _e('Contact Us', 'wf_csv_import_export'); ?></a>
|
50 |
</div>
|
51 |
</div>
|
30 |
<img src="<?php echo plugins_url(basename(plugin_dir_path(WF_ProdImpExpCsv_FILE))) . '/images/video.png'; ?>"/>
|
31 |
<h3><?php _e('How-to-setup', 'wf_csv_import_export'); ?></h3>
|
32 |
<p style=""><?php _e('Get to know about our produt in 3 minutes with this video', 'wf_csv_import_export'); ?></p>
|
33 |
+
<a href="https://www.webtoffee.com/setting-up-product-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary">
|
34 |
<?php _e('Setup Guide', 'wf_csv_import_export'); ?></a>
|
35 |
</div>
|
36 |
|
38 |
<img src="<?php echo plugins_url(basename(plugin_dir_path(WF_ProdImpExpCsv_FILE))) . '/images/documentation.png'; ?>"/>
|
39 |
<h3><?php _e('Documentation', 'wf_csv_import_export'); ?></h3>
|
40 |
<p style=""><?php _e('Refer to our documentation to set and get started', 'wf_csv_import_export'); ?></p>
|
41 |
+
<a target="_blank" href="https://www.webtoffee.com/category/documentation/product-import-export-plugin-for-woocommerce/" class="button-primary"><?php _e('Documentation', 'wf_csv_import_export'); ?></a>
|
42 |
</div>
|
43 |
|
44 |
<div class="inner-panel" style="">
|
45 |
<img src="<?php echo plugins_url(basename(plugin_dir_path(WF_ProdImpExpCsv_FILE))) . '/images/support.png'; ?>"/>
|
46 |
<h3><?php _e('Support', 'wf_csv_import_export'); ?></h3>
|
47 |
<p style=""><?php _e('We would love to help you on any queries or issues.', 'wf_csv_import_export'); ?></p>
|
48 |
+
<a href="https://www.webtoffee.com/support/" target="_blank" class="button button-primary">
|
49 |
<?php _e('Contact Us', 'wf_csv_import_export'); ?></a>
|
50 |
</div>
|
51 |
</div>
|
includes/views/market.php
CHANGED
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
14 |
?>
|
15 |
</div>
|
16 |
<div class="pipe-premium-features">
|
17 |
-
<center><a href="https://www.
|
18 |
<span>
|
19 |
<ul>
|
20 |
<li><?php _e('Export simple, group, external and variation products.', 'wf_csv_import_export');?></li>
|
@@ -36,7 +36,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
36 |
</span>
|
37 |
<center>
|
38 |
<a href="http://productimportexport.webtoffee.com/" target="_blank" class="button button-doc-demo"><?php _e('Live Demo', 'wf_csv_import_export'); ?></a>
|
39 |
-
<a href="https://www.
|
40 |
</div>
|
41 |
|
42 |
</div>
|
14 |
?>
|
15 |
</div>
|
16 |
<div class="pipe-premium-features">
|
17 |
+
<center><a href="https://www.webtoffee.com/product/product-import-export-woocommerce/" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium Version', 'wf_csv_import_export'); ?></a></center>
|
18 |
<span>
|
19 |
<ul>
|
20 |
<li><?php _e('Export simple, group, external and variation products.', 'wf_csv_import_export');?></li>
|
36 |
</span>
|
37 |
<center>
|
38 |
<a href="http://productimportexport.webtoffee.com/" target="_blank" class="button button-doc-demo"><?php _e('Live Demo', 'wf_csv_import_export'); ?></a>
|
39 |
+
<a href="https://www.webtoffee.com/category/documentation/product-import-export-plugin-for-woocommerce/" target="_blank" class="button button-doc-demo"><?php _e('Documentation', 'wf_csv_import_export'); ?></a></center>
|
40 |
</div>
|
41 |
|
42 |
</div>
|
product-csv-import-export.php
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
Description: Import and Export Products From and To your WooCommerce Store.
|
6 |
Author: WebToffee
|
7 |
Author URI: https://www.webtoffee.com/product/product-import-export-woocommerce/
|
8 |
-
Version: 1.4.
|
9 |
-
WC tested up to: 3.4.
|
10 |
License: GPLv3
|
11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
12 |
Text Domain: wf_csv_import_export
|
@@ -18,7 +18,7 @@ if (!defined('ABSPATH') || !is_admin()) {
|
|
18 |
|
19 |
|
20 |
if (!defined('WF_PIPE_CURRENT_VERSION')) {
|
21 |
-
define("WF_PIPE_CURRENT_VERSION", "1.4.
|
22 |
}
|
23 |
if (!defined('WF_PROD_IMP_EXP_ID')) {
|
24 |
define("WF_PROD_IMP_EXP_ID", "wf_prod_imp_exp");
|
@@ -81,8 +81,8 @@ if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_
|
|
81 |
public function wf_plugin_action_links($links) {
|
82 |
$plugin_links = array(
|
83 |
'<a href="' . admin_url('admin.php?page=wf_woocommerce_csv_im_ex&tab=export') . '">' . __('Import Export', 'wf_csv_import_export') . '</a>',
|
84 |
-
'<a target="_blank" href="https://www.
|
85 |
-
'<a target="_blank" href="https://
|
86 |
'<a target="_blank" href="https://wordpress.org/support/plugin/product-import-export-for-woo/reviews/">' . __('Review', 'wf_csv_import_export') . '</a>',
|
87 |
);
|
88 |
if (array_key_exists('deactivate', $links)) {
|
@@ -480,7 +480,7 @@ register_activation_hook(__FILE__, 'hf_welcome_screen_activate_basic');
|
|
480 |
function hf_welcome_screen_activate_basic() {
|
481 |
if (is_plugin_active('product-csv-import-export-for-woocommerce/product-csv-import-export.php')) {
|
482 |
deactivate_plugins(basename(__FILE__));
|
483 |
-
wp_die(__("Is everything fine? You already have the Premium version installed in your website. For any issues, kindly raise a ticket via <a target='_blank' href='
|
484 |
}
|
485 |
update_option('xa_pipe_plugin_installed_date', date('Y-m-d H:i:s'));
|
486 |
set_transient('_welcome_screen_activation_redirect', true, 30);
|
5 |
Description: Import and Export Products From and To your WooCommerce Store.
|
6 |
Author: WebToffee
|
7 |
Author URI: https://www.webtoffee.com/product/product-import-export-woocommerce/
|
8 |
+
Version: 1.4.8
|
9 |
+
WC tested up to: 3.4.6
|
10 |
License: GPLv3
|
11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
12 |
Text Domain: wf_csv_import_export
|
18 |
|
19 |
|
20 |
if (!defined('WF_PIPE_CURRENT_VERSION')) {
|
21 |
+
define("WF_PIPE_CURRENT_VERSION", "1.4.8");
|
22 |
}
|
23 |
if (!defined('WF_PROD_IMP_EXP_ID')) {
|
24 |
define("WF_PROD_IMP_EXP_ID", "wf_prod_imp_exp");
|
81 |
public function wf_plugin_action_links($links) {
|
82 |
$plugin_links = array(
|
83 |
'<a href="' . admin_url('admin.php?page=wf_woocommerce_csv_im_ex&tab=export') . '">' . __('Import Export', 'wf_csv_import_export') . '</a>',
|
84 |
+
'<a target="_blank" href="https://www.webtoffee.com/product/product-import-export-woocommerce/" style="color:#3db634;"> ' . __('Premium Upgrade', 'wf_csv_import_export') . '</a>',
|
85 |
+
'<a target="_blank" href="https://www.webtoffee.com/support/">' . __('Support', 'wf_csv_import_export') . '</a>',
|
86 |
'<a target="_blank" href="https://wordpress.org/support/plugin/product-import-export-for-woo/reviews/">' . __('Review', 'wf_csv_import_export') . '</a>',
|
87 |
);
|
88 |
if (array_key_exists('deactivate', $links)) {
|
480 |
function hf_welcome_screen_activate_basic() {
|
481 |
if (is_plugin_active('product-csv-import-export-for-woocommerce/product-csv-import-export.php')) {
|
482 |
deactivate_plugins(basename(__FILE__));
|
483 |
+
wp_die(__("Is everything fine? You already have the Premium version installed in your website. For any issues, kindly raise a ticket via <a target='_blank' href='https://www.webtoffee.com/support/'>support</a>", "wf_csv_import_export"), "", array('back_link' => 1));
|
484 |
}
|
485 |
update_option('xa_pipe_plugin_installed_date', date('Y-m-d H:i:s'));
|
486 |
set_transient('_welcome_screen_activation_redirect', true, 30);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.webtoffee.com/plugins/
|
|
4 |
Tags: woocommerce product import, woocommerce import products, woocommerce export products, export woocommerce products, import products into woocommerce
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.9.8
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -20,7 +20,7 @@ Are you trying to import products into WooCommerce store or export WooCommerce p
|
|
20 |
|
21 |
🔸 Export Simple Products in to a CSV file.
|
22 |
🔸 Import Simple Products in CSV format in to WooCommerce Store.
|
23 |
-
🔸 Tested OK with WooCommerce 3.4.
|
24 |
|
25 |
|
26 |
Highlights: WooCommerce Product Export, WooCommerce Product CSV Import Suite, WooCommerce bulk product upload, WooCommerce import products with images, import amazon products to WooCommerce, Export Products to xls. Pro Version supports both Simple and Variable products.
|
@@ -54,7 +54,7 @@ Product Import Export Plugin for WooCommerce is the leading tool for Woocommerce
|
|
54 |
<li> ✅ Excellent Support for setting it up!</li>
|
55 |
</ul>
|
56 |
|
57 |
-
Please visit <a rel="nofollow" href="https://www.
|
58 |
|
59 |
</blockquote>
|
60 |
|
@@ -117,9 +117,9 @@ Supports WooCommerce Google Product Feed Plugin.
|
|
117 |
Supports Scheduled Cron Job.
|
118 |
|
119 |
|
120 |
-
= About
|
121 |
|
122 |
-
|
123 |
|
124 |
|
125 |
== Installation ==
|
@@ -144,6 +144,10 @@ Yes. You can import or export product images along with other details
|
|
144 |
|
145 |
== Changelog ==
|
146 |
|
|
|
|
|
|
|
|
|
147 |
= 1.4.7 =
|
148 |
* Tested OK with WC 3.4.5
|
149 |
* Review link added in footer.
|
@@ -249,7 +253,6 @@ Yes. You can import or export product images along with other details
|
|
249 |
|
250 |
== Upgrade Notice ==
|
251 |
|
252 |
-
= 1.4.
|
253 |
-
* Tested OK with WC 3.4.
|
254 |
-
*
|
255 |
-
* Bug fix.
|
4 |
Tags: woocommerce product import, woocommerce import products, woocommerce export products, export woocommerce products, import products into woocommerce
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.9.8
|
7 |
+
Stable tag: 1.4.8
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
20 |
|
21 |
🔸 Export Simple Products in to a CSV file.
|
22 |
🔸 Import Simple Products in CSV format in to WooCommerce Store.
|
23 |
+
🔸 Tested OK with WooCommerce 3.4.6.
|
24 |
|
25 |
|
26 |
Highlights: WooCommerce Product Export, WooCommerce Product CSV Import Suite, WooCommerce bulk product upload, WooCommerce import products with images, import amazon products to WooCommerce, Export Products to xls. Pro Version supports both Simple and Variable products.
|
54 |
<li> ✅ Excellent Support for setting it up!</li>
|
55 |
</ul>
|
56 |
|
57 |
+
Please visit <a rel="nofollow" href="https://www.webtoffee.com/product/product-import-export-woocommerce/">Product Import Export Plugin for WooCommerce</a> for more details
|
58 |
|
59 |
</blockquote>
|
60 |
|
117 |
Supports Scheduled Cron Job.
|
118 |
|
119 |
|
120 |
+
= About wbtoffee.com =
|
121 |
|
122 |
+
WebToffee creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
|
123 |
|
124 |
|
125 |
== Installation ==
|
144 |
|
145 |
== Changelog ==
|
146 |
|
147 |
+
= 1.4.8 =
|
148 |
+
* Tested OK with WC 3.4.6
|
149 |
+
* Content Update.
|
150 |
+
|
151 |
= 1.4.7 =
|
152 |
* Tested OK with WC 3.4.5
|
153 |
* Review link added in footer.
|
253 |
|
254 |
== Upgrade Notice ==
|
255 |
|
256 |
+
= 1.4.8 =
|
257 |
+
* Tested OK with WC 3.4.6
|
258 |
+
* Content Update.
|
|