Click or drag to resize
ShoppingCartInfoProviderGetShoppingCartInfoInternal Method (Guid)
Returns shopping cart with specified GUID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ShoppingCartInfo GetShoppingCartInfoInternal(
	Guid cartGuid
)

Parameters

cartGuid
Type: SystemGuid
Shopping cart GUID

Return Value

Type: ShoppingCartInfo
See Also