Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Girish Khadse 52 posts 132 karma points
    Aug 07, 2013 @ 13:47
    Girish Khadse
    0

    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 :

    1. 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?

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

    3. 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..

  • Girish Khadse 52 posts 132 karma points
    Aug 08, 2013 @ 11:51
    Girish Khadse
    0

    Anyone..?

  • Lars Horne-Mortensen 40 posts 184 karma points
    Aug 09, 2013 @ 13:35
    Lars Horne-Mortensen
    0

    Hi Girish

    1. Unfortunately, there is no print functionality out of the box.
    2. 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).
    3. 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.

    Hope it helps,

    Lars

Please Sign in or register to post replies

Write your reply to:

Draft