Not Working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #146909
    yunusemredik
    Participant

    Hello, I activated the plugin. I made the adjustments so that the order will be marked as completed when the time I set has passed, but it does not work.

    • This topic was modified 1 month, 1 week ago by yunusemredik.
    • This topic was modified 1 month, 1 week ago by yunusemredik.
    #147384
    Moshtafizur
    Moderator
    Plugin Support

    Hi there,

    Thank you for bringing this issue to our attention.

    Our plugin uses WP-Cron to update order statuses based on the time settings you’ve configured. It seems that WP-Cron might not be enabled on your site, which could be causing the issue you’re experiencing.

    To check if WP-Cron is enabled, please follow these steps:

    1. Navigate to ‘WooCommerce > Status’,

    2. Under the ‘System Status’ tab, look for the ‘Scheduled Actions’ section.

    3. Check if there are any scheduled actions listed. If WP-Cron is working, you should see scheduled tasks related to various plugins, including our Automated Order Status Controller.

    If WP-Cron tasks are not listed or are not running as expected, it might be disabled or blocked. You can enable it by ensuring the following line is not present in your wp-config.php file:

    define(‘DISABLE_WP_CRON’, true);

    If you find this line, please remove it or set it to ‘false’:

    define(‘DISABLE_WP_CRON’, false);

    After making these changes, monitor your scheduled actions again to ensure they are working correctly.

    If you continue to experience issues or need further assistance, please let us know.

    Best regards.

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