Hi All,
We are developing an e-commerce application in Kentico 11 portal engine along with custom development using Kentico API.
We are creating a shopping cart for the customer and adding cart items to the shopping cart (also able to modify the cart using API).
How can I create an order directly using the shopping cart items? I don't see anywhere the cart can be converted to order.
Any suggestions or thought would be helpful.
Regards, Naresh Ede
In Kentico 11 you can use SetOrder which accepts the a ShoppingCart object that transfers the default properties data from the cart to an order.
SetOrder
ShoppingCartInfoProvider.SetOrder(this.ShoppingCart);
Please, sign in to be able to submit a new answer.