Author Topic: OrderMgr createCheckoutOrder() returning null  (Read 362 times)

dnlsmns

  • Jr. Member
  • **
  • Posts: 10
    • View Profile
OrderMgr createCheckoutOrder() returning null
« on: August 28, 2010, 11:47:50 AM »
createCheckoutOrder() seems to be returning a valid OrderIf object when the current logged in user is the super user.  When a different user is logged in it returns null.  Is there some other condition that I'm overlooking here?

trevor

  • Administrator
  • Hero Member
  • *****
  • Posts: 495
    • View Profile
    • KonaKart
Re: OrderMgr createCheckoutOrder() returning null
« Reply #1 on: August 30, 2010, 12:28:12 AM »
It creates an order when any user is logged in. The store front application doesn't look at the super user property for this API call.