Click or drag to resize
DefaultDeliveryBuilderAddItem Method
Adds a cart item to the constructed Delivery.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public virtual void AddItem(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
The item to be added to the constructed Delivery.

Implements

IDeliveryBuilderAddItem(ShoppingCartItemInfo)
Remarks
This method also increments Weight using the weight of item.
See Also