I need the ability for the content editors/store managers to create an invoice that can be sent to the customer. I'm looking for ideas on the best way to do this? Currently I'm thinking an extra button of the view order page?
Which brings me to... How do you add custom buttons to the view order page in the admin? And get access to the order number?
I saw that earlier, but didn't want a new tab? Just wanted to add a button to the existing Overview tab when you view the order in the admin? Is this possible?
Hi Lee, did you found a solution for your problem? I have the same need now and I am looking for some example code on how to add a button to the Completed Order View
Customer Invoice From Admin?
I need the ability for the content editors/store managers to create an invoice that can be sent to the customer. I'm looking for ideas on the best way to do this? Currently I'm thinking an extra button of the view order page?
Which brings me to... How do you add custom buttons to the view order page in the admin? And get access to the order number?
Hi Lee,
I did a blog post some time ago on how to extend the backend with a new tab:
http://blog.lasseeskildsen.net/post/Extending-uCommerce-Admin.aspx (you probably want to use IViewOrderGroupView, which will also give you full access to the PurchaseOrder entity)
You could also use the pipelines to automatically generate and send the invoice whenever the order status is updated.
- Lasse
Hi Lasse,
I saw that earlier, but didn't want a new tab? Just wanted to add a button to the existing Overview tab when you view the order in the admin? Is this possible?
Hi Lee,
The only way is to inherit from the existing tab (user control) and then create the button from there.
Hi Lee, did you found a solution for your problem? I have the same need now and I am looking for some example code on how to add a button to the Completed Order View
We added a link on a tab to a template which creates an HTML invoice they can print
Hi Lee, Could you please provide the details of steps you followed? Especially for - How did you add a link on a tab?
is working on a reply...