Click or drag to resize
DefaultDeliveryBuilderCreateDeliveryItem Method
Creates a new DeliveryItem object for the given shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual DeliveryItem CreateDeliveryItem(
	ShoppingCartItemInfo cartItem
)

Parameters

cartItem
Type: CMS.EcommerceShoppingCartItemInfo
The cart item for which the delivery item is created.

Return Value

Type: DeliveryItem
See Also