#INCLUDE("ContentLineLineItemShipping")
#IF(#Shop.FeatureMaxValue.ELogistics)
#IF(#ShippingMethod.Class.Alias EQ "ShippingMethodELogistics")
#IF ( #COUNT(#ShippingFulfillmentOptions) )
|
#INCLUDE("ELogisticsShippingOptionSelect")
|
|
|
|
|
#ENDIF
#IF (#LineItemContainer.Shipping.ShippingMethod.SelectedShippingFulfillmentMethod.ActivateNotifications)
|
#INCLUDE("ELogisticsShippingNotifications")
|
|
|
|
|
#ENDIF
#ENDIF
#ENDIF