.t-store__parts-switch-btn-all {
    display: none;
}
.js-store-parts-switcher:before {
    content: "Ссылка — #" counter(item) "  —  ";
    counter-increment: item;
}

.t-store__parts-switch-wrapper {
    list-style-type: none; 
    counter-reset:  item;
}