#LOCAL("ActiveShippingMethods",#GREP(#ShippingMethods, "IsActivated"))#IF(#COUNT(#ActiveShippingMethods))#IF(#COUNT(#ActiveShippingMethods) == 1){ProductShippingMethod}#ELSE#SPACE[0]{ProductShippingMethods}#ENDIF: #JOIN(", ", #ActiveShippingMethods)#NameOrAlias#ENDJOIN#ENDIF#ENDLOCAL