// 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'); };