Skip to content
// Shop by size
document.getElementById('lf-cart-btn').onclick = function() {
var base = 'https://' + LF_STORE + '/collections/all';
var url = size ? base + '?filter.p.m.filter.size=' + encodeURIComponent(size) : base;
window.open(url, '_blank');
};
- Choosing a selection results in a full page refresh.
- Opens in a new window.