Details

    • Type: Sub-task
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.5.0-b1
    • Component/s: Plugins
    • Labels:
      None

      Description

      Add a new cron task

      // Cron task to process abandoned orders
      [
      'key' => 'process_abandoned_orders',
      'task_type' => 'plugin',
      'dir' => 'order',
      'name' => Language::_('OrderPlugin.cron.process_abandoned_orders', true), // Process Abandoned Orders
      'description' => Language::_('OrderPlugin.cron.process_abandoned_orders', true), // Send reminder emails, perform cancellations, and deactivate clients for abandoned orders
      'type' => 'interval',
      'type_value' => 5,
      'enabled' => 1
      ],

      The following tasks should be executed for orders in the pending status and associated transactions (active or pending) do not add up to the total amount due:

      • Send reminder emails after the configured amount of time has passed (if enabled)
      • Cancel orders after the configured amount of time has passed (if enabled)
      • Deactivate clients with no other orders/services after an order is automatically canceled

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              29/Jun/22

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 6 hours, 49 minutes
              6h 49m

                Agile