Click or drag to resize
ShoppingCartItemInfoProviderDeleteShoppingCartItemInfoInternal Method
Deletes specified shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteShoppingCartItemInfoInternal(
	ShoppingCartItemInfo itemObj
)

Parameters

itemObj
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item to be deleted
See Also