• Resolved vishal4sphere

    (@vishal4sphere)


    After upgrade to sequential plugin version 1.4.7, new WooCommerce orders getting generated with default WooCommerce 14 digit number instead of sequential plugin numbers.
    please help to get it resolved on top priority.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @vishal4sphere,

    Thanks for reaching out to us.

    We are sorry for the inconvenience caused. There is a chance that if you are using the timezone city instead of UTC time offset in WordPress can cause the issue. We will address it within the plugin in an immediate release. However, as a temporary workaround, kindly use the below-mentioned code snippet to your active theme’s functions.php and check.

    add_filter('wt_sequential_is_old_order','__return_false');

    Thread Starter vishal4sphere

    (@vishal4sphere)

    After adding the line in functions.php, issue still there.

    Still new orders getting generated as 14 digit numbers instead of 5 digit number which i had set on sequential plugin.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @vishal4sphere,

    Thanks for getting back in touch and sharing the information.

    We were not able to replicate the issue when we tested the scenario on our end. Could you please share your WooCommerce system status report (WooCommerce>status>system status report) via this link for a primary understanding of your system environment?

    Thread Starter vishal4sphere

    (@vishal4sphere)

    Submitted the status report.
    Your ticket number is 44128.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @vishal4sphere,

    Thanks for sharing the information.

    We have identified and fixed the issue in the latest version (v1.4.8) of our plugin. Kindly follow the below-mentioned instructions to fix the issue on your site.

    Instructions:

    1. Copy this code snippet to your active theme’s functions.php
    2. Deactivate and delete the existing Sequential Order Numbers for WooCommerce plugin.
    3. Remove the previously added code in step 1 from the functions.php. (Important)
    4. Install and activate the latest version of the plugin (v1.4.8).

    Try this out and let us know how it works.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WooCommerce order numbers changed with default sequence’ is closed to new replies.