Order Export & Order Import for WooCommerce - Version 2.2.8

Version Description

2022-10-20 = * WooCommerce 7.0 Tested OK. * Enhancement: Set Min and Max limit for import and export default batch count in General setting page.

Download this release

Release Info

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

Code changes from version 2.2.7 to 2.2.8

admin/class-wt-import-export-for-woo-admin.php CHANGED
@@ -243,6 +243,7 @@ class Wt_Import_Export_For_Woo_Admin_Basic {
243
  }
244
  }
245
  }
 
246
  if(function_exists('remove_submenu_page')){
247
  //remove_submenu_page(WT_PIEW_POST_TYPE, WT_PIEW_POST_TYPE);
248
  }
@@ -259,11 +260,20 @@ class Wt_Import_Export_For_Woo_Admin_Basic {
259
  $arr = $arr_t;
260
  }
261
 
262
- public function admin_settings_page()
263
  {
264
  include(plugin_dir_path( __FILE__ ).'partials/wt-import-export-for-woo-admin-display.php');
265
  }
266
 
 
 
 
 
 
 
 
 
 
267
  /**
268
  * Save admin settings and module settings ajax hook
269
  */
243
  }
244
  }
245
  }
246
+ add_submenu_page( $parent_menu_key, esc_html__('Pro upgrade'), '<span class="wt-go-premium">' . esc_html__('Pro upgrade') . '</span>', 'import', $parent_menu_key . '-premium', array( $this, 'admin_upgrade_premium_settings' ) );
247
  if(function_exists('remove_submenu_page')){
248
  //remove_submenu_page(WT_PIEW_POST_TYPE, WT_PIEW_POST_TYPE);
249
  }
260
  $arr = $arr_t;
261
  }
262
 
263
+ public function admin_settings_page()
264
  {
265
  include(plugin_dir_path( __FILE__ ).'partials/wt-import-export-for-woo-admin-display.php');
266
  }
267
 
268
+ public function admin_upgrade_premium_settings()
269
+ {
270
+ ?> <script>
271
+ window.location='<?php echo esc_url( "https://www.webtoffee.com/product/order-import-export-plugin-for-woocommerce/?utm_source=free_plugin_revamp&utm_medium=basic_revamp&utm_campaign=Order_Import_Export&utm_content=" . WT_O_IEW_VERSION );?>';
272
+ </script>
273
+ <?php
274
+ }
275
+
276
+
277
  /**
278
  * Save admin settings and module settings ajax hook
279
  */
admin/css/wt-import-export-for-woo-admin.css CHANGED
@@ -166,7 +166,7 @@
166
  font-size: 18px;
167
  width: 20px;
168
  height: 20px;
169
- color: gray;
170
  position: absolute;
171
  top: 10px;
172
  right: 10px;
@@ -218,7 +218,7 @@ span.wt_iew_mapping_field_val::after {
218
  font-size: 18px;
219
  width: 20px;
220
  height: 20px;
221
- color: gray;
222
  float: right;
223
  top: 10px;
224
  right: 10px;
@@ -245,7 +245,6 @@ span.wt_iew_mapping_field_val::after {
245
 
246
 
247
 
248
-
249
  .wt_iew_import_progress_wrap{
250
  position: fixed;
251
  overflow: scroll;
@@ -281,6 +280,7 @@ span.wt_iew_mapping_field_val::after {
281
 
282
 
283
 
 
284
  .wt_iew_import_progress table, .wt_iew_import_progress td {
285
  border-collapse: collapse;
286
  /*border: 1px solid #000;*/
@@ -649,12 +649,11 @@ img.tips {
649
  .wt-ierpro-header{
650
  background: #FFFFFF;
651
  box-shadow: 0px 4px 19px rgba(49, 117, 252, 0.2);
652
- border-radius: 7px;
653
  padding: 8px;
654
  margin: 0;
655
  }
656
  .wt-ierpro-name{
657
- background: linear-gradient(87.57deg, #F4F1FF 3%, rgba(238, 240, 255, 0) 93.18%);
658
  border-radius: 3px;
659
  margin: 0;
660
  padding: 16px;
@@ -662,7 +661,7 @@ img.tips {
662
  align-items: center;
663
  }
664
  .wt-ierpro-name img{
665
- width: 36px;
666
  height: auto;
667
  box-shadow: 4px 4px 4px rgba(92, 98, 215, 0.23);
668
  border-radius: 7px;
@@ -670,11 +669,14 @@ img.tips {
670
  .wt-ierpro-name h4{
671
  font-style: normal;
672
  font-weight: 600;
673
- font-size: 11px;
674
  line-height: 15px;
675
- margin: 0 0 0 12px;
676
  color: #5D63D9;
677
  }
 
 
 
678
  .wt-ierpro-mainfeatures ul{
679
  padding: 0;
680
  margin: 15px 25px 20px 25px;
@@ -752,7 +754,7 @@ img.tips {
752
  color: #FFFFFF;
753
  }
754
  .wt-ierpro-features{
755
- padding: 40px 30px 25px 30px;
756
  }
757
  .wt-ierpro-features ul{
758
  padding: 0;
@@ -767,7 +769,7 @@ img.tips {
767
  list-style: none;
768
  position: relative;
769
  padding-left: 35px;
770
- padding-right: 5px;
771
  margin: 0 0 15px 0;
772
  display: flex;
773
  align-items: center;
@@ -831,8 +833,51 @@ ul.wt-ierpro-newfeat li {
831
  transition: all .2s ease;
832
  color: #FFFFFF;
833
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
834
 
 
 
 
 
 
 
 
835
 
 
 
 
 
 
836
 
837
 
838
 
@@ -1174,4 +1219,221 @@ ul.wt-ierpro-newfeat li {
1174
  }
1175
  }
1176
  /* end marketing */
1177
- .wt-iew-upgrade-to-pro-new-feature{ display:inline-block; width:60px; height:21px; background: url(../../assets/images/gopro/new_flag.svg) no-repeat; color:#fff; text-align:center; font-weight:normal; padding-left:4px; line-height:20px; font-size:12px; text-shadow:0px 2px 4px rgba(0, 0, 0, 0.35);}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  font-size: 18px;
167
  width: 20px;
168
  height: 20px;
169
+ color: gray;
170
  position: absolute;
171
  top: 10px;
172
  right: 10px;
218
  font-size: 18px;
219
  width: 20px;
220
  height: 20px;
221
+ color: gray;
222
  float: right;
223
  top: 10px;
224
  right: 10px;
245
 
246
 
247
 
 
248
  .wt_iew_import_progress_wrap{
249
  position: fixed;
250
  overflow: scroll;
280
 
281
 
282
 
283
+
284
  .wt_iew_import_progress table, .wt_iew_import_progress td {
285
  border-collapse: collapse;
286
  /*border: 1px solid #000;*/
649
  .wt-ierpro-header{
650
  background: #FFFFFF;
651
  box-shadow: 0px 4px 19px rgba(49, 117, 252, 0.2);
 
652
  padding: 8px;
653
  margin: 0;
654
  }
655
  .wt-ierpro-name{
656
+ background: linear-gradient(178deg, #F4F1FF 3%, rgba(238, 240, 255, 0) 93.18%);
657
  border-radius: 3px;
658
  margin: 0;
659
  padding: 16px;
661
  align-items: center;
662
  }
663
  .wt-ierpro-name img{
664
+ width: 50px;
665
  height: auto;
666
  box-shadow: 4px 4px 4px rgba(92, 98, 215, 0.23);
667
  border-radius: 7px;
669
  .wt-ierpro-name h4{
670
  font-style: normal;
671
  font-weight: 600;
672
+ font-size: 15px;
673
  line-height: 15px;
674
+ margin: 0 0 5px 12px;
675
  color: #5D63D9;
676
  }
677
+ .wt-ierpro-name .star-rating{
678
+ float: left;
679
+ }
680
  .wt-ierpro-mainfeatures ul{
681
  padding: 0;
682
  margin: 15px 25px 20px 25px;
754
  color: #FFFFFF;
755
  }
756
  .wt-ierpro-features{
757
+ padding: 20px 10px 10px 10px;
758
  }
759
  .wt-ierpro-features ul{
760
  padding: 0;
769
  list-style: none;
770
  position: relative;
771
  padding-left: 35px;
772
+ padding-right: 5px;
773
  margin: 0 0 15px 0;
774
  display: flex;
775
  align-items: center;
833
  transition: all .2s ease;
834
  color: #FFFFFF;
835
  }
836
+ .wt-ier-rating-number{
837
+ float: left;
838
+ margin-left:10px;
839
+ margin-right:10px;
840
+ margin-top: 3px;
841
+ }
842
+ .wt-ier-all-in-one-text{
843
+ text-align: center;
844
+ }
845
+ .wt-ier-all-in-one-text-sp{
846
+ padding: 10px;
847
+ font-weight: bold;
848
+ font-size: 12px;
849
+ }
850
+ .wt-ierpro-blue-btn-suite, .wt-ierpro-blue-btn-suite:visited{
851
+ background: linear-gradient(90.67deg, #2608DF -34.86%, #3284FF 115.74%);
852
+ box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.39);
853
+ border-radius: 5px;
854
+ padding: 10px 15px 10px 38px;
855
+ display: inline-block;
856
+ font-style: normal;
857
+ font-weight: bold;
858
+ font-size: 14px;
859
+ line-height: 18px;
860
+ color: #FFFFFF;
861
+ text-decoration: none;
862
+ transition: all .2s ease;
863
+ position: relative;
864
+ border: none;
865
+ width: 70%;
866
+ }
867
 
868
+ .wt-ierpro-blue-btn-suite:hover{
869
+ box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.5);
870
+ text-decoration: none;
871
+ transform: translateY(2px);
872
+ transition: all .2s ease;
873
+ color: #FFFFFF;
874
+ }
875
 
876
+ .wt-ier-suite-moneyback-wrap{
877
+ padding: 5px !important;
878
+ margin-bottom: 5px !important;
879
+ background: linear-gradient(178deg, #F4F1FF 3%, rgba(238, 240, 255, 0) 93.18%);
880
+ }
881
 
882
 
883
 
1219
  }
1220
  }
1221
  /* end marketing */
1222
+ .wt-iew-upgrade-to-pro-new-feature{ display:inline-block; width:60px; height:21px; background: url(../../assets/images/gopro/new_flag.svg) no-repeat; color:#fff; text-align:center; font-weight:normal; padding-left:4px; line-height:20px; font-size:12px; text-shadow:0px 2px 4px rgba(0, 0, 0, 0.35);}
1223
+
1224
+
1225
+
1226
+ /* start small marketing section */
1227
+ .ier_pro_plugins_section_small{
1228
+ float: left;margin: 30px 2.5%;
1229
+ width: 100%;
1230
+ }
1231
+ .wt-import-export-upsell-small-wrapper.market-box{
1232
+ width:32%;
1233
+ float: left;
1234
+ margin-right: 15px;
1235
+ height:440px;
1236
+ background-color: #fff;
1237
+ }
1238
+ .wrap .wt-import-export-small-upsell-wrapper .ier-premium-upgrade {
1239
+ margin-top: 0px;
1240
+ margin-right: 0px;
1241
+ }
1242
+ .wt-import-export-upsell-small-wrapper .ier-premium-upgrade {
1243
+ margin-top: 0px;
1244
+ margin-right: 0px;
1245
+ }
1246
+
1247
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-sidebar{
1248
+ background: #FFFFFF;
1249
+ border-radius: 7px;
1250
+ padding: 0;
1251
+ }
1252
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-header{
1253
+ background: #FFFFFF;
1254
+ box-shadow: none;
1255
+ border-radius: 0px;
1256
+ padding: 0px;
1257
+ margin: 0;
1258
+ }
1259
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-name-small{
1260
+ margin: 0;
1261
+ padding: 16px;
1262
+ display: flex;
1263
+ align-items: center;
1264
+ }
1265
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-name-small img{
1266
+ width: 36px;
1267
+ height: auto;
1268
+ box-shadow: 4px 4px 4px rgba(92, 98, 215, 0.23);
1269
+ border-radius: 7px;
1270
+ }
1271
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-name-small h4{
1272
+ font-style: normal;
1273
+ font-weight: 600;
1274
+ font-size: 14px;
1275
+ line-height: 16px;
1276
+ margin: 0 0 0 12px;
1277
+ color: #5D63D9;
1278
+ }
1279
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-mainfeatures ul{
1280
+ padding: 0;
1281
+ margin: 15px 25px 20px 25px;
1282
+ }
1283
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-mainfeatures li{
1284
+ font-style: normal;
1285
+ font-weight: bold;
1286
+ font-size: 14px;
1287
+ line-height:24px;
1288
+ letter-spacing: -0.01em;
1289
+ list-style: none;
1290
+ position: relative;
1291
+ color: #091E80;
1292
+ padding-left: 28px;
1293
+ }
1294
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-mainfeatures li.money-back:before{
1295
+ content: '';
1296
+ position: absolute;
1297
+ left: 0;
1298
+ height:24px ;
1299
+ width: 16px;
1300
+ background-image: url(../../assets/images/gopro/money-back.svg);
1301
+ background-position: center;
1302
+ background-repeat: no-repeat;
1303
+ background-size: contain;
1304
+ }
1305
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-mainfeatures li.support:before{
1306
+ content: '';
1307
+ position: absolute;
1308
+ left: 0;
1309
+ height:24px ;
1310
+ width: 16px;
1311
+ background-image: url(../../assets/images/gopro/support.svg);
1312
+ background-position: center;
1313
+ background-repeat: no-repeat;
1314
+ background-size: contain;
1315
+ }
1316
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-btn-wrapper{
1317
+ display: block;
1318
+ margin: 20px auto 20px;
1319
+ text-align: center;
1320
+ }
1321
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-blue-btn, .wt-ierpro-blue-btn:visited{
1322
+ background: linear-gradient(90.67deg, #2608DF -34.86%, #3284FF 115.74%);
1323
+ box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.39);
1324
+ border-radius: 5px;
1325
+ padding: 10px 15px 10px 38px;
1326
+ display: inline-block;
1327
+ font-style: normal;
1328
+ font-weight: bold;
1329
+ font-size: 14px;
1330
+ line-height: 18px;
1331
+ color: #FFFFFF;
1332
+ text-decoration: none;
1333
+ transition: all .2s ease;
1334
+ position: relative;
1335
+ border: none;
1336
+ }
1337
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-blue-btn:before{
1338
+ content: '';
1339
+ position: absolute;
1340
+ height: 15px;
1341
+ width: 18px;
1342
+ background-image: url(../../assets/images/gopro/white-crown.svg);
1343
+ background-size: contain;
1344
+ background-repeat: no-repeat;
1345
+ background-position: center;
1346
+ left: 15px;
1347
+ }
1348
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-blue-btn:hover{
1349
+ box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.5);
1350
+ text-decoration: none;
1351
+ transform: translateY(2px);
1352
+ transition: all .2s ease;
1353
+ color: #FFFFFF;
1354
+ }
1355
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-features{
1356
+ padding: 0px 5px 5px 10px;
1357
+ }
1358
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-features ul{
1359
+ padding: 0;
1360
+ margin: 0;
1361
+ }
1362
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-features li{
1363
+ font-style: normal;
1364
+ font-weight: 500;
1365
+ font-size: 13px;
1366
+ line-height: 17px;
1367
+ color: #001A69;
1368
+ list-style: none;
1369
+ position: relative;
1370
+ padding-left: 35px;
1371
+ padding-right: 5px;
1372
+ margin: 0 0 15px 0;
1373
+ display: flex;
1374
+ align-items: center;
1375
+ }
1376
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-newfeat li:before{
1377
+ content: '';
1378
+ position: absolute;
1379
+ height: 39px;
1380
+ width: 39px;
1381
+ background-image: url(../../assets/images/gopro/new-badge.svg);
1382
+ background-size: contain;
1383
+ background-repeat: no-repeat;
1384
+ background-position: center;
1385
+ left: 0;
1386
+ }
1387
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-allfeat li:before{
1388
+ content: '';
1389
+ position: absolute;
1390
+ height: 16px;
1391
+ width: 16px;
1392
+ background-image: url(../../assets/images/gopro/tick.svg);
1393
+ background-size: contain;
1394
+ background-repeat: no-repeat;
1395
+ background-position: center;
1396
+ left: 10px;
1397
+ }
1398
+ .wt-import-export-upsell-small-wrapper ul.wt-ierpro-newfeat li {
1399
+ margin-bottom: 30px;
1400
+ }
1401
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-outline-btn, .wt-ierpro-outline-btn:visited{
1402
+ background: linear-gradient(90.67deg, #2608DF -34.86%, #3284FF 115.74%);
1403
+ box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.39);
1404
+ border-radius: 5px;
1405
+ padding: 10px 15px 10px 38px;
1406
+ display: inline-block;
1407
+ font-style: normal;
1408
+ font-weight: bold;
1409
+ font-size: 14px;
1410
+ line-height: 18px;
1411
+ color: #FFFFFF;
1412
+ text-decoration: none;
1413
+ transition: all .2s ease;
1414
+ position: relative;
1415
+ border: none;
1416
+ }
1417
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-outline-btn:before{
1418
+ content: '';
1419
+ position: absolute;
1420
+ height: 15px;
1421
+ width: 18px;
1422
+ background-image: url(../../assets/images/gopro/white-crown.svg);
1423
+ background-size: contain;
1424
+ background-repeat: no-repeat;
1425
+ background-position: center;
1426
+ left: 15px;
1427
+ }
1428
+ .wt-import-export-upsell-small-wrapper .wt-ierpro-outline-btn:hover{
1429
+ box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.5);
1430
+ text-decoration: none;
1431
+ transform: translateY(2px);
1432
+ transition: all .2s ease;
1433
+ color: #FFFFFF;
1434
+ }
1435
+
1436
+ .wp-submenu li span.wt-go-premium {
1437
+ font-weight: 700;
1438
+ color: #28e499;
1439
+ }
admin/modules/coupon/coupon.php CHANGED
@@ -213,7 +213,7 @@ class Wt_Import_Export_For_Woo_Basic_Coupon {
213
  *
214
  */
215
  public function wt_iew_exporter_post_types_basic($arr) {
216
- $arr['coupon'] = __('Coupon');
217
  return $arr;
218
  }
219
 
213
  *
214
  */
215
  public function wt_iew_exporter_post_types_basic($arr) {
216
+ $arr['coupon'] = __('Coupon', 'order-import-export-for-woocommerce');
217
  return $arr;
218
  }
219
 
admin/modules/export/assets/js/main.js CHANGED
@@ -326,7 +326,11 @@ var wt_iew_basic_export=(function( $ ) {
326
  // {
327
  // return false;
328
  // }
329
-
 
 
 
 
330
  if(action_type=='step')
331
  {
332
  wt_iew_basic_export.change_step(action);
@@ -637,12 +641,15 @@ var wt_iew_basic_export=(function( $ ) {
637
  $('#product-type-message').show();
638
 
639
  $('.wt_iew_step_head_post_type_name').html(this.to_export_title);
 
640
  $('.wt-ierpro-blue-btn').attr("href", wt_iew_basic_params.pro_plugins[this.to_export]['url']);
641
  $('.wt-ier-product-name').html(wt_iew_basic_params.pro_plugins[this.to_export]['name']);
642
  $('.wt-ierpro-name>img').attr("src", wt_iew_basic_params.pro_plugins[this.to_export]['icon_url']);
643
  $('.wt-ier-gopro-cta').hide();
644
  $('.wt-ier-'+this.to_export).show();
645
  $('.wt_iew_free_addon').hide();
 
 
646
  $('.wt_iew_export_action_btn').prop('disabled', false);
647
  if(!wt_iew_basic_params.pro_plugins[this.to_export]['is_active']){
648
  $('.wt_iew_type_'+this.to_export).show();
326
  // {
327
  // return false;
328
  // }
329
+ if(action!='post_type'){
330
+ $('.ier_pro_plugins_section_small').hide();
331
+ }else{
332
+ $('.ier_pro_plugins_section_small').show();
333
+ }
334
  if(action_type=='step')
335
  {
336
  wt_iew_basic_export.change_step(action);
641
  $('#product-type-message').show();
642
 
643
  $('.wt_iew_step_head_post_type_name').html(this.to_export_title);
644
+ /*
645
  $('.wt-ierpro-blue-btn').attr("href", wt_iew_basic_params.pro_plugins[this.to_export]['url']);
646
  $('.wt-ier-product-name').html(wt_iew_basic_params.pro_plugins[this.to_export]['name']);
647
  $('.wt-ierpro-name>img').attr("src", wt_iew_basic_params.pro_plugins[this.to_export]['icon_url']);
648
  $('.wt-ier-gopro-cta').hide();
649
  $('.wt-ier-'+this.to_export).show();
650
  $('.wt_iew_free_addon').hide();
651
+ */
652
+ $('.wt_iew_free_addon').hide();
653
  $('.wt_iew_export_action_btn').prop('disabled', false);
654
  if(!wt_iew_basic_params.pro_plugins[this.to_export]['is_active']){
655
  $('.wt_iew_type_'+this.to_export).show();
admin/modules/export/export.php CHANGED
@@ -139,10 +139,11 @@ class Wt_Import_Export_For_Woo_Basic_Export
139
  $fields['default_export_batch']=array(
140
  'label'=>__("Default Export batch count"),
141
  'type'=>'number',
142
- 'value' =>30,
143
  'field_name'=>'default_export_batch',
144
  'help_text'=>__('Provide the default count for the records to be exported in a batch.'),
145
  'validation_rule'=>array('type'=>'absint'),
 
146
  );
147
  return $fields;
148
  }
139
  $fields['default_export_batch']=array(
140
  'label'=>__("Default Export batch count"),
141
  'type'=>'number',
142
+ 'value' =>30,
143
  'field_name'=>'default_export_batch',
144
  'help_text'=>__('Provide the default count for the records to be exported in a batch.'),
145
  'validation_rule'=>array('type'=>'absint'),
146
+ 'attr' => array('min' => 1, 'max' => 200),
147
  );
148
  return $fields;
149
  }
admin/modules/export/views/main.php CHANGED
@@ -46,7 +46,8 @@ Wt_Iew_IE_Basic_Helper::debug_panel($this->module_base);
46
 
47
  <div class="wt_iew_loader_info_box"></div>
48
  <div class="wt_iew_overlayed_loader"></div>
49
- <div class="wt_iew_export_step_main" style = "width:68%">
 
50
  <?php
51
  foreach($this->steps as $stepk=>$stepv)
52
  {
@@ -54,19 +55,10 @@ Wt_Iew_IE_Basic_Helper::debug_panel($this->module_base);
54
  <div class="wt_iew_export_step wt_iew_export_step_<?php echo $stepk;?>" data-loaded="0"></div>
55
  <?php
56
  }
57
- ?>
58
  </div>
59
- <?php
60
- include $wf_admin_view_path."market.php";
61
- /*
62
- <script type="text/javascript">
63
- /* external modules can hook
64
- function wt_iew_exporter_validate(action, action_type, is_previous_step)
65
- {
66
- var is_continue=true;
67
- <?php
68
- do_action('wt_iew_exporter_validate');
69
- ?>
70
- return is_continue;
71
- }
72
- </script> */ ?>
46
 
47
  <div class="wt_iew_loader_info_box"></div>
48
  <div class="wt_iew_overlayed_loader"></div>
49
+ <div class="wt_iew_export_step_main_wrapper" style="width:68%; float: left">
50
+ <div class="wt_iew_export_step_main" style = "width:100%; float: left">
51
  <?php
52
  foreach($this->steps as $stepk=>$stepv)
53
  {
55
  <div class="wt_iew_export_step wt_iew_export_step_<?php echo $stepk;?>" data-loaded="0"></div>
56
  <?php
57
  }
58
+ ?>
59
  </div>
60
+
61
+ <?php include $wf_admin_view_path."market_front.php" ?>
62
+ </div>
63
+ <?php
64
+ include $wf_admin_view_path."market.php";
 
 
 
 
 
 
 
 
 
admin/modules/import/assets/js/main.js CHANGED
@@ -505,7 +505,13 @@ var wt_iew_basic_import=(function( $ ) {
505
  {
506
  return false;
507
  }
508
-
 
 
 
 
 
 
509
  if(action_type=='step')
510
  {
511
  wt_iew_basic_import.change_step(action);
@@ -894,15 +900,17 @@ var wt_iew_basic_import=(function( $ ) {
894
  this.to_import_title=$('[name="wt_iew_import_post_type"] option:selected').text();
895
  }
896
  $('.wt_iew_step_head_post_type_name').html(this.to_import_title);
 
897
  $('.wt-ierpro-blue-btn').attr("href", wt_iew_basic_params.pro_plugins[this.to_import]['url']);
898
  $('.wt-ier-product-name').html(wt_iew_basic_params.pro_plugins[this.to_import]['name']);
899
  $('.wt-ierpro-name>img').attr("src", wt_iew_basic_params.pro_plugins[this.to_import]['icon_url']);
900
- $('#sample-csv-file').attr("href", wt_iew_basic_params.pro_plugins[this.to_import]['sample_csv_url']);
901
- if(this.to_import_title.includes('User'))
902
- $('#user-required-field-message').show();
903
-
904
  $('.wt-ier-gopro-cta').hide();
905
  $('.wt-ier-'+this.to_import).show();
 
 
 
 
 
906
 
907
  $('.wt_iew_free_addon').hide();
908
  $('.wt_iew_import_action_btn').prop('disabled', false);
505
  {
506
  return false;
507
  }
508
+
509
+ if(action!='post_type'){
510
+ $('.ier_pro_plugins_section_small').hide();
511
+ }else{
512
+ $('.ier_pro_plugins_section_small').show();
513
+ }
514
+
515
  if(action_type=='step')
516
  {
517
  wt_iew_basic_import.change_step(action);
900
  this.to_import_title=$('[name="wt_iew_import_post_type"] option:selected').text();
901
  }
902
  $('.wt_iew_step_head_post_type_name').html(this.to_import_title);
903
+ /*
904
  $('.wt-ierpro-blue-btn').attr("href", wt_iew_basic_params.pro_plugins[this.to_import]['url']);
905
  $('.wt-ier-product-name').html(wt_iew_basic_params.pro_plugins[this.to_import]['name']);
906
  $('.wt-ierpro-name>img').attr("src", wt_iew_basic_params.pro_plugins[this.to_import]['icon_url']);
 
 
 
 
907
  $('.wt-ier-gopro-cta').hide();
908
  $('.wt-ier-'+this.to_import).show();
909
+ */
910
+
911
+ $('#sample-csv-file').attr("href", wt_iew_basic_params.pro_plugins[this.to_import]['sample_csv_url']);
912
+ if(this.to_import_title.includes('User'))
913
+ $('#user-required-field-message').show();
914
 
915
  $('.wt_iew_free_addon').hide();
916
  $('.wt_iew_import_action_btn').prop('disabled', false);
admin/modules/import/import.php CHANGED
@@ -139,10 +139,11 @@ class Wt_Import_Export_For_Woo_Basic_Import
139
  $fields['default_import_batch']=array(
140
  'label'=>__("Default Import batch count"),
141
  'type'=>'number',
142
- 'value' =>10, /* If altering then please also change batch count field help text section */
143
  'field_name'=>'default_import_batch',
144
  'help_text'=>__('Provide the default count for the records to be imported in a batch.'),
145
  'validation_rule'=>array('type'=>'absint'),
 
146
  );
147
 
148
  return $fields;
139
  $fields['default_import_batch']=array(
140
  'label'=>__("Default Import batch count"),
141
  'type'=>'number',
142
+ 'value' =>10, /* If altering then please also change batch count field help text section */
143
  'field_name'=>'default_import_batch',
144
  'help_text'=>__('Provide the default count for the records to be imported in a batch.'),
145
  'validation_rule'=>array('type'=>'absint'),
146
+ 'attr' => array('min' => 1, 'max' => 50),
147
  );
148
 
149
  return $fields;
admin/modules/import/views/main.php CHANGED
@@ -110,7 +110,8 @@ Wt_Iew_IE_Basic_Helper::debug_panel($this->module_base);
110
  <div class="wt_iew_loader_info_box"></div>
111
  <div class="wt_iew_overlayed_loader"></div>
112
 
113
- <div class="wt_iew_import_step_main" style = "width:68%">
 
114
  <?php
115
  foreach($this->steps as $stepk=>$stepv)
116
  {
@@ -118,9 +119,14 @@ Wt_Iew_IE_Basic_Helper::debug_panel($this->module_base);
118
  <div class="wt_iew_import_step wt_iew_import_step_<?php echo $stepk;?>" data-loaded="0"></div>
119
  <?php
120
  }
121
- ?>
122
  </div>
123
- <?php include $wf_admin_view_path."market.php"; ?>
 
 
 
 
 
124
  <script type="text/javascript">
125
  /* external modules can hook */
126
  function wt_iew_importer_validate_basic(action, action_type, is_previous_step)
110
  <div class="wt_iew_loader_info_box"></div>
111
  <div class="wt_iew_overlayed_loader"></div>
112
 
113
+ <div class="wt_iew_import_step_main_wrapper" style="width:68%; float: left">
114
+ <div class="wt_iew_import_step_main" style = "width:100%; float: left">
115
  <?php
116
  foreach($this->steps as $stepk=>$stepv)
117
  {
119
  <div class="wt_iew_import_step wt_iew_import_step_<?php echo $stepk;?>" data-loaded="0"></div>
120
  <?php
121
  }
122
+ ?>
123
  </div>
124
+
125
+ <?php include $wf_admin_view_path."market_front.php" ?>
126
+ </div>
127
+ <?php
128
+ include $wf_admin_view_path."market.php";
129
+ ?>
130
  <script type="text/javascript">
131
  /* external modules can hook */
132
  function wt_iew_importer_validate_basic(action, action_type, is_previous_step)
admin/modules/order/order.php CHANGED
@@ -204,13 +204,13 @@ class Wt_Import_Export_For_Woo_Basic_Order {
204
  *
205
  */
206
  public function wt_iew_exporter_post_types_basic($arr) {
207
- $arr['order'] = __('Order');
208
- $arr['coupon'] = __('Coupon');
209
- $arr['product'] = __('Product');
210
- $arr['product_review'] = __('Product Review');
211
- $arr['product_categories'] = __('Product Categories');
212
- $arr['product_tags'] = __('Product Tags');
213
- $arr['user'] = __('User/Customer');
214
  return $arr;
215
  }
216
 
204
  *
205
  */
206
  public function wt_iew_exporter_post_types_basic($arr) {
207
+ $arr['order'] = __('Order', 'order-import-export-for-woocommerce');
208
+ $arr['coupon'] = __('Coupon', 'order-import-export-for-woocommerce');
209
+ $arr['product'] = __('Product', 'order-import-export-for-woocommerce');
210
+ $arr['product_review'] = __('Product Review', 'order-import-export-for-woocommerce');
211
+ $arr['product_categories'] = __('Product Categories', 'order-import-export-for-woocommerce');
212
+ $arr['product_tags'] = __('Product Tags', 'order-import-export-for-woocommerce');
213
+ $arr['user'] = __('User/Customer', 'order-import-export-for-woocommerce');
214
  return $arr;
215
  }
216
 
admin/views/market.php CHANGED
@@ -7,23 +7,72 @@ if (!defined('ABSPATH')) {
7
  <div class="wt-import-export-upsell-wrapper market-box table-box-main">
8
  <div class="ier-premium-upgrade wt-ierpro-sidebar">
9
 
10
- <div class="wt-ierpro-header">
11
  <div class="wt-ierpro-name">
12
- <img src="<?php echo WT_O_IEW_PLUGIN_URL; ?>assets/images/gopro/order-ie.svg" alt="featured img" width="36" height="36">
13
- <h4 class="wt-ier-product-name"><?php _e('Order, Coupon, Subscription Export Import for WooCommerce'); ?></h4>
 
 
 
14
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  <div class="wt-ierpro-mainfeatures">
16
- <ul>
 
 
 
17
  <li class="money-back"><?php _e('30 Day Money Back Guarantee'); ?></li>
18
  <li class="support"><?php _e('Fast and Superior Support'); ?></li>
19
- </ul>
20
- <div class="wt-ierpro-btn-wrapper">
21
- <a href="<?php echo admin_url('admin.php?page=wt_import_export_for_woo_basic#wt-pro-upgrade'); ?>" class="wt-ierpro-blue-btn" target="_blank"><?php _e('UPGRADE TO PREMIUM'); ?></a>
22
- </div>
23
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  </div>
25
- <?php do_action('wt_order_addon_basic_gopro_content'); ?>
26
- <?php do_action('wt_product_addon_basic_gopro_content'); ?>
27
- <?php do_action('wt_user_addon_basic_gopro_content'); ?>
 
28
  </div>
29
  </div>
7
  <div class="wt-import-export-upsell-wrapper market-box table-box-main">
8
  <div class="ier-premium-upgrade wt-ierpro-sidebar">
9
 
10
+ <div class="wt-ierpro-header">
11
  <div class="wt-ierpro-name">
12
+ <div style="float: left"><img src="<?php echo WT_O_IEW_PLUGIN_URL; ?>assets/images/gopro/suite.svg" alt="featured img" width="36" height="36"></div>
13
+ <div style="float: right">
14
+ <h4 class="wt-ier-product-name"><?php _e('Import Export Suite for WooCommerce'); ?></h4>
15
+ <span class="wt-ier-rating-number">4.8 </span> <?php wp_star_rating( array( 'rating' => 4.8, 'number'=> 5 ) ); ?>
16
+ </div>
17
  </div>
18
+ <div class="wt-ier-all-in-one-text">
19
+ <span class="wt-ier-all-in-one-text-sp">
20
+ <?php esc_html_e('An All-In-One Plugin To Import & Export All Your WooCommerce Store Data'); ?>
21
+ </span>
22
+ </div>
23
+
24
+
25
+ <div class="wt-ier-order wt-ier-coupon wt-ier-gopro-cta wt-ierpro-features">
26
+ <div class="wt-ier-suite-main-points">
27
+ <div class="wt-ier-suite-sub-points-left" style="float:left;">
28
+ <ul class="ticked-list wt-ierpro-allfeat">
29
+ <li><?php _e('Products'); ?></li>
30
+ <li><?php _e('Orders '); ?></li>
31
+ <li><?php _e('Subscriptions '); ?></li>
32
+ <li><?php _e('Coupons '); ?></li>
33
+ </ul>
34
+ </div>
35
+ <div class="wt-ier-suite-sub-points-right" style="float: right;">
36
+ <ul class="ticked-list wt-ierpro-allfeat">
37
+ <li><?php _e('Customers'); ?></li>
38
+ <li><?php _e('WordPress Users'); ?></li>
39
+ <li><?php _e('Categories & Tags '); ?></li>
40
+ <li><?php _e('Reviews'); ?></li>
41
+ </ul>
42
+ </div>
43
+ </div>
44
+ </div>
45
+
46
+
47
  <div class="wt-ierpro-mainfeatures">
48
+ <div class="wt-ierpro-btn-wrapper">
49
+ <a href="<?php echo esc_url( "https://www.webtoffee.com/product/woocommerce-import-export-suite/?utm_source=free_plugin_revamp&utm_medium=basic_revamp&utm_campaign=Import_Export_Suite&utm_content=".WT_O_IEW_VERSION ); ?>" class="wt-ierpro-blue-btn-suite" target="_blank"><?php _e('GET THE PLUGIN'); ?> <span class="dashicons dashicons-arrow-right-alt"></span></a>
50
+ </div>
51
+ <ul class="wt-ier-suite-moneyback-wrap">
52
  <li class="money-back"><?php _e('30 Day Money Back Guarantee'); ?></li>
53
  <li class="support"><?php _e('Fast and Superior Support'); ?></li>
54
+ </ul>
 
 
 
55
  </div>
56
+
57
+
58
+
59
+ <div class="wt-ier-order wt-ier-coupon wt-ier-gopro-cta wt-ierpro-features">
60
+ <ul class="ticked-list wt-ierpro-allfeat">
61
+ <li><?php _e('Supports Excel, XML, CSV, and TSV file formats'); ?></li>
62
+ <li><?php _e('Schedule automated import & export'); ?></li>
63
+ <li><?php _e('Import and export from URL, FTP/SFTP '); ?></li>
64
+ <li><?php _e('Import & export custom fields and values'); ?></li>
65
+ <li><?php _e('Advanced filters and customizations for import & export'); ?></li>
66
+ <li><?php _e('Add & update data while importing'); ?></li>
67
+ <li><?php _e('Maintains action history and debug logs'); ?></li>
68
+ <li><?php _e('Simple and easy-to-use interface'); ?></li>
69
+ <li><?php _e('Compatible with major 3rd-party plugins'); ?></li>
70
+ <li><?php _e('Timely updates and fixes'); ?></li>
71
+ </ul>
72
  </div>
73
+
74
+
75
+ </div>
76
+
77
  </div>
78
  </div>
admin/views/market_front.php ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if (!defined('ABSPATH')) {
3
+ exit;
4
+ }
5
+ ?>
6
+
7
+ <div class="ier_pro_plugins_section_small">
8
+ <div class="wt-import-export-upsell-small-wrapper market-box table-box-main">
9
+ <div class="ier-premium-upgrade wt-ierpro-sidebar">
10
+ <div class="wt-ierpro-header">
11
+ <div class="wt-ierpro-name-small">
12
+ <img src="<?php echo WT_O_IEW_PLUGIN_URL; ?>assets/images/gopro/order-ie.svg" alt="featured img" width="36" height="36">
13
+ <h4 class="wt-ier-product-name-small"><?php _e('Order, Coupon, Subscription Import Export for WooCommerce'); ?></h4>
14
+ </div>
15
+ <p style="margin-left:25px;"><b><?php _e('All free version features'); ?> +</b></p>
16
+ <div class="wt-ier-product-features wt-ier-gopro-cta-small wt-ierpro-features">
17
+ <ul class="ticked-list wt-ierpro-allfeat">
18
+ <li><?php _e('Import & export in Excel, XML, CSV, and TSV formats'); ?></li>
19
+ <li><?php _e('Schedule automated import & export'); ?></li>
20
+ <li><?php _e('Advanced filters and customizations for better control'); ?></li>
21
+ <li><?php _e('Email customers on order status change'); ?></li>
22
+ <li><?php _e('Create users on order import'); ?></li>
23
+ </ul>
24
+ <div class="wt-ierpro-btn-wrapper">
25
+ <a href="<?php echo esc_url( "https://www.webtoffee.com/product/order-import-export-plugin-for-woocommerce/?utm_source=free_plugin_revamp&utm_medium=basic_revamp&utm_campaign=Order_Import_Export&utm_content=" . WT_O_IEW_VERSION ); ?>" target="_blank" class="wt-ierpro-outline-btn"><?php _e('UPGRADE TO PREMIUM'); ?></a>
26
+ </div>
27
+ </div>
28
+ </div>
29
+ </div>
30
+ </div>
31
+
32
+ <div class="wt-import-export-upsell-small-wrapper market-box table-box-main">
33
+ <div class="ier-premium-upgrade wt-ierpro-sidebar">
34
+ <div class="wt-ierpro-header">
35
+ <div class="wt-ierpro-name-small">
36
+ <img src="<?php echo WT_O_IEW_PLUGIN_URL; ?>assets/images/gopro/product-ie.svg" alt="featured img" width="36" height="36">
37
+ <h4 class="wt-ier-product-name-small"><?php _e('Product Import Export Plugin For WooCommerce'); ?></h4>
38
+ </div>
39
+ <p style="margin-left:25px;"><b><?php _e('All free version features'); ?> +</b></p>
40
+ <div class="wt-ier-product-features wt-ier-gopro-cta-small wt-ierpro-features">
41
+ <ul class="ticked-list wt-ierpro-allfeat">
42
+ <li><?php _e('Export and import variable products, subscription'); ?></li>
43
+ <li><?php _e('Import & export in Excel, XML, CSV, and TSV formats'); ?></li>
44
+ <li><?php _e('Schedule automated import & export'); ?></li>
45
+ <li><?php _e('Advanced filters and customizations for better control'); ?></li>
46
+ <li><?php _e('Export product images in a separate zip file'); ?></li>
47
+ </ul>
48
+ <div class="wt-ierpro-btn-wrapper">
49
+ <a href="<?php echo esc_url( "https://www.webtoffee.com/product/product-import-export-woocommerce/?utm_source=free_plugin_revamp&utm_medium=basic_revamp&utm_campaign=Product_Import_Export&utm_content=" . WT_O_IEW_VERSION ); ?>" target="_blank" class="wt-ierpro-outline-btn"><?php _e('UPGRADE TO PREMIUM'); ?></a>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ </div>
54
+ </div>
55
+
56
+ <div class="wt-import-export-upsell-small-wrapper market-box table-box-main" style="margin:0px;">
57
+ <div class="ier-premium-upgrade wt-ierpro-sidebar">
58
+ <div class="wt-ierpro-header">
59
+ <div class="wt-ierpro-name-small">
60
+ <img src="<?php echo WT_O_IEW_PLUGIN_URL; ?>assets/images/gopro/user-ie.svg" alt="featured img" width="36" height="36">
61
+ <h4 class="wt-ier-product-name-small"><?php _e('WordPress Users & WooCommerce Customers Import Export'); ?></h4>
62
+ </div>
63
+ <p style="margin-left:25px;"><b><?php _e('All free version features'); ?> +</b></p>
64
+ <div class="wt-ier-product-features wt-ier-gopro-cta-small wt-ierpro-features">
65
+ <ul class="ticked-list wt-ierpro-allfeat">
66
+ <li><?php _e('Import & export in Excel, XML, CSV, and TSV formats'); ?></li>
67
+ <li><?php _e('Advanced filters and customizations for better control'); ?></li>
68
+ <li><?php _e('Customize and send emails to new users on import'); ?></li>
69
+ <li><?php _e('Export and import custom fields and third-party plugin fields '); ?></li>
70
+ <li><?php _e('Schedule automated import & export '); ?></li>
71
+ </ul>
72
+ <div class="wt-ierpro-btn-wrapper">
73
+ <a href="<?php echo esc_url( "https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/?utm_source=free_plugin_revamp&utm_medium=basic_revamp&utm_campaign=User_Import_Export&utm_content=" . WT_O_IEW_VERSION ); ?>" target="_blank" class="wt-ierpro-outline-btn"><?php _e('UPGRADE TO PREMIUM'); ?></a>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ </div>
78
+ </div>
79
+ </div>
class-wt-order-review-request.php CHANGED
@@ -14,7 +14,7 @@ class Order_Import_Export_Review_Request
14
  /**
15
  * config options
16
  */
17
- private $plugin_title = "Order / Coupon / Subscription Export Import Plugin for WooCommerce (BASIC)";
18
  private $review_url = "https://wordpress.org/support/plugin/order-import-export-for-woocommerce/reviews/#new-post";
19
  private $plugin_prefix = "wt_o_iew_basic"; /* must be unique name */
20
  private $activation_hook = "wt_o_iew_basic_activate"; /* hook for activation, to store activated date */
14
  /**
15
  * config options
16
  */
17
+ private $plugin_title = "Order Export & Order Import for WooCommerce";
18
  private $review_url = "https://wordpress.org/support/plugin/order-import-export-for-woocommerce/reviews/#new-post";
19
  private $plugin_prefix = "wt_o_iew_basic"; /* must be unique name */
20
  private $activation_hook = "wt_o_iew_basic_activate"; /* hook for activation, to store activated date */
includes/class-wt-import-export-for-woo.php CHANGED
@@ -80,7 +80,7 @@ class Wt_Import_Export_For_Woo_Basic {
80
  if ( defined( 'WT_O_IEW_VERSION' ) ) {
81
  $this->version = WT_O_IEW_VERSION;
82
  } else {
83
- $this->version = '2.2.7';
84
  }
85
  $this->plugin_name = 'wt-import-export-for-woo-basic';
86
 
80
  if ( defined( 'WT_O_IEW_VERSION' ) ) {
81
  $this->version = WT_O_IEW_VERSION;
82
  } else {
83
+ $this->version = '2.2.8';
84
  }
85
  $this->plugin_name = 'wt-import-export-for-woo-basic';
86
 
order-import-export-for-woocommerce.php CHANGED
@@ -6,12 +6,12 @@ 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: 2.2.7
10
  Text Domain: order-import-export-for-woocommerce
11
  Domain Path: /languages
12
  Requires at least: 3.0
13
  Requires PHP: 5.6
14
- WC tested up to: 6.8
15
  License: GPLv3
16
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
17
  */
@@ -48,7 +48,7 @@ if ( !defined( 'WT_IEW_DEBUG_BASIC_TROUBLESHOOT' ) ) {
48
  * Start at version 1.0.0 and use SemVer - https://semver.org
49
  * Rename this for your plugin and update it as you release new versions.
50
  */
51
- define( 'WT_O_IEW_VERSION', '2.2.7' );
52
 
53
  /**
54
  * The code that runs during plugin activation.
@@ -260,7 +260,7 @@ add_action( 'wt_order_addon_basic_gopro_content', 'wt_order_addon_basic_gopro_co
260
  function wt_order_addon_basic_gopro_content() {
261
  if ( defined( 'WT_IEW_PLUGIN_ID_BASIC' ) ) {
262
  ?>
263
- <div class="wt-ier-coupon wt-ier-order wt-ier-gopro-cta wt-ierpro-features" style="display: none;">
264
  <ul class="ticked-list wt-ierpro-allfeat">
265
  <li><?php _e('Import and export in XLS and XLSX formats'); ?><span class="wt-iew-upgrade-to-pro-new-feature"><?php esc_html_e( 'New' ); ?></span></li>
266
  <li><?php _e('All free version features'); ?></li>
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: 2.2.8
10
  Text Domain: order-import-export-for-woocommerce
11
  Domain Path: /languages
12
  Requires at least: 3.0
13
  Requires PHP: 5.6
14
+ WC tested up to: 7.0
15
  License: GPLv3
16
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
17
  */
48
  * Start at version 1.0.0 and use SemVer - https://semver.org
49
  * Rename this for your plugin and update it as you release new versions.
50
  */
51
+ define( 'WT_O_IEW_VERSION', '2.2.8' );
52
 
53
  /**
54
  * The code that runs during plugin activation.
260
  function wt_order_addon_basic_gopro_content() {
261
  if ( defined( 'WT_IEW_PLUGIN_ID_BASIC' ) ) {
262
  ?>
263
+ <div class="wt-ier-coupon wt-ier-order wt-ier-gopro-cta wt-ierpro-features" style="display: none;">
264
  <ul class="ticked-list wt-ierpro-allfeat">
265
  <li><?php _e('Import and export in XLS and XLSX formats'); ?><span class="wt-iew-upgrade-to-pro-new-feature"><?php esc_html_e( 'New' ); ?></span></li>
266
  <li><?php _e('All free version features'); ?></li>
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: order export, woocommerce, order, export, csv, order import, woocommerce e
5
  Requires at least: 3.0.1
6
  Tested up to: 6.0
7
  Requires PHP: 5.6
8
- Stable tag: 2.2.7
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -28,7 +28,7 @@ The following are functionalities offered by the basic version of the plugin.
28
  &#128312; Bulk update WooCommerce orders and coupons.
29
  &#128312; Compatible with YITH WooCommerce Order Tracking plugin.
30
  &#128312; Supports various export filters (order status, product, coupon, customer, date range)
31
- &#128312; Tested OK with WooCommerce 6.8
32
  &#128312; Tested OK with WordPress 6.0
33
  &#128312; Tested OK with PHP 8.0
34
 
@@ -222,6 +222,9 @@ Yes.
222
 
223
  == Changelog ==
224
 
 
 
 
225
  = 2.2.7 2022-08-25 =
226
  * WooCommerce 6.8 Tested OK.
227
  * Bugfix: Duplicate export button on order and coupon listing pages when both Pro and Free versions are active.
@@ -511,6 +514,6 @@ Yes.
511
 
512
  == Upgrade Notice ==
513
 
514
- = 2.2.7 =
515
- * WooCommerce 6.8 Tested OK.
516
- * Bugfix: Duplicate export button on order and coupon listing pages when both Pro and Free versions are active.
5
  Requires at least: 3.0.1
6
  Tested up to: 6.0
7
  Requires PHP: 5.6
8
+ Stable tag: 2.2.8
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
28
  &#128312; Bulk update WooCommerce orders and coupons.
29
  &#128312; Compatible with YITH WooCommerce Order Tracking plugin.
30
  &#128312; Supports various export filters (order status, product, coupon, customer, date range)
31
+ &#128312; Tested OK with WooCommerce 7.0
32
  &#128312; Tested OK with WordPress 6.0
33
  &#128312; Tested OK with PHP 8.0
34
 
222
 
223
  == Changelog ==
224
 
225
+ = 2.2.8 2022-10-20 =
226
+ * WooCommerce 7.0 Tested OK.
227
+ * Enhancement: Set Min and Max limit for import and export default batch count in General setting page.
228
  = 2.2.7 2022-08-25 =
229
  * WooCommerce 6.8 Tested OK.
230
  * Bugfix: Duplicate export button on order and coupon listing pages when both Pro and Free versions are active.
514
 
515
  == Upgrade Notice ==
516
 
517
+ = 2.2.8 =
518
+ * WooCommerce 7.0 Tested OK.
519
+ * Enhancement: Set Min and Max limit for import and export default batch count in General setting page.