Plugin Author
Zorem
(@zorem)
Hi @culladmin,
We checked the bulk upload tracking information functionality with the sequential order numbers generated by Woo Sequential Order Number plugin and its working fine. Can you please check that you have installed the latest version of the AST?
Thanks,
I’m running AST version 2.9.1. I tried turning off all plugins but AST, Sequential Order Numbers, and Woo. I changed my theme from Astra to Twenty Seventeen. I also tried with Woocommerce versions 3.9.2 & 4.0.1. Upload still fails.
Is there any way my order numbers could be getting stored in the table? Where does AST look for order numbers?
Thanks!
Plugin Author
Zorem
(@zorem)
Hello,
Can you please tell me which Sequential Order Numbers plugin you use. There is a WooCommerce Sequential Order Numbers and Sequential Order Numbers Pro.
Plugin Author
Zorem
(@zorem)
Hi, We checked Bulk import tracking information functionality with Sequential Order Numbers Pro plugin and it’s working fine.
In case anyone else has this issue and the developer hasn’t resolved it, this was what we found:
File: /wp-content/plugins/woo-advanced-shipment-tracking/includes/class-wc-advanced-shipment-tracking.php
Line: 1602
Original / incorrect line:
if ( is_plugin_active( ‘woocommerce-sequential-order-numbers-pro/woocommerce-sequential-order-numbers.php’ ) ) {
Customized / corrected line:
if ( is_plugin_active( ‘woocommerce-sequential-order-numbers-pro/woocommerce-sequential-order-numbers-pro.php’ ) ) {