ShoppingCartItemInfoProviderGetShoppingCartItemsInternal Method |
Returns DataSet with all shopping cart items data of the specified cart. DataSet includes both SKU data and shopping cart item data.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual DataSet GetShoppingCartItemsInternal(
int cartId
)
Parameters
- cartId
- Type: SystemInt32
Shopping cart ID
Return Value
Type:
DataSetSee Also