/*CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    font-weight: 400;
    height: 42px;
    padding: 10px;
    font-size: 16px;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 8px;
    border-color: #EBF1FD;

Чтобы вывести дополнительные ссылки, в файл темы, отвечающий за вывод категории товара (обычно это category.html), наобходимо, в нужном месте, добавить следующий код:

{if $wa->shop && class_exists('shopCatDopLinksViewHelper')}
{shopCatDopLinksViewHelper::getDopLinks($category.id)}
{/if}


            {if $wa->shop && class_exists('shopCatDopLinksViewHelper')}
                {shopCatDopLinksViewHelper::getDopLinks($category.id)}
            {/if}