DefaultDeliveryBuilderInitItemCustomData Method |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax protected virtual void InitItemCustomData(
DeliveryItem deliveryItem,
ShoppingCartItemInfo cartItem
)
Parameters
- deliveryItem
- Type: CMS.EcommerceDeliveryItem
The delivery item to which custom data is set. - cartItem
- Type: CMS.EcommerceShoppingCartItemInfo
The shopping cart item from which the deliver item is constructed.
See Also