"Basket.Recalculate()" and "Basket.Checkout()" need Help

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Niraj8428
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Fri Feb 20, 2009 9:13 am

"Basket.Recalculate()" and "Basket.Checkout()" need Help

Post by Niraj8428 » Wed Mar 04, 2009 9:44 am

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: "Basket.Recalculate()" and "Basket.Checkout()" need Help

Post by mazhar » Wed Mar 04, 2009 11:13 am

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.

Post Reply