After plugin update, custom statuses unavailable in general settings
-
Hi @zorem,
I recently upgraded from 3.2.0.1 to 3.2.1.1.
Unless I am not mistaken, I notice today that the custom order statuses are no longer present in the “Order Email Display” and “Add Tracking action” options of your plugin (settings tab). Issue replicated on a second website that received the update. This means that it is now impossible to add tracking in the emails associated with these custom statuses and also to display the quick action buttons in the admin order list.
After taking a look at your file “class-wc-advanced-shipment-tracking-admin.php”, would the problem not come from your “get_html_ul()” function? Multiple checkboxes: only ‘type’ => ‘default’ and not ‘custom’ at line 663. It works after changing like this:
if( $val['type'] == 'default' || $val['type'] == 'custom' ){
Thank you in advance for your feedback and have a great day.
Sylvain
- The topic ‘After plugin update, custom statuses unavailable in general settings’ is closed to new replies.