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 clipboardbin/magento setup:config:set --checkout-async 1
Before disabling the AsyncOrder module, you must verify that all asynchronous order processes are complete.
The version of this module is 100.4.3.