-
|
/
Save up to
%
Save
%
Save up to
Save
Sale
Sold out
In stock
}
},
{
id: 'shopify-section-template--26801065558322__index_collection_list_WiGWHN',
href: '/collections/wrestling-action-figure-gear',
label: 'View All Arena Accessories'
}
].forEach(function (config) {
var section = document.getElementById(config.id);
if (!section || section.querySelector('.ftc-home-view-all-wrap')) return;
var wrapper = document.createElement('div');
wrapper.className = 'ftc-home-view-all-wrap';
var link = document.createElement('a');
link.className = 'ftc-home-view-all button button--primary';
link.href = config.href;
link.textContent = config.label;
wrapper.appendChild(link);
section.appendChild(wrapper);
});
});
/* END FTC HOMEPAGE VIEW-ALL LINKS */