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.

  • Lee 1130 posts 3088 karma points
    May 10, 2013 @ 07:49
    Lee
    0

    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?

  • Lasse Eskildsen 34 posts 57 karma points
    May 10, 2013 @ 14:27
    Lasse Eskildsen
    0

    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

  • Lee 1130 posts 3088 karma points
    May 10, 2013 @ 14:30
    Lee
    0

    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?

  • Lasse Eskildsen 34 posts 57 karma points
    May 10, 2013 @ 23:12
    Lasse Eskildsen
    0

    Hi Lee,

    The only way is to inherit from the existing tab (user control) and then create the button from there. 

  • Kim Søjborg Pedersen 71 posts 275 karma points
    Jun 20, 2013 @ 09:42
    Kim SĂžjborg Pedersen
    0

    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 

  • Lee 1130 posts 3088 karma points
    Jun 20, 2013 @ 10:41
    Lee
    0

    We added a link on a tab to a template which creates an HTML invoice they can print

  • Girish Khadse 52 posts 132 karma points
    Aug 07, 2013 @ 08:59
    Girish Khadse
    0

    Hi Lee, Could you please provide the details of steps you followed? Especially for - How did you add a link on a tab?

Please Sign in or register to post replies

Write your reply to:

Draft