Click or drag to resize
DefaultDeliveryBuilderInitItemCustomData Method
Adds custom data to constructed delivery item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void InitItemCustomData(
	DeliveryItem deliveryItem,
	ShoppingCartItemInfo cartItem
)

Parameters

deliveryItem
Type: CMS.EcommerceDeliveryItem
Delivery item to set custom data to.
cartItem
Type: CMS.EcommerceShoppingCartItemInfo
Cart item from which is delivery item constructed.
See Also