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.

  • James Costerton 24 posts 72 karma points
    Apr 04, 2011 @ 13:10
    James Costerton
    0

    Payment settlement

    Our UCommerce site (in beta) is currently set up to perform payment authorisation with offline settlement within 30 days. This means that orders within the website need to be manually updated from New Order / Authorised to a Completed Order /Settled after the payment is settled with the payment service provider.

    1. ) Is there any way of hooking the change status event that occurs in the /umbraco/ucommerce/orders/editorder.aspx view so that we can perform the settlement from within UCommerce interface. This would provide a 1 step process and help avoid human error.

    2. ) As an alternative, could we customise the editorder view to add this functionality. If so, would future updates potentially overwrite the modification.

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Apr 04, 2011 @ 13:49
    Søren Spelling Lund
    0

    Hi James,

    uCommerce admin supports this. Each time an order changes from one status to another a pipeline is executed. If you hook into the pipeline you can do the settlement there.

    Please see Understanding uCommerce Order Statuses for more details.

  • James Costerton 24 posts 72 karma points
    Apr 05, 2011 @ 10:24
    James Costerton
    0

    Thanks again Søren. Hoped that it could be achieved with pipelines somehow. Very useful post from Lasse.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Apr 05, 2011 @ 12:11
    Søren Spelling Lund
    0

    It can. Pipelines are triggered whenever the order status changes in the backend. Notice how you can add a pipeline name to each order status. If present the pipeline with that name is executed.

Please Sign in or register to post replies

Write your reply to:

Draft