Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OrderLine customField ui components are not shown in vendure v2 #2353

Closed
jacobfrantz1 opened this issue Aug 22, 2023 · 3 comments
Closed

OrderLine customField ui components are not shown in vendure v2 #2353

jacobfrantz1 opened this issue Aug 22, 2023 · 3 comments

Comments

@jacobfrantz1
Copy link
Contributor

jacobfrantz1 commented Aug 22, 2023

Is your feature request related to a problem? Please describe.
I have a very customizable product that can't be represented by product variants. We solved that by adding a string customField to the order line with json to represent the customization.

In the V2 admin ui, the custom admin ui components we have do not show up, and only the text of the custom field is available as shown.
Screenshot_20230822_141306

The V1 admin ui showed our custom components that we used to describe the customization, link to a 3D renderer with the customization, and show a preview image of the customized build
Screenshot_20230822_141601

Describe the solution you'd like
I think the custom admin ui components should show under the orderline when the custom fields are selected in the field selector like where they are placed in V1.

Additional context
Related Issue: #2347

Sorry for having to redact everything, bosses orders.

@michaelbromley
Copy link
Member

In v2.1 you'll be able to specify custom components for data table columns. You can test this on the @next release tag.

Docs here: https://beta-docs.vendure.io/guides/extending-the-admin-ui/custom-data-table-components/

@michaelbromley michaelbromley moved this from 🏗 In progress to 🔖 Ready in Vendure OS Roadmap Sep 26, 2023
@jacobfrantz1
Copy link
Contributor Author

@michaelbromley I tried this on the @next release, I don't think the custom data table components are implemented for the order-data-table, which is where I wish to use them.

@michaelbromley
Copy link
Member

Thanks for the fix!

@michaelbromley michaelbromley moved this from 🔖 Ready to ✅ Done in Vendure OS Roadmap Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🚀 Shipped
Development

No branches or pull requests

2 participants