Here’s the response from the WooCommerce for Slack support team – they sent me a PHP file but I can’t upload it here:
I’d like to clarify that the Slack for WooCommerce plugin has been using the $order->get_order_number()
function from the start, so their suggestion to use this function is already implemented in our plugin. Unfortunately, this is not the cause of the issue you’re experiencing.
I recommend contacting the Sequential Order Number plugin support again and let them know that our plugin is already using $order->get_order_number()
as part of the integration.
For reference, I’ve attached the relevant file and code from our plugin to show that we are already utilizing?$order->get_order_number()
?in the current implementation.