Adding product to your cart
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [{"id":333949993118,"handle":"gift-cards","updated_at":"2025-12-05T14:30:13-10:00","published_at":"2025-12-05T14:05:40-10:00","sort_order":"best-selling","template_suffix":"","published_scope":"global","title":"Gift Cards","body_html":""}];
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