ShoppingCartItemInfoProviderSetShoppingCartItemInfoInternal Method |
Sets (updates or inserts) specified shopping cart item.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void SetShoppingCartItemInfoInternal(
ShoppingCartItemInfo itemObj
)
Parameters
- itemObj
- Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item to be set
See Also