Plugin Author
Zorem
(@zorem)
Hi, We checked Bulk import of CSV file with Sequential Order Numbers Pro plugin and it’s working fine. We can use custom order numbers in the Bulk import of CSV. Can you please check if you have installed the latest version of the AST plugin.
We ran into the same issue and the developer gave us the same answer. We eventually found the issue and how to resolve it. Hope this helps!
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’ ) ) {
Please resolve this issue in your next release.
Plugin Author
Zorem
(@zorem)
Hi, Ok, they recently changes their plugin name (slug)
We added the correct check for the Pro in the latest version
Thanks