Where are the custom attributes displayed in the order details?

Where are the custom attributes displayed in the order details?

According to the extension logic, all the Order Attributes are stored in a separate table. That is why they are displayed in the additional information block.

Backend order view:



Frontend order view:



It is not possible to move Order Attributes to the customer information block with the extension out of the box functionality.
      • Related Articles

      • Is the Order Attributes compatible with the One Step Checkout extension?

        The extensions have been tested and confirmed to work smoothly together. Order Attributes is included in the Premium package of One Step Checkout. There's an option to test both modules together on the demo version of One Step Checkout Premium. It is ...
      • Order Attributes | GraphQL methods

        Queries amOrderattrAvailableAttributes (cartId: String!) description: get the list of available order attributes amOrderattrAttributesRelations description: get information about order attribute relations Mutations saveAmOrderattrValues (cartId: ...
      • Order Attributes API

        1. Amasty\Orderattr\Api\EntityDataRepositoryInterface - class for managing order attributes in the backend: POST /V1/amasty_orderattr/entityData, method="save" - create an attribute; PUT /V1/amasty_orderattr/entityData/:entityId, method="save" - edit ...
      • Why don't the Order Attributes relations work while placing an order in the Backend?

        It is the expected extension behaviour. According to the Order Attributes extension logic, attribute relations don't work for orders created in the Backend since store admins are believed to know the store logic. That's why they are able to view all ...
      • What features are included in each tariff plan of Customer Attributes?

        LITE Features: - custom registration fields; - 11 input types (including file upload); - 11 validation types - attribute dependencies; - an option to add customer attributes to the checkout page (shipping section); - reports. PRO Lite plan + Login by ...