« Return to Thread: Get order object using order id

Re: Get order object using order id

by duffyd :: Rate this Message:

Reply to Author | View in Thread


Hi Hannes,

    order_manager = getUtility(IOrderManager)
    order = order_manager.get(yourOrderID)

Thanks,
Tim

On Tue, 2009-05-19 at 23:25 -0700, hannesc wrote:
> Hey guys
>
> This is probably a very simple question, but I need to find out how to
> return the order object by using the order id (which I retrieved from
> a query string). Any help would be greatly appreciated.
>
> Thanks
> Hannes
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "getpaid-dev" group.
To post to this group, send email to getpaid-dev@...
To unsubscribe from this group, send email to getpaid-dev+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Get order object using order id