{% macro item(category, options) %} {% set subCategories = getCategoryList({'parentCategory':category.id,'isEnabled':'1'}) %}
  • {{ category.name|default }} {% if subCategories|length > 0 %} {% endif %}
  • {% endmacro %} {% macro item2(category, options) %} {# {% set subCategories = getCategoryList({'parentCategory':category.id,'isEnabled':'1'}) %}#} {% set categoryImage = getCategoryImage(category.id) %}
    {% if categoryImage %} {% else %} {% endif %}
    {{ category.name|default }}
    {% endmacro %}