admin edit line items after the order has been placed
What's the best way for an admin to edit a line item after the order has been placed?
Specifically on an 'edit order' page (like http://my-site/admin/commerce/orders/#/edit), it seems like only the quantity and price are viewable and editable. And I don't even see the custom line items associated with that order.
thanks!
Comments
Hey,
Using the inline entity form module should solve your problem.
bump. Anyone out there that might advise? I'd like to be able to edit line items of posted orders, preferably using the edit order page (rather than make my own view which would be redundant!).
I of course know how to use inline entity form with product displays, but I too was wondering how to add fields to this page admin/commerce/orders/(order#)/edit that you can change like price and quantity. Would you or anyone be so kind as to offer an example of how to implement inline entity form for the orders edit page? Use case is trying to make a yes no option to indicate if a line item was delivered or not. Idea being you can enter the order and check/change this status. Thanks much in advance.