Click or drag to resize
ShoppingCartInfoProviderCreateContentRow Method
Creates one row of the content table with the data which are retrieved from the specified shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static DataRow CreateContentRow(
	ShoppingCartItemInfo item,
	DataTable table
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item
table
Type: System.DataDataTable
Table from which the content row is created

Return Value

Type: DataRow
See Also