You must be logged in to see replies to this topic. Click here to login or register
Hello, your plugin “WooCommerce Orders Tracking Premium” is incompatible with another plugin “Sequential Order Numbers for WooCommerce Pro”, which results in the original ID being used when sending emails instead of my custom ID, because your code uses $order->get_id() to get the original ID of the order. You should use $order->get_order_number().
I see that other WOO plugins all use $order->get_order_number().
“Sequential Order Numbers for WooCommerce Pro” customer service asked me to tell you:
Kindly request your vendor plugin to use $order->get_order_number() instead of referencing $order->id or $order->get_id() when fetching order data.
You must be logged in to see replies to this topic. Click here to login or register