ShoppingCartInfoProviderSetOrderInternal Method |
Creates or updates order based on the data of the specified shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void SetOrderInternal(
ShoppingCartInfo cartObj,
bool generateInvoice
)
Parameters
- cartObj
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart data - generateInvoice
- Type: SystemBoolean
Indicates if new invoice should be generated from the new order data. It is True by default.
See Also