Important

We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.

Dependency Injection Tags 

Type name

Usage

[oro.checkout.line_item.converter]

Allows to add a new checkout converter that expects an arbitrary source data and returns a collection of \Oro\Bundle\CheckoutBundle\Entity\CheckoutLineItem objects. Must implement \Oro\Bundle\CheckoutBundle\Model\CheckoutLineItemConverterInterface.

[checkout.workflow_state.mapper]

Allows to add new checkout state diff mapper. Diff mappers are used to track changes in checkout. Must implement \Oro\Bundle\CheckoutBundle\WorkflowState\Mapper\CheckoutStateDiffMapperInterface