Handlers module facilitates order management by distributing them among different handlers based on the specific product types they handle.
Each handler specializes in processing a particular product. If an order consists of only one type of product, it can be assigned to the corresponding handler responsible for that product type for seamless
handling of single product type orders
.
Multiple product type orders are accessible to all handlers
working with those product types.
However, only the
handlers assigned to specific product types can modify their statuses
.
Synchronized product processing by handlers
means that an order with various product types can be shipped only after all the handlers have completed processing their assigned products.
Features:
This module is used in the backend and its settings can be found under the Modules and Extensions tabs.
Widgets and pages:
No widgets and pages are added to this module. |