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().

CommentFileSizeAuthor
#2 quick_edit_payments-1931218-3.patch9.26 KBvasike

Comments

bojanz’s picture

Yes, that would make sense.

vasike’s picture

Status: Active » Needs review
StatusFileSize
new9.26 KB

here 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?

jsacksick’s picture

Issue summary: View changes
Status: Needs review » Needs work

I 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?).

jsacksick’s picture

Status: Needs work » Fixed

I updated the css and committed the patch! Thanks (0f43334)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.