Добавить новый список товаров
Добавьте на странице home.html (или другой файл)
{$spisok = $wa->shop->productSet("bestsellers")}
<div class="row container-catalog flex-height">
{include file="`$wa->shop->themePath('topmarket')`list-thumbs.html" products=$spisok filter_fix=1}
</div>
Замените bestsellers на ID вашего списка, также измените заголовок
Обратите внимание