Enable an Observation field on the Checkout page
You can enable an Observation field on the Checkout page and use it to store additional information about the order.
The data entered in this field is sent via API to the Order Management System. They populate the openTextField
field, which can be retrieved later either in the Admin or through an Orders API call.
By default, this field is disabled. To enable it, it is necessary to insert the following rule in the CSS via the APP Checkout UI Settings or by the Admin.
.note { display: block; }
Checkout code configuration page view in Admin: