KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: dnlsmns on August 28, 2010, 05:47:50 pm

Title: OrderMgr createCheckoutOrder() returning null
Post by: dnlsmns on August 28, 2010, 05:47:50 pm
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?
Title: Re: OrderMgr createCheckoutOrder() returning null
Post by: trevor on August 30, 2010, 06: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.