{#==== Variables Device_res ==== #} {% set devices = { 'lg' : 'Desktops','md' : 'Tablet Landscape','sm' : 'Tablet Portrait','xs' : 'Phones'} %} {% set device_refine = 'form-group ' %} {{ header }}
{{ column_left }}
{#===== Show Description Category =======#} {% if thumb %}
{{ heading_title }}
{% endif %} {% if soconfig.get_settings('category_more') %} {{ text_morecategory }} {% endif %} {#===== Show Sub Category =======#}
{{ description }}
{% if categories %} {% endif %}
{% if products %} {#==== Product Listing ==== #} {% include theme_directory~'/template/soconfig/listing.twig' with {listingType: listingType} %} {% endif %} {% if not categories and not products %}

{{ text_empty }}

{% endif %}
{{ column_right }}
{{ footer }}