We are fetching our order information from other site in form of CSV file, are able to successfully save Order, Basket, BasketItem, User etc. but when we try to call these methods "Basket.Recalculate()" and "Basket.Checkout()" we are getting "object reference not.." error, any idea why and do we need those methods? we are unable to save Payment info so found for that we will have to use these methods.
any help will be highly appreciated.
Thanks,
Niraj.
"Basket.Recalculate()" and "Basket.Checkout()" need Help
Re: "Basket.Recalculate()" and "Basket.Checkout()" need Help
These method are used if you are trying to implement custom cart or checkout procedure using AbleCommerce framework or API. For simple import process you need to create object and set values on them and save them.