Creates or updates order based on the data of the specified shopping cart.
            
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- cartObj
 - Type: CMS.Ecommerce ShoppingCartInfo
Shopping cart data 
- generateInvoice
 - Type: 
System Boolean
Indicates if new invoice should be generated from the new order data. It is True by default. 
See Also