Order Number Upload
-
I am using Shipworks Connector And WooCommerce Sequential Order Numbers Pro by SkyVerge. I recently added a prepend of W-{YY} to all orders. This yields an order number like W-YYNNNN. This change has caused shipworks uploads to Woocommerce fail with the error:
“An error occurred uploading shipment information for order NNNNN” where NNNNN is the order number without the prepend.Looking into Shipworks table dbo.Order, there are two columns referencing the order number, OrderNumber and OrderNumberComplete. The former is only the WooPost number (NNNNN) while the second is the prepended order number (W-YYNNNNN)
Is there any way to get the plugin to update the Order info using OrderNumberComplete?
- The topic ‘Order Number Upload’ is closed to new replies.