ShoppingCartInfoProviderCreateShoppingCartInfoInternal Method (DataRow) |
Returns new empty shopping cart object created from the given data row.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax protected virtual ShoppingCartInfo CreateShoppingCartInfoInternal(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Data row with shopping cart data
Return Value
Type:
ShoppingCartInfoSee Also