-
Notifications
You must be signed in to change notification settings - Fork 36
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
New target for customer account UI extension to display information for each order in Order Index page #2442
Comments
cc @ryansnape and @graeme-shopify |
hey @mgrbec thanks for the suggestion. |
Hey @mgrbec, would love to better understand your use case! Some questions:
|
Hi @kirakik , here are my answers: 1.) Both would work for our use case. Shopify statuses are not needed in our case, so it would be better if we can hide them, but they don't do any harm if they are displayed.
|
Please list the related package(s)
customer-account-ui-extensions
If this related to specific APIs or components, please list them here
New "Order Index" static target or new "Order Index" block placement location
Is your feature request related to a problem? Please describe.
We would like to display some additional order related information in Order Index page in customer accounts. For example, we have our own order statuses and some specific metadata stored in order metafields that is very important to our B2B customers. We would like to display that information for each order in the order list.
Describe the changes you are looking for
We would like to have new extension target (static or block) for "Order Index" page that would enable us to add custom text or other elements to each order in the list. Its placement should be somewhere within the order grid item.
Describe alternatives you’ve considered
The only alternative that we can think of is to add new Order action menu item titled "Additional Order Info" to Order Index page using customer-account.order.action.menu-item.render target. Click on this item would display our additional order information in a modal popup using customer-account.order.action.render target. But it is really not convenient for our customers and doesn't really solve our problem.
Additional context
Screenshot with visual explanation where the new target would be displayed:
The text was updated successfully, but these errors were encountered: