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