You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
2.5 KiB
45 lines
2.5 KiB
<nav class="wcml-tabs wpml-tabs">
|
|
<a class="nav-tab {{ menu.products.active }}" href="{{ menu.products.url }}">{{ menu.products.title }}</a>
|
|
{% if can_operate_options %}
|
|
{% for key, taxonomy in menu.taxonomies %}
|
|
{% if taxonomy.is_translatable %}
|
|
<a class="js-tax-tab-{{ key }} nav-tab {{ taxonomy.active }}" href="{{ taxonomy.url }}" title="{{ taxonomy.title }}">
|
|
{{ taxonomy.name }}
|
|
{% if taxonomy.warning %}<i class="otgs-ico-warning"></i>{% endif %}
|
|
</a>
|
|
{% endif %}
|
|
{% endfor %}
|
|
{% if menu.custom_taxonomies.show %}
|
|
<a class="nav-tab tax-custom-taxonomies {{ menu.custom_taxonomies.active }}" href="{{ menu.custom_taxonomies.url }}">
|
|
{{ menu.custom_taxonomies.name }}
|
|
{% if menu.custom_taxonomies.warning %}<i class="otgs-ico-warning"></i>{% endif %}
|
|
</a>
|
|
{% endif %}
|
|
<a class="nav-tab tax-product-attributes {{ menu.attributes.active }}" href="{{ menu.attributes.url }}">
|
|
{{ menu.attributes.name }}
|
|
{% if menu.attributes.warning %}<i class="otgs-ico-warning"></i>{% endif %}
|
|
</a>
|
|
{% if menu.shipping_classes.is_translatable %}
|
|
<a class="js-tax-tab-product_shipping_class nav-tab {{ menu.shipping_classes.active }}" href="{{ menu.shipping_classes.url }}"
|
|
title="{{ menu.shipping_classes.title }}">{{ menu.shipping_classes.name }}
|
|
{% if menu.shipping_classes.warning %}<i class="otgs-ico-warning"></i>{% endif %}
|
|
</a>
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
{% if can_manage_options %}
|
|
<a class="nav-tab {{ menu.settings.active }}" href="{{ menu.settings.url }}">{{ menu.settings.name }}</a>
|
|
{% endif %}
|
|
{% if can_operate_options %}
|
|
<a class="nav-tab {{ menu.slugs.active }}" href="{{ menu.slugs.url }}">{{ menu.slugs.name }}</a>
|
|
{% endif %}
|
|
{% if can_manage_options %}
|
|
<a class="nav-tab {{ menu.status.active }}" href="{{ menu.status.url }}">{{ menu.status.name }}</a>
|
|
{% if menu.troubleshooting.active %}
|
|
<a class="nav-tab troubleshooting {{ menu.troubleshooting.active }}" href="{{ menu.troubleshooting.url }}">{{ menu.troubleshooting.name }}</a>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% if can_operate_options %}
|
|
<a class="nav-tab {{ menu.multi_currency.active }}" href="{{ menu.multi_currency.url }}">{{ menu.multi_currency.name }}</a>
|
|
{% endif %}
|
|
</nav> |