Click or drag to resize
ShoppingCartInfoProviderCreateShoppingCartInfo Method (DataRow)
Returns new empty shopping cart object created from the given data row.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ShoppingCartInfo CreateShoppingCartInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Data row with shopping cart data

Return Value

Type: ShoppingCartInfo
See Also