Order extras in Admin
After a successful One Step Checkout order, the Admin order view can show the values collected by the optional extras. Open Sales > Orders, select the matching order and review the Checkout Extras section.
Values shown
- Preferred Delivery Date is formatted for the Admin locale when the stored value uses
YYYY-MM-DD. - Order Comment is escaped and keeps line breaks.
- Gift Message shows sender, recipient and message when Magento stored a gift-message record for the order.
The section is omitted when all three values are empty. The newsletter choice is processed after order creation and does not appear as a checkout-extra box in this view.
The order repository also exposes order_comment and delivery_date as order extension attributes. The module does not add gift-message extension attributes in etc/extension_attributes.xml.
