PRODUCTS

{% categoryList productCategories with moduleId="2" parentId="0" %} {% for item in productCategories %}
    {% if item.HasChildren %} {% categoryList subCategories with moduleId="1" parentId=item.Id %} {% for inner in subCategories %}
  • {{inner.Title}}
  • {% endfor %} {% endcategoryList %} {% else %} {% archiveList products with type="list" categoryId=item.Id limit="8" %} {% for inner in products %}
  • {{inner.Title}}
  • {% endfor %} {% endarchiveList %} {% endif %}
{% endfor %} {% endcategoryList %}

RECOMMEND

    {% archiveList products with type="list" moduleId="2" categoryId=0 limit="4" %} {% for item in products %}
  • {{item.Title}}

    {{item.Title}}

  • {% endfor %} {% endarchiveList %}

NEWS

    {% archiveList articles with type="list" moduleId="1" categoryId=0 limit="8" %} {% for item in articles %}
  • {{item.Title}}
  • {% endfor %} {% endarchiveList %}

CONTACT US

Company: {% system with name="SiteName" %}

Contacts: {% contact with name="UserName" %}

Phone: {% contact with name="Cellphone" %}

WhatsApp: {% contact with name="WhatsApp" %}

E-Mail: {% contact with name="Email" %}

Address: {% contact with name="Address" %}