Fell Beats
BACK TO THE DJ SHADOWS!
The beat is never late, nor is it early. It drops precisely when it means to.
Even the smallest request can change the course of the set list.
Alright I'm done.
- Solid colors are 100% ringspun cotton
- Heather Grey is 10% polyester
- Other heathers are 65% polyester
- Tear away label
- 100% not on fire (only when not on fire)
Idea by Gabi Schmitt, real life elf queen.
Lindsay is 5 foot 7 and wearing a medium, Zach is 6 foot and wearing a medium
Men's Bella + Canvas 3001 Size Chart
Photos by Alex Maldonado
'); // write the title and container to the page
var crosssell = [];
var order = '';
var producthandle = 'fell-beats-tshirt';
var sale = '';
var saleText = '';
var fromText = '';
var compare = '';
//Set the maximum number of items that should be shown?
var numproducts = (crosssellmaxitems numproducts)
{
numproducts++;
}
}
},
success: function(product) {
saleText = 'Sale';
if(product.compare_at_price > product.price)
{
sale = '' + saleText + '';
compare = '' + Shopify.formatMoney(product.compare_at_price, '${{amount}}') + '';
}
else
{
sale = '';
compare = '';
}
// Now output the products now that the data has loaded.
if(product.available && (product.handle != producthandle))
{
if(product.images[0])
{
var imagename = product.images[0];
var imagesize = 'large';
var position = imagename.lastIndexOf('.');
var csimage = [imagename.slice(0, position), '_' + imagesize, imagename.slice(position)].join('');
}
else
{
var csimage = 'https://cdn.shopify.com/s/images/admin/no-image-'+imagesize+'.gif';
}
var csprice = Shopify.formatMoney(product.price, '${{amount}}');
if(product.price_varies)
{
fromText = 'from ';
}
else
fromText = '';
var xselloutput = ''
list.append(xselloutput);
}
else
{
if(tmpdata.length > numproducts)
{
numproducts++;
}
}
},
url: '/products/' + crosssell[j] + '.js?'
});
}
}
}
//Cross-sell settings
var settingsoutput = '';
jQuery.each(crosssellsettings[0], function(key, value){
settingsoutput += '';
});
jQuery('#cross-sell').append(settingsoutput);
//]]>