Skip to content

Show configurable product values in order detail view for admins #3036

Discussion options

You must be logged in to vote

Hi!

In the Admin UI order detail view, you should find that the OrderLine custom fields are available to add to the order line table using the menu at the top right:

In the order confirmation email you'll need to customize the template in /static/email/templates/order-confirmation to display the contents of the custom field(s). See customizing templates

Note that if the custom fields include any relation types, they will not be automatically joined so in that case you'll need to extend the default order confirmation handler and use the .loadData() method, inject the EntityHydrator and ensure the relation custom field is loaded.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@falko-burghausen
Comment options

Answer selected by falko-burghausen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants