• Resolved rnr600

    (@rnr600)


    After updating from a really old 1.2.6 to the current 1.14.0 as a re-subscriber and subsequently updating the database, the message “Database updated successfully. In addition to new orders henceforth, you can now also search the old orders on Orders page with the custom order numbers.” keeps popping up on every page despite clicking to dismiss it.

    The most recent topic on the matter is from over a year ago and considered resolved, related to a PHP 8x issue. I’m using PHP 8.2.26 and wondering if there is still a bug or anything I can do to get rid of this pop-up message.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author tychesoftwares

    (@tychesoftwares)

    Hi @rnr600,

    Yes, it’s just a dismissible notice and won’t cause any functional issues with the plugin or site. However, to remove it, you can follow this quick solution:

    1. Add the following line of code to the functions.php file of your theme:

      update_option( 'alg_custom_order_numbers_success_notice', 'dismissed' );
    2. Reload your admin dashboard after clearing the cache.

      The notice should disappear after this step. Once it’s gone, you can safely remove the added line of code from the functions.php file.

    Let me know if you need assistance with this or have any further questions.

    Thread Starter rnr600

    (@rnr600)

    Thank you, that did the trick.

    Plugin Author tychesoftwares

    (@tychesoftwares)

    Great, Glad to know that it worked for you.

    I’ll appreciate if you can review us on the plugin review page.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.