Edit in GitHubLog an issue

AsyncOrder

The AsyncOrder module enables asynchronous order placement, which marks the order as received, places it in a queue, and processes it in a first-in-first-out basis.

AsyncOrder values:

  • 0 — (Default value) Disable the AsyncOrder module and use the standard synchronous order placement.
  • 1 — Enable the AsyncOrder module for asynchronous order placement.

To enable AsyncOrder, set the checkout/async variable in the env.php file. For example:

Copied to your clipboard
<?php
'checkout' => [
'async' => 1
]

Alternatively, you can set the variable using the command-line interface:

Copied to your clipboard
bin/magento setup:config:set --checkout-async 1

Before disabling the AsyncOrder module, you must verify that all asynchronous order processes are complete.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.