First, running the code below in ASP Net is ok but calling the code from
console application is giving nullreference error. Could I address this
code on console app or winform based application?
OrderContext orders = CommerceContext.Current.OrderSystem;
Secondly, could I implement my own on class base on ordergroup class.
Could somebody show me piece of code.
Thanks in advance,
Rally