{% set bodyClass = 'bg-white' %} {% set mainClass = 'wrapper' %} {% extends 'layout.twig' %} {% block content %} {#% do action('woocommerce_before_main_content') %}#} {#
{% do action('woocommerce_before_shop_loop') %}
#}

{% if category %} {{ category.name }} {% else %} {{ function('pll_e', 'Продукция') }} {% endif %}

{% for post in posts %} {% include '/woocommerce/archive-product/archive-product-tease.twig' with {post: post} %} {% endfor %}
{#{% do action('woocommerce_after_shop_loop') %} {% do action('woocommerce_after_main_content') %}#} {% include '/woocommerce/archive-product/archive-product-modal.twig' %} {% endblock %}