Click or drag to resize
ShoppingCartInfoProviderCheckNewShoppingCartItems Method
Check new shopping cart items (product-site binding, product option - product binding and needed product options. Returns true on success.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static bool CheckNewShoppingCartItems(
	ShoppingCartInfo cart,
	ShoppingCartItemParameters itemParams
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart object to check SKUs for.
itemParams
Type: CMS.EcommerceShoppingCartItemParameters
Parameters of the shopping cart item which should be used to perform the check.

Return Value

Type: Boolean
See Also