#LOCAL("AllProductCategoriesVisible", #GREP(#AllProductCategories, "IsVisible")) #LOCAL("CategoriesCount", #COUNT(#AllProductCategoriesVisible)) #IF(#CategoriesCount > 0) #IF(#CategoriesCount > 1){AlsoBrowseTheseCategories}#ELSE#SPACE[0]{BrowseThisCategory}#ENDIF #JOIN(", ", #AllProductCategoriesVisible)#NameOrAlias#ENDJOIN #ENDIF
#ENDLOCAL #ENDLOCAL