I found out that it would be nice to retrieve the payment information into the backoffice order view when quick editing it.
This would improve shop merchant workflow when viewing the order information from backoffice orders listing. And it wouldn't have to check the payment statuses separately.
I see that currently it gets all details from field displays, but this information could be added in commerce_backoffice_order_view().
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | quick_edit_payments-1931218-3.patch | 9.26 KB | vasike |
Comments
Comment #1
bojanz commentedYes, that would make sense.
Comment #2
vasikehere is patch that adds a new EVA field for payments to be used in Orders "backoffice" view mode.
is there a hook update in .install file needed for flush caches?
Comment #3
jsacksick commentedI just tested the patch, it works well. However, I'm wondering if we really have to unset the view when the view mode is not backoffice. Plus the content of the view overflows, it's too big for the right part (perhap's make the leeft part smaller?).
Comment #4
jsacksick commentedI updated the css and committed the patch! Thanks (0f43334)