#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)