#LOCAL("TheShop", #Shop.Object) {ShippingFulfillmentMethod}
#LOOP(#System.ShippingFulfillmentTypes) #LOCAL("Feature", #FeaturedActionAvailable(#TheShop, #UNDEF, #MethodClass.FeatureName)) #IF(#Feature NE "NotVisible") #LOCAL("LogisticId",#ID) #LOCAL("LogisticUsed",0) #LOOP(#ShippingFulfillmentMethods) #IF(#ShippingFulfillmentType.ID==#LogisticId) #SET("LogisticUsed",1)
#ENDIF #ENDLOOP #IF(NOT #LogisticUsed)
#ENDIF #ENDLOCAL #ENDLOCAL #ENDIF #ENDLOCAL #ENDLOOP #ENDLOCAL