ShoppingCartInfoProviderGetShoppingCartInfoInternal Method (Int32) |
Returns shopping cart with specified ID.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual ShoppingCartInfo GetShoppingCartInfoInternal(
int cartId
)
Parameters
- cartId
- Type: SystemInt32
Shopping cart ID
Return Value
Type:
ShoppingCartInfoSee Also