Is it possible to extend the standard shopware orders listing?

Hello,

I’m working on a plugin and I want to extend the standard orders listing to include an extra button for each order. Can anyone tell me if there is a way to accomplish this in a plugin?

Thanks in advance!

Are you talking about the backend or frontend (account) order listing?

It’s the backend order listing that I would like to extend.

Here you can see an example of how to do it  https://gist.github.com/sthamann/5343247#file-ordermod_views_backend_order_view_ordermod_list_list-js-L17

Just override focuntion  getColumns  for Shopware.apps.Order.view.list.List  and insert extra button 

Here is another small example, which I implemented to show the invoice number in the order listing:

With best regards 

Kevin

1 „Gefällt mir“