SKUInfoProviderUpdateInventoryInternal Method |
Updates products' available items in database according to the products' units of the specified shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void UpdateInventoryInternal(
ShoppingCartInfo cartObj
)
Parameters
- cartObj
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart with some products
See Also