oc-shopaholic / oc-orders-shopaholic-plugin

🛒 Orders (cart) extension for Shopaholic plugin
https://octobercms.com/plugin/lovata-ordersshopaholic
GNU General Public License v3.0
27 stars 18 forks source link

I can't extend the Orders controller toolbar #116

Open SebastiaanKloos opened 4 years ago

SebastiaanKloos commented 4 years ago

It would be really useful to be able to extend the Orders toolbar. In my case I wanted to add a button fire a workflow in which I wanted to export all orders with a specific status to my shipping partner.

By adding a new view event, you can add some additional html.

See https://octobercms.com/docs/plugin/extending#backend-view-events for more information about extending html in the backend.

kharanenka commented 4 years ago

Hi! Good idea!

SebastiaanKloos commented 4 years ago

I'll add it to a few more controllers tomorrow