{#===== Show Description Category =======#}
{% if thumb %}
{% endif %}
{% if soconfig.get_settings('category_more') %}
{{ text_morecategory }}
{% endif %}
{#===== Show Sub Category =======#}
{% endif %}
{% if products %}
{#==== Product Listing ==== #}
{% include theme_directory~'/template/soconfig/listing.twig' with {listingType: listingType} %}
{% endif %}
{% if not categories and not products %}
{{ description }}
{% if categories %}
{{ text_refine }}
-
{% for category in categories %}
-
{{ category.name }}
{% endfor %}
{{ text_empty }}
{% endif %}