But still I am very much unclear about the approach both of these posts are suggesting. I have also referred blog post of Lasse (http://blog.lasseeskildsen.net/post/Extending-uCommerce-Admin.aspx), but this is still not what my client wants. My client want Print button to be in Order's "Overview" tab, next to "Add to order line"
And also ( As Lasses post is couple of years old) I am still not able to find "IHasTabPage" interface's assembly reference. Could some one guide me where I can find it?
Also Can someone please help with following points :
Is Print order functionality still not supported out of box? If it
is could some one please guide me through, if not what is the
recommended way to implement it?
I thought of one approach : I will directly edit the ucommerce backend pages (ViewOrderGroupOrders.ascx), Doing so I will add the
print button in UI and handle the click event of it (may be in
javascript).
In other blog post, Lasse said about implementing button in existing tab : "The only way is to inherit from the existing tab
(user control) and then create the button from there." Could someone
please explain me more about this? Steps description would help a
lot..
Unfortunately, there is no print functionality out of the box.
I guess you could modify the ascx page, and add a button using some javascript and css hacks, but you would have to modify the page every time it gets overwritten (eg. updating uCommerce).
There's currently no way to add a button, to an existing tab, but you can create a new tab, and add buttons to that.
Print Order
Hi.. I am implementing common requirement of webshop - admin user should be able to PRINT order. So I googled, and found out the relative posts :
http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/10833-Print-Orders
http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/40800-Customer-Invoice-From-Admin
But still I am very much unclear about the approach both of these posts are suggesting. I have also referred blog post of Lasse (http://blog.lasseeskildsen.net/post/Extending-uCommerce-Admin.aspx), but this is still not what my client wants. My client want Print button to be in Order's "Overview" tab, next to "Add to order line" And also ( As Lasses post is couple of years old) I am still not able to find "IHasTabPage" interface's assembly reference. Could some one guide me where I can find it?
Also Can someone please help with following points :
Is Print order functionality still not supported out of box? If it is could some one please guide me through, if not what is the recommended way to implement it?
I thought of one approach : I will directly edit the ucommerce backend pages (ViewOrderGroupOrders.ascx), Doing so I will add the print button in UI and handle the click event of it (may be in javascript).
In other blog post, Lasse said about implementing button in existing tab : "The only way is to inherit from the existing tab (user control) and then create the button from there." Could someone please explain me more about this? Steps description would help a lot..
Anyone..?
Hi Girish
Hope it helps,
Lars
is working on a reply...