#LOCAL("TheShop", #Shop.Object)
{ShippingFulfillmentMethod}
|
{UserDefinedMarketingText}
#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)
#IF(#ImageLogo)  #ENDIF
#MarketingText
#ENDIF
#ENDLOOP
#IF(NOT #LogisticUsed)
#IF(#ImageLogo)  #ENDIF
#MarketingText
#ENDIF
#ENDLOCAL
#ENDLOCAL
#ENDIF
#ENDLOCAL
#ENDLOOP
|
#ENDLOCAL