Flexible Shipping for WooCommerce - Version 4.16.2

Version Description

  • 2022-11-15 =
  • Added extended debug information
Download this release

Release Info

Developer octolize
Plugin Icon 128x128 Flexible Shipping for WooCommerce
Version 4.16.2
Comparing to
See all releases

Code changes from version 4.16.1 to 4.16.2

flexible-shipping.php CHANGED
@@ -3,14 +3,14 @@
3
  * Plugin Name: Flexible Shipping
4
  * Plugin URI: https://wordpress.org/plugins/flexible-shipping/
5
  * Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
6
- * Version: 4.16.1
7
  * Author: Octolize
8
  * Author URI: https://octol.io/fs-author
9
  * Text Domain: flexible-shipping
10
  * Domain Path: /lang/
11
  * Requires at least: 5.7
12
  * Tested up to: 6.1
13
- * WC requires at least: 6.7
14
  * WC tested up to: 7.1
15
  * Requires PHP: 7.0
16
  *
@@ -38,7 +38,7 @@ if ( ! defined( 'ABSPATH' ) ) {
38
  } // Exit if accessed directly
39
 
40
  /* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
41
- $plugin_version = '4.16.1';
42
 
43
  $plugin_name = 'Flexible Shipping';
44
  $product_id = 'Flexible Shipping';
3
  * Plugin Name: Flexible Shipping
4
  * Plugin URI: https://wordpress.org/plugins/flexible-shipping/
5
  * Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
6
+ * Version: 4.16.2
7
  * Author: Octolize
8
  * Author URI: https://octol.io/fs-author
9
  * Text Domain: flexible-shipping
10
  * Domain Path: /lang/
11
  * Requires at least: 5.7
12
  * Tested up to: 6.1
13
+ * WC requires at least: 6.8
14
  * WC tested up to: 7.1
15
  * Requires PHP: 7.0
16
  *
38
  } // Exit if accessed directly
39
 
40
  /* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
41
+ $plugin_version = '4.16.2';
42
 
43
  $plugin_name = 'Flexible Shipping';
44
  $product_id = 'Flexible Shipping';
lang/flexible-shipping.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Flexible Shipping plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Flexible Shipping 4.16.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/flexible-shipping\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-10-27T08:53:24+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: flexible-shipping\n"
@@ -25,6 +25,7 @@ msgstr ""
25
  #: src/WPDesk/FS/TableRate/ShippingMethod/Duplicate/DuplicateAction.php:76
26
  #: src/WPDesk/FS/TableRate/ShippingMethod/Duplicate/DuplicateScript.php:67
27
  #: src/WPDesk/FS/TableRate/ShippingMethodSingle.php:63
 
28
  msgid "Flexible Shipping"
29
  msgstr ""
30
 
@@ -160,11 +161,13 @@ msgstr ""
160
 
161
  #: classes/table-rate/settings/flexible-shipping.php:40
162
  #: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:59
 
163
  msgid "Taxable"
164
  msgstr ""
165
 
166
  #: classes/table-rate/settings/flexible-shipping.php:41
167
  #: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:60
 
168
  msgctxt "Tax status"
169
  msgid "None"
170
  msgstr ""
@@ -331,6 +334,8 @@ msgstr ""
331
  #: classes/table-rate/views/html-shipping-method-settings.php:17
332
  #: src/WPDesk/FS/Shipment/views/html-orders-filter-form.php:13
333
  #: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:189
 
 
334
  msgid "Integration"
335
  msgstr ""
336
 
@@ -346,9 +351,10 @@ msgstr ""
346
  #: classes/table-rate/views/html-shipping-method-settings.php:72
347
  #: src/WPDesk/FS/TableRate/Rule/Condition/AbstractCondition.php:156
348
  #: src/WPDesk/FS/TableRate/Rule/Condition/None.php:64
349
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:252
350
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:258
351
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:269
 
352
  msgid "yes"
353
  msgstr ""
354
 
@@ -446,18 +452,25 @@ msgstr ""
446
 
447
  #. Translators: plugin name.
448
  #: classes/views/deactivation_thickbox.php:25
 
 
449
  msgid "You are deactivating %s plugin."
450
  msgstr ""
451
 
452
  #: classes/views/deactivation_thickbox.php:36
 
453
  msgid "If you have a moment, please let us know why you are deactivating the plugin (anonymous feedback):"
454
  msgstr ""
455
 
456
  #: classes/views/deactivation_thickbox.php:44
 
 
457
  msgid "The plugin suddenly stopped working"
458
  msgstr ""
459
 
460
  #: classes/views/deactivation_thickbox.php:52
 
 
461
  msgid "The plugin broke my site"
462
  msgstr ""
463
 
@@ -470,64 +483,88 @@ msgid "Please let us know how we can improve it"
470
  msgstr ""
471
 
472
  #: classes/views/deactivation_thickbox.php:71
 
473
  msgid "I have found a better plugin"
474
  msgstr ""
475
 
476
  #: classes/views/deactivation_thickbox.php:74
 
 
477
  msgid "What's the plugin's name?"
478
  msgstr ""
479
 
480
  #: classes/views/deactivation_thickbox.php:82
 
 
481
  msgid "I only needed the plugin for a short period"
482
  msgstr ""
483
 
484
  #: classes/views/deactivation_thickbox.php:90
 
 
485
  msgid "I no longer need the plugin"
486
  msgstr ""
487
 
488
  #: classes/views/deactivation_thickbox.php:98
 
 
489
  msgid "It's a temporary deactivation. I'm just debugging an issue."
490
  msgstr ""
491
 
492
  #: classes/views/deactivation_thickbox.php:106
 
 
493
  msgid "Other"
494
  msgstr ""
495
 
496
  #: classes/views/deactivation_thickbox.php:109
 
497
  msgid "Please let us know how we can improve our plugin"
498
  msgstr ""
499
 
500
  #: classes/views/deactivation_thickbox.php:116
 
 
 
 
501
  msgid "Cancel"
502
  msgstr ""
503
 
504
  #: classes/views/deactivation_thickbox.php:117
 
 
505
  msgid "Skip &amp; Deactivate"
506
  msgstr ""
507
 
508
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:22
 
509
  msgid "Unknown error!"
510
  msgstr ""
511
 
512
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:25
 
513
  msgid "Nonce verification error! Invalid request."
514
  msgstr ""
515
 
516
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:29
 
517
  msgid "No shipment id!"
518
  msgstr ""
519
 
520
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:33
 
521
  msgid "No data!"
522
  msgstr ""
523
 
524
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:52
 
525
  msgid "Saved"
526
  msgstr ""
527
 
528
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:55
529
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:164
530
  #: src/WPDesk/FS/Shipment/ModifyStatuses.php:31
 
531
  msgid "Created"
532
  msgstr ""
533
 
@@ -622,6 +659,7 @@ msgstr ""
622
 
623
  #. translators: open tag, close tag.
624
  #: src/WPDesk/FS/Nps/NpsHooks.php:107
 
625
  msgid "By using the 'Send feedback' button I hereby agree and consent to the terms of %1$sPrivacy Policy%2$s."
626
  msgstr ""
627
 
@@ -823,6 +861,7 @@ msgstr ""
823
 
824
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:100
825
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:162
 
826
  msgid "Error"
827
  msgstr ""
828
 
@@ -1056,9 +1095,10 @@ msgstr ""
1056
  #. Translators: free shipping.
1057
  #: src/WPDesk/FS/TableRate/Rule/Condition/AbstractCondition.php:156
1058
  #: src/WPDesk/FS/TableRate/Rule/Condition/None.php:64
1059
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:252
1060
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:258
1061
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:269
 
1062
  msgid "no"
1063
  msgstr ""
1064
 
@@ -1072,6 +1112,7 @@ msgstr ""
1072
 
1073
  #: src/WPDesk/FS/TableRate/Rule/Condition/Price.php:31
1074
  #: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:55
 
1075
  msgid "Price"
1076
  msgstr ""
1077
 
@@ -1238,6 +1279,7 @@ msgstr ""
1238
 
1239
  #: src/WPDesk/FS/TableRate/Rule/Condition/Weight.php:31
1240
  #: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:36
 
1241
  msgid "Weight"
1242
  msgstr ""
1243
 
@@ -1344,6 +1386,7 @@ msgstr ""
1344
  msgid " Matched items weight: %1$s"
1345
  msgstr ""
1346
 
 
1347
  #: src/WPDesk/FS/TableRate/Rule/Rule.php:159
1348
  msgid "Rule costs:"
1349
  msgstr ""
@@ -1355,6 +1398,8 @@ msgstr ""
1355
 
1356
  #: src/WPDesk/FS/TableRate/Rule/SpecialAction/None.php:19
1357
  #: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:181
 
 
1358
  msgid "None"
1359
  msgstr ""
1360
 
@@ -1363,7 +1408,7 @@ msgid "special action"
1363
  msgstr ""
1364
 
1365
  #: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:37
1366
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:354
1367
  msgid "Free"
1368
  msgstr ""
1369
 
@@ -1524,37 +1569,37 @@ msgid "Contents weight: %1$s"
1524
  msgstr ""
1525
 
1526
  #. Translators: add method.
1527
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:252
1528
  msgid "Used and displayed in the cart/checkout: %1$s"
1529
  msgstr ""
1530
 
1531
  #. Translators: add method.
1532
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:258
1533
  msgid "Used and displayed in the cart/checkout after filters: %1$s"
1534
  msgstr ""
1535
 
1536
  #. Translators: cost, currency.
1537
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:265
1538
  msgid "Calculated shipping cost: %1$s %2$s"
1539
  msgstr ""
1540
 
1541
  #. Translators: free shipping.
1542
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:269
1543
  msgid "Free shipping: %1$s"
1544
  msgstr ""
1545
 
1546
  #. Translators: shipping cost after free shipping.
1547
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:274
1548
  msgid "Shipping cost after free shipping applied: %1$s"
1549
  msgstr ""
1550
 
1551
  #. Translators: method id.
1552
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:278
1553
  msgid "Shipping method ID: %1$s"
1554
  msgstr ""
1555
 
1556
  #. Translators: method title.
1557
- #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:282
1558
  msgid "Shipping method title: %1$s"
1559
  msgstr ""
1560
 
@@ -1629,6 +1674,9 @@ msgstr ""
1629
 
1630
  #. Translators: username.
1631
  #: src/WPDesk/FS/Tracker/TrackerNotices.php:42
 
 
 
1632
  msgid "Hey %s,"
1633
  msgstr ""
1634
 
@@ -1647,6 +1695,9 @@ msgstr ""
1647
 
1648
  #: templates/email/after_order_table.php:12
1649
  #: templates/myaccount/after_order_table.php:15
 
 
 
1650
  msgid "Shipment"
1651
  msgstr ""
1652
 
@@ -1655,6 +1706,525 @@ msgstr ""
1655
  msgid "Track shipment: "
1656
  msgstr ""
1657
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1658
  #: assets-src/rules-settings/js/components/html-woo-select.js:37
1659
  #: assets-src/rules-settings/js/components/html-woo-select.js:233
1660
  msgid "Enter 3 or more characters"
2
  # This file is distributed under the same license as the Flexible Shipping plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Flexible Shipping 4.16.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/flexible-shipping\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-11-15T10:13:11+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: flexible-shipping\n"
25
  #: src/WPDesk/FS/TableRate/ShippingMethod/Duplicate/DuplicateAction.php:76
26
  #: src/WPDesk/FS/TableRate/ShippingMethod/Duplicate/DuplicateScript.php:67
27
  #: src/WPDesk/FS/TableRate/ShippingMethodSingle.php:63
28
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/PluginCompatibilityChecker.php:94
29
  msgid "Flexible Shipping"
30
  msgstr ""
31
 
161
 
162
  #: classes/table-rate/settings/flexible-shipping.php:40
163
  #: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:59
164
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/MethodSettingsImplementation.php:279
165
  msgid "Taxable"
166
  msgstr ""
167
 
168
  #: classes/table-rate/settings/flexible-shipping.php:41
169
  #: src/WPDesk/FS/TableRate/ShippingMethod/SingleMethodSettings.php:60
170
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/MethodSettingsImplementation.php:279
171
  msgctxt "Tax status"
172
  msgid "None"
173
  msgstr ""
334
  #: classes/table-rate/views/html-shipping-method-settings.php:17
335
  #: src/WPDesk/FS/Shipment/views/html-orders-filter-form.php:13
336
  #: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:189
337
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:95
338
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/filter-form.php:14
339
  msgid "Integration"
340
  msgstr ""
341
 
351
  #: classes/table-rate/views/html-shipping-method-settings.php:72
352
  #: src/WPDesk/FS/TableRate/Rule/Condition/AbstractCondition.php:156
353
  #: src/WPDesk/FS/TableRate/Rule/Condition/None.php:64
354
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:254
355
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:260
356
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:271
357
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CheckboxValue.php:23
358
  msgid "yes"
359
  msgstr ""
360
 
452
 
453
  #. Translators: plugin name.
454
  #: classes/views/deactivation_thickbox.php:25
455
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:20
456
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:11
457
  msgid "You are deactivating %s plugin."
458
  msgstr ""
459
 
460
  #: classes/views/deactivation_thickbox.php:36
461
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:29
462
  msgid "If you have a moment, please let us know why you are deactivating the plugin (anonymous feedback):"
463
  msgstr ""
464
 
465
  #: classes/views/deactivation_thickbox.php:44
466
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:38
467
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:28
468
  msgid "The plugin suddenly stopped working"
469
  msgstr ""
470
 
471
  #: classes/views/deactivation_thickbox.php:52
472
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:48
473
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:38
474
  msgid "The plugin broke my site"
475
  msgstr ""
476
 
483
  msgstr ""
484
 
485
  #: classes/views/deactivation_thickbox.php:71
486
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:58
487
  msgid "I have found a better plugin"
488
  msgstr ""
489
 
490
  #: classes/views/deactivation_thickbox.php:74
491
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:63
492
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:53
493
  msgid "What's the plugin's name?"
494
  msgstr ""
495
 
496
  #: classes/views/deactivation_thickbox.php:82
497
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:73
498
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:63
499
  msgid "I only needed the plugin for a short period"
500
  msgstr ""
501
 
502
  #: classes/views/deactivation_thickbox.php:90
503
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:83
504
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:73
505
  msgid "I no longer need the plugin"
506
  msgstr ""
507
 
508
  #: classes/views/deactivation_thickbox.php:98
509
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:93
510
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:83
511
  msgid "It's a temporary deactivation. I'm just debugging an issue."
512
  msgstr ""
513
 
514
  #: classes/views/deactivation_thickbox.php:106
515
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:103
516
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:93
517
  msgid "Other"
518
  msgstr ""
519
 
520
  #: classes/views/deactivation_thickbox.php:109
521
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:108
522
  msgid "Please let us know how we can improve our plugin"
523
  msgstr ""
524
 
525
  #: classes/views/deactivation_thickbox.php:116
526
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/column-actions.php:16
527
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:117
528
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-user-feedback/src/WPDesk/Tracker/UserFeedback/views/thickbox.php:98
529
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:107
530
  msgid "Cancel"
531
  msgstr ""
532
 
533
  #: classes/views/deactivation_thickbox.php:117
534
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/thickbox.php:120
535
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:110
536
  msgid "Skip &amp; Deactivate"
537
  msgstr ""
538
 
539
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:22
540
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:15
541
  msgid "Unknown error!"
542
  msgstr ""
543
 
544
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:25
545
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:18
546
  msgid "Nonce verification error! Invalid request."
547
  msgstr ""
548
 
549
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:29
550
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:22
551
  msgid "No shipment id!"
552
  msgstr ""
553
 
554
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:33
555
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:26
556
  msgid "No data!"
557
  msgstr ""
558
 
559
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:52
560
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:43
561
  msgid "Saved"
562
  msgstr ""
563
 
564
  #: classes/wp-wpdesk-fs-shipment/metabox/ajax.php:55
565
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:164
566
  #: src/WPDesk/FS/Shipment/ModifyStatuses.php:31
567
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Metabox/Ajax.php:46
568
  msgid "Created"
569
  msgstr ""
570
 
659
 
660
  #. translators: open tag, close tag.
661
  #: src/WPDesk/FS/Nps/NpsHooks.php:107
662
+ #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:129
663
  msgid "By using the 'Send feedback' button I hereby agree and consent to the terms of %1$sPrivacy Policy%2$s."
664
  msgstr ""
665
 
861
 
862
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:100
863
  #: src/WPDesk/FS/Shipment/ModifyOrderTable.php:162
864
+ #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
865
  msgid "Error"
866
  msgstr ""
867
 
1095
  #. Translators: free shipping.
1096
  #: src/WPDesk/FS/TableRate/Rule/Condition/AbstractCondition.php:156
1097
  #: src/WPDesk/FS/TableRate/Rule/Condition/None.php:64
1098
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:254
1099
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:260
1100
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:271
1101
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CheckboxValue.php:23
1102
  msgid "no"
1103
  msgstr ""
1104
 
1112
 
1113
  #: src/WPDesk/FS/TableRate/Rule/Condition/Price.php:31
1114
  #: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:55
1115
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/BasedOnOptions.php:20
1116
  msgid "Price"
1117
  msgstr ""
1118
 
1279
 
1280
  #: src/WPDesk/FS/TableRate/Rule/Condition/Weight.php:31
1281
  #: src/WPDesk/FS/TableRate/Rule/PreconfiguredScenarios/PreconfiguredScenariosFactory.php:36
1282
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/BasedOnOptions.php:20
1283
  msgid "Weight"
1284
  msgstr ""
1285
 
1386
  msgid " Matched items weight: %1$s"
1387
  msgstr ""
1388
 
1389
+ #. Translators: items weight.
1390
  #: src/WPDesk/FS/TableRate/Rule/Rule.php:159
1391
  msgid "Rule costs:"
1392
  msgstr ""
1398
 
1399
  #: src/WPDesk/FS/TableRate/Rule/SpecialAction/None.php:19
1400
  #: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:181
1401
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/BasedOnOptions.php:20
1402
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/IntegrationSettingsImplementation.php:40
1403
  msgid "None"
1404
  msgstr ""
1405
 
1408
  msgstr ""
1409
 
1410
  #: src/WPDesk/FS/TableRate/ShippingMethod/CommonMethodSettings.php:37
1411
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:356
1412
  msgid "Free"
1413
  msgstr ""
1414
 
1569
  msgstr ""
1570
 
1571
  #. Translators: add method.
1572
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:254
1573
  msgid "Used and displayed in the cart/checkout: %1$s"
1574
  msgstr ""
1575
 
1576
  #. Translators: add method.
1577
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:260
1578
  msgid "Used and displayed in the cart/checkout after filters: %1$s"
1579
  msgstr ""
1580
 
1581
  #. Translators: cost, currency.
1582
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:267
1583
  msgid "Calculated shipping cost: %1$s %2$s"
1584
  msgstr ""
1585
 
1586
  #. Translators: free shipping.
1587
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:271
1588
  msgid "Free shipping: %1$s"
1589
  msgstr ""
1590
 
1591
  #. Translators: shipping cost after free shipping.
1592
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:276
1593
  msgid "Shipping cost after free shipping applied: %1$s"
1594
  msgstr ""
1595
 
1596
  #. Translators: method id.
1597
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:280
1598
  msgid "Shipping method ID: %1$s"
1599
  msgstr ""
1600
 
1601
  #. Translators: method title.
1602
+ #: src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php:284
1603
  msgid "Shipping method title: %1$s"
1604
  msgstr ""
1605
 
1674
 
1675
  #. Translators: username.
1676
  #: src/WPDesk/FS/Tracker/TrackerNotices.php:42
1677
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:23
1678
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:15
1679
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:19
1680
  msgid "Hey %s,"
1681
  msgstr ""
1682
 
1695
 
1696
  #: templates/email/after_order_table.php:12
1697
  #: templates/myaccount/after_order_table.php:15
1698
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1699
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/manifest-metabox.php:15
1700
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/manifest-metabox.php:74
1701
  msgid "Shipment"
1702
  msgstr ""
1703
 
1706
  msgid "Track shipment: "
1707
  msgstr ""
1708
 
1709
+ #: vendor_prefixed/octolize/wp-octolize-tracker/src/OptInNotice/views/html-notice.php:12
1710
+ msgid "Help us improve Octolize plugins' experience"
1711
+ msgstr ""
1712
+
1713
+ #: vendor_prefixed/octolize/wp-octolize-tracker/src/OptInNotice/views/html-notice.php:15
1714
+ msgid "Hi %1$s, with your helping hand we can build effective solutions, launch the new features and shape better plugins experience. By agreeing to anonymously share non-sensitive %2$susage data%3$s of our plugins, you will help us develop them in the right direction. No personal data is tracked or stored and you can opt-out any time. Will you give the thumbs up to our efforts?"
1715
+ msgstr ""
1716
+
1717
+ #: vendor_prefixed/octolize/wp-octolize-tracker/src/OptInNotice/views/html-notice.php:22
1718
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:41
1719
+ msgid "Allow"
1720
+ msgstr ""
1721
+
1722
+ #: vendor_prefixed/wpdesk/wp-forms/templates/input-image.php:46
1723
+ msgid "Set image"
1724
+ msgstr ""
1725
+
1726
+ #: vendor_prefixed/wpdesk/wp-forms/templates/input-image.php:57
1727
+ msgid "Remove image"
1728
+ msgstr ""
1729
+
1730
+ #: vendor_prefixed/wpdesk/wp-forms/templates/input-image.php:82
1731
+ msgid "Select or Upload Media"
1732
+ msgstr ""
1733
+
1734
+ #: vendor_prefixed/wpdesk/wp-forms/templates/input-image.php:86
1735
+ msgid "Use this media"
1736
+ msgstr ""
1737
+
1738
+ #: vendor_prefixed/wpdesk/wp-forms/templates/product-select.php:22
1739
+ msgid "Search for a product&hellip;"
1740
+ msgstr ""
1741
+
1742
+ #: vendor_prefixed/wpdesk/wp-helpscout-beacon/src/Beacon/Beacon.php:51
1743
+ #: vendor_prefixed/wpdesk/wp-helpscout-beacon/src/Beacon/Beacon.php:92
1744
+ msgid "When you click OK we will open our HelpScout beacon where you can find answers to your questions. This beacon will load our help articles and also potentially set cookies."
1745
+ msgstr ""
1746
+
1747
+ #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1748
+ msgid "Disabled"
1749
+ msgstr ""
1750
+
1751
+ #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1752
+ msgid "Emergency"
1753
+ msgstr ""
1754
+
1755
+ #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1756
+ msgid "Alert"
1757
+ msgstr ""
1758
+
1759
+ #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1760
+ msgid "Critical"
1761
+ msgstr ""
1762
+
1763
+ #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1764
+ msgid "Warning"
1765
+ msgstr ""
1766
+
1767
+ #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1768
+ msgid "Notice"
1769
+ msgstr ""
1770
+
1771
+ #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1772
+ msgid "Info"
1773
+ msgstr ""
1774
+
1775
+ #: vendor_prefixed/wpdesk/wp-logs/src/deprecated/wpdesk-logger.php:59
1776
+ msgid "Debug"
1777
+ msgstr ""
1778
+
1779
+ #. Translators: directory.
1780
+ #: vendor_prefixed/wpdesk/wp-logs/src/WP/WPCapture.php:23
1781
+ msgid "Can not enable WP Desk Debug log! Cannot create directory %s or this directory is not writeable!"
1782
+ msgstr ""
1783
+
1784
+ #. Translators: directory.
1785
+ #: vendor_prefixed/wpdesk/wp-logs/src/WP/WPCapture.php:36
1786
+ msgid "Can not enable WP Desk Debug log! Cannot create file %s!"
1787
+ msgstr ""
1788
+
1789
+ #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:125
1790
+ msgid "Not likely at all"
1791
+ msgstr ""
1792
+
1793
+ #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:126
1794
+ msgid "Extremely likely"
1795
+ msgstr ""
1796
+
1797
+ #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:127
1798
+ msgid "How likely are you to recommend our plugin to your friends?"
1799
+ msgstr ""
1800
+
1801
+ #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:128
1802
+ msgid "What could we do to improve it?"
1803
+ msgstr ""
1804
+
1805
+ #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:130
1806
+ msgid "Send feedback"
1807
+ msgstr ""
1808
+
1809
+ #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:131
1810
+ msgid "Sending feedback"
1811
+ msgstr ""
1812
+
1813
+ #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:132
1814
+ msgid "Thank you!"
1815
+ msgstr ""
1816
+
1817
+ #: vendor_prefixed/wpdesk/wp-nps/src/Nps.php:133
1818
+ msgid "This field is required"
1819
+ msgstr ""
1820
+
1821
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/BlockSettings.php:100
1822
+ msgid "In order to prevent any further issues with the plugin configuration or its proper functioning, before saving the changes please update the following: %s."
1823
+ msgstr ""
1824
+
1825
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/BlockSettings.php:107
1826
+ msgid "Go to the plugins list &rarr;"
1827
+ msgstr ""
1828
+
1829
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:46
1830
+ msgid "If the WordPress updater hasn't informed you about the newer versions available, please %sfollow these instructions &rarr;%s"
1831
+ msgstr ""
1832
+
1833
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:46
1834
+ msgid "https://octol.io/fs-2-docs"
1835
+ msgstr ""
1836
+
1837
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:49
1838
+ msgid "%sFlexible Shipping%s plugin you are currently using is not compatible with the installed version of Flexible Shipping PRO and Flexible Shipping Locations. Please update the %sFlexible Shipping%s plugin to %s version or newer."
1839
+ msgstr ""
1840
+
1841
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:51
1842
+ msgid "%sFlexible Shipping%s plugin you are currently using is not compatible with the installed version of Flexible Shipping PRO. Please update the %sFlexible Shipping%s plugin to %s version or newer."
1843
+ msgstr ""
1844
+
1845
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:53
1846
+ msgid "%sFlexible Shipping%s plugin you are currently using is not compatible with the installed version of Flexible Shipping Locations. Please update the %sFlexible Shipping%s plugin to %s version or newer."
1847
+ msgstr ""
1848
+
1849
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:57
1850
+ msgid "%sFlexible Shipping PRO%s plugin you are currently using is not compatible with the installed version of Flexible Shipping free. Please update the %sFlexible Shipping PRO%s plugin to %s version or newer."
1851
+ msgstr ""
1852
+
1853
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/Notice.php:60
1854
+ msgid "%sFlexible Shipping Locations%s plugin you are currently using is not compatible with the installed version of Flexible Shipping free. Please update the %sFlexible Shipping Locations%s plugin to %s version or newer."
1855
+ msgstr ""
1856
+
1857
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/PluginCompatibilityChecker.php:97
1858
+ msgid "Flexible Shipping PRO"
1859
+ msgstr ""
1860
+
1861
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-compatibility/src/PluginCompatibilityChecker.php:100
1862
+ msgid "Flexible Shipping Locations"
1863
+ msgstr ""
1864
+
1865
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1866
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:55
1867
+ msgid "Shipments"
1868
+ msgstr ""
1869
+
1870
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1871
+ msgid "View Shipments"
1872
+ msgstr ""
1873
+
1874
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1875
+ msgid "Add new Shipment"
1876
+ msgstr ""
1877
+
1878
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1879
+ msgid "Edit Shipment"
1880
+ msgstr ""
1881
+
1882
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1883
+ msgid "Save Shipment"
1884
+ msgstr ""
1885
+
1886
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1887
+ msgid "Search Shipments"
1888
+ msgstr ""
1889
+
1890
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1891
+ msgid "Shipment not found"
1892
+ msgstr ""
1893
+
1894
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1895
+ msgid "Shipment not found in trash"
1896
+ msgstr ""
1897
+
1898
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:44
1899
+ msgid "Shipments."
1900
+ msgstr ""
1901
+
1902
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1903
+ msgctxt "Shipment status"
1904
+ msgid "New"
1905
+ msgstr ""
1906
+
1907
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1908
+ msgid "New <span class=\"count\">(%s)</span>"
1909
+ msgid_plural "New <span class=\"count\">(%s)</span>"
1910
+ msgstr[0] ""
1911
+ msgstr[1] ""
1912
+
1913
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1914
+ msgctxt "Shipment status"
1915
+ msgid "Created"
1916
+ msgstr ""
1917
+
1918
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1919
+ msgid "Created <span class=\"count\">(%s)</span>"
1920
+ msgid_plural "Created <span class=\"count\">(%s)</span>"
1921
+ msgstr[0] ""
1922
+ msgstr[1] ""
1923
+
1924
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1925
+ msgctxt "Shipment status"
1926
+ msgid "Confirmed"
1927
+ msgstr ""
1928
+
1929
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1930
+ msgid "Confirmed <span class=\"count\">(%s)</span>"
1931
+ msgid_plural "Confirmed <span class=\"count\">(%s)</span>"
1932
+ msgstr[0] ""
1933
+ msgstr[1] ""
1934
+
1935
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1936
+ msgctxt "Shipment status"
1937
+ msgid "Manifest created"
1938
+ msgstr ""
1939
+
1940
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1941
+ msgctxt "Shipment status"
1942
+ msgid "Failed"
1943
+ msgstr ""
1944
+
1945
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:45
1946
+ msgid "Failed <span class=\"count\">(%s)</span>"
1947
+ msgid_plural "Failed <span class=\"count\">(%s)</span>"
1948
+ msgstr[0] ""
1949
+ msgstr[1] ""
1950
+
1951
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/CustomPostType.php:68
1952
+ msgid "Shipment data"
1953
+ msgstr ""
1954
+
1955
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Label/SingleLabelFileDispatcher.php:86
1956
+ msgid "Integration doesn't exists."
1957
+ msgstr ""
1958
+
1959
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Label/SingleLabelFileDispatcher.php:92
1960
+ msgid "Label error"
1961
+ msgstr ""
1962
+
1963
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1964
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:39
1965
+ msgid "Shipping Manifests"
1966
+ msgstr ""
1967
+
1968
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1969
+ msgid "Shipping Manifest"
1970
+ msgstr ""
1971
+
1972
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1973
+ msgid "View Shipping Manifests"
1974
+ msgstr ""
1975
+
1976
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1977
+ msgid "Add new Shipping Manifest"
1978
+ msgstr ""
1979
+
1980
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1981
+ msgid "Add new Shipping Manifests"
1982
+ msgstr ""
1983
+
1984
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1985
+ msgid "Edit Shipping Manifest"
1986
+ msgstr ""
1987
+
1988
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1989
+ msgid "Save Shipping Manifest"
1990
+ msgstr ""
1991
+
1992
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1993
+ msgid "Search Shipping Manifests"
1994
+ msgstr ""
1995
+
1996
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
1997
+ msgid "Shipping Manifests not found"
1998
+ msgstr ""
1999
+
2000
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
2001
+ msgid "Shipping Manifests not found in trash"
2002
+ msgstr ""
2003
+
2004
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:33
2005
+ msgid "Shipping Manifests."
2006
+ msgstr ""
2007
+
2008
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:94
2009
+ msgid "Date"
2010
+ msgstr ""
2011
+
2012
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:96
2013
+ msgid "Number"
2014
+ msgstr ""
2015
+
2016
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:97
2017
+ msgid "Shipments count"
2018
+ msgstr ""
2019
+
2020
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:98
2021
+ msgid "Actions"
2022
+ msgstr ""
2023
+
2024
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:153
2025
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/CustomPostType.php:175
2026
+ msgid "Invalid nonce!"
2027
+ msgstr ""
2028
+
2029
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/column-actions.php:11
2030
+ msgid "Download"
2031
+ msgstr ""
2032
+
2033
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/filter-form.php:11
2034
+ msgid "All manifests"
2035
+ msgstr ""
2036
+
2037
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/manifest-metabox.php:20
2038
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Manifest/views/manifest-metabox.php:79
2039
+ msgid "Order"
2040
+ msgstr ""
2041
+
2042
+ #. Translators: order id and integration.
2043
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Order/AddShippingMetabox.php:45
2044
+ msgid "Shipment for order %1$s, %2$s"
2045
+ msgstr ""
2046
+
2047
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Order/AddShippingMetabox.php:83
2048
+ msgid "Select integration"
2049
+ msgstr ""
2050
+
2051
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Order/AddShippingMetabox.php:85
2052
+ msgid "Add shipping"
2053
+ msgstr ""
2054
+
2055
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-shipment/src/WPDesk/FS/Shipment/Order/views/html-order-add_shipping-metabox.php:18
2056
+ msgid "Add"
2057
+ msgstr ""
2058
+
2059
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/CalculationMethodOptions.php:20
2060
+ msgid "Sum"
2061
+ msgstr ""
2062
+
2063
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:71
2064
+ msgid "shipping method configuration"
2065
+ msgstr ""
2066
+
2067
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:78
2068
+ msgid "input data"
2069
+ msgstr ""
2070
+
2071
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:85
2072
+ msgid "rules (%1$s)"
2073
+ msgstr ""
2074
+
2075
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:85
2076
+ msgid "triggered"
2077
+ msgstr ""
2078
+
2079
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:85
2080
+ msgid "not triggered"
2081
+ msgstr ""
2082
+
2083
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/ShippingMethodLogger.php:92
2084
+ msgid "the result of shipping method's usage"
2085
+ msgstr ""
2086
+
2087
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-content-single-value.php:12
2088
+ msgid "Show %1$s"
2089
+ msgstr ""
2090
+
2091
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-content-single-value.php:15
2092
+ msgid "Hide %1$s"
2093
+ msgstr ""
2094
+
2095
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-content-single-value.php:18
2096
+ msgid "Copy %1$s"
2097
+ msgstr ""
2098
+
2099
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-footer.php:9
2100
+ msgid "Copy all data"
2101
+ msgstr ""
2102
+
2103
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Logger/view/display-notice-header.php:9
2104
+ msgid "FS Debug mode for %1$s%2$s%3$s shipping method."
2105
+ msgstr ""
2106
+
2107
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CartCalculationOptions.php:23
2108
+ msgid "Cart value"
2109
+ msgstr ""
2110
+
2111
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/CartCalculationOptions.php:23
2112
+ msgid "Package value"
2113
+ msgstr ""
2114
+
2115
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/IntegrationSettingsImplementation.php:41
2116
+ msgid "Integration: %1$s"
2117
+ msgstr ""
2118
+
2119
+ #: vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/src/Settings/MethodSettingsImplementation.php:272
2120
+ msgid "Method settings:%1$s Enabled: %2$s Method Title: %3$s Method Description: %4$s Tax status: %5$s Costs includes tax: %6$s Free Shipping: %7$s Free Shipping Label: %8$s 'Left to free shipping' notice: %9$s Rules Calculation: %10$s Cart Calculation: %11$s Visibility (Show only for logged in users): %12$s Default: %13$s Debug mode: %14$s"
2121
+ msgstr ""
2122
+
2123
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/scripts.php:44
2124
+ msgid "Plugin deactivation"
2125
+ msgstr ""
2126
+
2127
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-deactivation/src/WPDesk/Tracker/Deactivation/views/scripts.php:115
2128
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:126
2129
+ msgid "Submit &amp; Deactivate"
2130
+ msgstr ""
2131
+
2132
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-user-feedback/src/WPDesk/Tracker/UserFeedback/UserFeedbackContent.php:31
2133
+ msgid "Proceed"
2134
+ msgstr ""
2135
+
2136
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker-user-feedback/src/WPDesk/Tracker/UserFeedback/views/thickbox.php:103
2137
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:40
2138
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:32
2139
+ msgid "Skip"
2140
+ msgstr ""
2141
+
2142
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/OptOut.php:41
2143
+ msgid "You successfully opted out of collecting usage data by %1$s. If you change your mind, you can always opt in later in the plugin's quick links."
2144
+ msgstr ""
2145
+
2146
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/PluginActionLinks.php:50
2147
+ msgid "Opt-in"
2148
+ msgstr ""
2149
+
2150
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/PluginActionLinks.php:53
2151
+ msgid "Opt-out"
2152
+ msgstr ""
2153
+
2154
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:26
2155
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:18
2156
+ msgid "Please help us improve our plugins! If you opt-in, we will collect some non-sensitive data and usage information anonymously. If you skip this, that's okay! All plugins will work just fine."
2157
+ msgstr ""
2158
+
2159
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:35
2160
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:27
2161
+ msgid "Allow & Continue &rarr;"
2162
+ msgstr ""
2163
+
2164
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:47
2165
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:39
2166
+ msgid "What permissions are being granted?"
2167
+ msgstr ""
2168
+
2169
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:56
2170
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:48
2171
+ msgid "Your Site Overview"
2172
+ msgstr ""
2173
+
2174
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:59
2175
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:51
2176
+ msgid "WP version, PHP info"
2177
+ msgstr ""
2178
+
2179
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:67
2180
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:59
2181
+ msgid "Plugin Usage"
2182
+ msgstr ""
2183
+
2184
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:70
2185
+ msgid "Current settings and usage information of %1$s plugins"
2186
+ msgstr ""
2187
+
2188
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:78
2189
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:70
2190
+ msgid "Your Store Overview"
2191
+ msgstr ""
2192
+
2193
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:81
2194
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:73
2195
+ msgid "Anonymized and non-sensitive store usage information"
2196
+ msgstr ""
2197
+
2198
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/PSR/WPDesk/Tracker/views/tracker-connect.php:91
2199
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:83
2200
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:27
2201
+ msgid "Find out more &raquo;"
2202
+ msgstr ""
2203
+
2204
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-connect.php:62
2205
+ msgid "Current settings and usage information of WP Desk plugins"
2206
+ msgstr ""
2207
+
2208
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:19
2209
+ msgid " If you have a moment, please let us know why you are deactivating plugin (anonymous feedback):"
2210
+ msgstr ""
2211
+
2212
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:48
2213
+ msgid "I found a better plugin"
2214
+ msgstr ""
2215
+
2216
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-deactivate.php:98
2217
+ msgid "Kindly tell us the reason so we can improve"
2218
+ msgstr ""
2219
+
2220
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-notice.php:22
2221
+ msgid "We need your help to improve <strong>WP Desk plugins</strong>, so they are more useful for you and the rest of <strong>30,000+ users</strong>. By collecting data on how you use our plugins, you will help us a lot. We will not collect any sensitive data, so you can feel safe."
2222
+ msgstr ""
2223
+
2224
+ #: vendor_prefixed/wpdesk/wp-wpdesk-tracker/src/views/tracker-opt-out-notice.php:11
2225
+ msgid "You successfully opted out of collecting usage data by WP Desk. If you change your mind, you can always opt in later in the plugin's quick links."
2226
+ msgstr ""
2227
+
2228
  #: assets-src/rules-settings/js/components/html-woo-select.js:37
2229
  #: assets-src/rules-settings/js/components/html-woo-select.js:233
2230
  msgid "Enter 3 or more characters"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://octol.io/fs-repo-up
4
  Tags: table rate, table rate shipping, conditional shipping, free shipping, woocommerce shipping, woocommerce table rate shipping, cart based shipping, weight based shipping, totals based shipping, order based shipping, advanced shipping
5
  Requires at least: 5.7
6
  Tested up to: 6.1
7
- Stable tag: 4.16.1
8
  Requires PHP: 7.0
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -98,6 +98,12 @@ WooCommerce Delivery Date Picker extends the default features of Flexible Shippi
98
 
99
  [Buy WooCommerce Delivery Date Picker now &rarr;](https://octol.io/fs-repo-cross-ddp)
100
 
 
 
 
 
 
 
101
  You might also be interested in other...
102
 
103
  = Useful free WooCommerce shipping plugins from Octolize =
@@ -222,6 +228,9 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
222
 
223
  == Changelog ==
224
 
 
 
 
225
  = 4.16.1 - 2022-10-27 =
226
  * Fixed Flexible Shipping Info page
227
 
4
  Tags: table rate, table rate shipping, conditional shipping, free shipping, woocommerce shipping, woocommerce table rate shipping, cart based shipping, weight based shipping, totals based shipping, order based shipping, advanced shipping
5
  Requires at least: 5.7
6
  Tested up to: 6.1
7
+ Stable tag: 4.16.2
8
  Requires PHP: 7.0
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
98
 
99
  [Buy WooCommerce Delivery Date Picker now &rarr;](https://octol.io/fs-repo-cross-ddp)
100
 
101
+ = Distance Based Shipping Rates for WooCommerce =
102
+
103
+ Distance Based Shipping Rates for WooCommerce extends the Flexible Shipping plugin functionalities by adding the rules based on distance and delivery duration. It works with both the free and PRO versions, so you can buy it separately if you don't need the PRO features.
104
+
105
+ [Buy Distance Based Shipping Rates for WooCommerce now &rarr;](https://octol.io/fs-repo-cross-dbsr)
106
+
107
  You might also be interested in other...
108
 
109
  = Useful free WooCommerce shipping plugins from Octolize =
228
 
229
  == Changelog ==
230
 
231
+ = 4.16.2 - 2022-11-15 =
232
+ * Added extended debug information
233
+
234
  = 4.16.1 - 2022-10-27 =
235
  * Fixed Flexible Shipping Info page
236
 
src/WPDesk/FS/TableRate/ShippingMethod/RateCalculator.php CHANGED
@@ -217,6 +217,8 @@ class RateCalculator {
217
  $logger->debug( sprintf( __( 'Contents weight: %1$s', 'flexible-shipping' ), wc_format_weight( $shipping_contents->get_contents_weight() ) ), $logger->get_input_data_context() );
218
 
219
  $rate = $this->calculate_rate_for_rates( $method_settings, $shipping_contents, $rate_id, $logger );
 
 
220
  } else {
221
  $rate = [];
222
  }
217
  $logger->debug( sprintf( __( 'Contents weight: %1$s', 'flexible-shipping' ), wc_format_weight( $shipping_contents->get_contents_weight() ) ), $logger->get_input_data_context() );
218
 
219
  $rate = $this->calculate_rate_for_rates( $method_settings, $shipping_contents, $rate_id, $logger );
220
+
221
+ do_action( 'flexible-shipping/rate-calculator/log', $logger );
222
  } else {
223
  $rate = [];
224
  }
vendor_prefixed/wpdesk/wp-logs/src/Settings.php CHANGED
@@ -11,4 +11,15 @@ final class Settings
11
  public $use_wc_log = \true;
12
  /** @var bool */
13
  public $use_wp_log = \true;
 
 
 
 
 
 
 
 
 
 
 
14
  }
11
  public $use_wc_log = \true;
12
  /** @var bool */
13
  public $use_wp_log = \true;
14
+ /**
15
+ * @param string $level
16
+ * @param bool $use_wc_log
17
+ * @param bool $use_wp_log
18
+ */
19
+ public function __construct(string $level = \Psr\Log\LogLevel::DEBUG, bool $use_wc_log = \true, bool $use_wp_log = \true)
20
+ {
21
+ $this->level = $level;
22
+ $this->use_wc_log = $use_wc_log;
23
+ $this->use_wp_log = $use_wp_log;
24
+ }
25
  }
vendor_prefixed/wpdesk/wp-logs/src/SimpleLoggerFactory.php CHANGED
@@ -26,15 +26,29 @@ final class SimpleLoggerFactory implements \FSVendor\WPDesk\Logger\LoggerFactory
26
  if ($this->logger) {
27
  return $this->logger;
28
  }
29
- $logger = new \FSVendor\Monolog\Logger($this->channel);
30
- if ($this->options->use_wc_log && \function_exists('wc_get_logger')) {
31
- $logger->pushHandler(new \FSVendor\WPDesk\Logger\WC\WooCommerceHandler(\wc_get_logger(), $this->channel));
 
 
 
 
32
  }
33
  // Adding WooCommerce logger may have failed, if so add WP by default.
34
- if ($this->options->use_wp_log || empty($logger->getHandlers())) {
35
- $logger->pushHandler($this->get_wp_handler());
36
  }
37
- return $this->logger = $logger;
 
 
 
 
 
 
 
 
 
 
38
  }
39
  private function get_wp_handler() : \FSVendor\Monolog\Handler\HandlerInterface
40
  {
26
  if ($this->logger) {
27
  return $this->logger;
28
  }
29
+ $this->logger = new \FSVendor\Monolog\Logger($this->channel);
30
+ if ($this->options->use_wc_log) {
31
+ if (\function_exists('wc_get_logger')) {
32
+ $this->create_wc_handler();
33
+ } else {
34
+ \add_action('woocommerce_init', [$this, 'create_wc_handler']);
35
+ }
36
  }
37
  // Adding WooCommerce logger may have failed, if so add WP by default.
38
+ if ($this->options->use_wp_log || empty($this->logger->getHandlers())) {
39
+ $this->logger->pushHandler($this->get_wp_handler());
40
  }
41
+ return $this->logger;
42
+ }
43
+ /**
44
+ * @internal
45
+ */
46
+ public function create_wc_handler()
47
+ {
48
+ while (!$this->options->use_wp_log && !empty($this->logger->getHandlers())) {
49
+ $this->logger->popHandler();
50
+ }
51
+ $this->logger->pushHandler(new \FSVendor\WPDesk\Logger\WC\WooCommerceHandler(\wc_get_logger(), $this->channel));
52
  }
53
  private function get_wp_handler() : \FSVendor\Monolog\Handler\HandlerInterface
54
  {