Hi,
Which theme are you using?
Are you sure this problem only happens after update?
I did not get any error like that and when i check the code, there should be no problem with LINE 23 IN /HOME/AFKSTORE/PUBLIC_HTML/V2/WP-CONTENT/PLUGINS/WOO-ORDERS-TRACKING/INCLUDES/FRONTEND/ORDER-DETAILS.PHP
Best regards
We also get an error while updating an order with “Bulk set tracking number”. We get a red box containing: “Not enough information”.
Request URL: https://www.example.nl/wp-admin/admin-ajax.php?_fs_blog_admin=true
Query String Parameters: _fs_blog_admin: true
Form Data
action: wotv_save_track_info_all_item
action_nonce: e4db0f45b3
carrier_id: custom_1580761484
carrier_name: DHL Benelux
tracking_code: 3STMV1234567
change_order_status: wc-completed
send_mail: yes
add_to_paypal: no
order_id: 12345
I have debugged it a little bit further and it appears that the tracking number gets emptied in line #417 of orders-edit-tracking.php. It isn’t a digital delivery, ([“digital_delivery”]=> string(1) “0”). I would expect that line #416 should be:
if ( $digital_delivery == 1 ) { instead of !=
Please confirm.
Hi,
Yes that is a bug. It happens with newly added custom carrier after the 1.1.6 update.
I fix it and release new update for the plugin.
Thank you.