Click or drag to resize
CMSPayPalProviderGetProductItems Method
Returns item created from given cartItem.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected internal IEnumerable<Item> GetProductItems(
	ShoppingCartItemInfo cartItem
)

Parameters

cartItem
Type: CMS.EcommerceShoppingCartItemInfo

Return Value

Type: IEnumerableItem
See Also