DefaultDeliveryBuilderSetFromCart Method |
Namespace: CMS.Ecommerce
public virtual void SetFromCart( ShoppingCartInfo cart, Func<ShoppingCartItemInfo, bool> itemSelector = null )
The following data is taken from the shopping cart:
Please note that CustomData are not populated from the shopping cart. The same applies to CustomData created from cart items. To include some custom data into Delivery, inherit your custom delivery builder.