DefaultDeliveryBuilderInitItemCustomData Method |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void InitItemCustomData(
DeliveryItem deliveryItem,
CalculationRequestItem requestItem
)
Parameters
- deliveryItem
- Type: CMS.EcommerceDeliveryItem
The delivery item to which custom data is set. - requestItem
- Type: CMS.EcommerceCalculationRequestItem
The calculation request item from which the deliver item is constructed.
See Also