In Conclusion: Goats
Sometimes, the conclusion is just Goats. Made from real t-shirt. Hug your goat tonight.
- 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)
Tyler is 5 foot 10 and wearing a small
Photos by Jamie Kraus
Graphic made by flaticon from www.flaticon.com
'); // write the title and container to the page
var crosssell = [];
var order = '';
var producthandle = 'in-conclusion-goats-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);
//]]>