Adding product to your cart
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [{"id":322927001758,"handle":"all","title":"All","updated_at":"2026-03-01T02:13:44-10:00","body_html":"","published_at":"2025-05-13T15:58:44-10:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"all"}],"published_scope":"global"},{"id":268349210782,"handle":"boys-swim-1","title":"Boys","updated_at":"2026-03-01T02:13:44-10:00","body_html":"","published_at":"2021-05-31T15:15:58-10:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"boys"}],"published_scope":"global"}];
var showCollection = false;
if (productCollections) {
productCollections.forEach(function(collection) {
if (collection.title === theme.backToCollection.collection.title) {
showCollection = true;
}
});
}
if(showCollection) {
var backToCollectionHTML = '';
var backToCollectionContainer = document.getElementById('backToCollection');
backToCollectionContainer.insertAdjacentHTML('afterbegin', backToCollectionHTML);
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device