ShoppingCartInfoProviderGetShoppingCartInfo Method (Int32) |
Returns shopping cart with specified ID.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax public static ShoppingCartInfo GetShoppingCartInfo(
int cartId
)
Parameters
- cartId
- Type: SystemInt32
Shopping cart ID
Return Value
Type:
ShoppingCartInfoSee Also