Click or drag to resize
ShoppingCartInfoProviderSetShoppingCartInfoInternal Method

Note: This API is now obsolete.

Sets (updates or inserts) specified shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Set(ShoppingCartInfo) instead.")]
protected virtual void SetShoppingCartInfoInternal(
	ShoppingCartInfo cartObj
)

Parameters

cartObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart to be set
See Also