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.
9 lines
379 B
9 lines
379 B
{% for post in posts %}
|
|
{% include '/woocommerce/archive-product/archive-product-tease.twig' with {post: post} %}
|
|
{% endfor %}
|
|
|
|
{% if not ended %}
|
|
<button class="button button--white" id="load-more-products" data-category_id="{{ get_category }}" data-category_type="{{ get_category_type }}">
|
|
{{ function('pll_e', 'Загрузить еще') }}
|
|
</button>
|
|
{% endif %} |