OrderInfoProviderGenerateInvoiceNumberInternal Method |
Returns invoice number generated from given shopping cart data.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual string GenerateInvoiceNumberInternal(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart info object
Return Value
Type:
StringSee Also