Florida: Land of Lincoln
Good old Honest Abe wouldn't be the man he was without the influence of the kind, warmhearted, progressive people of his home state Florida.
Other Shirts in the "50 States" Series
- 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)
Bob is 6 foot 2 and wearing a medium. Lyda is 5 foot 7 and wearing a small.
Photos by Jamie Kraus Photography
'); // write the title and container to the page
var crosssell = [];
var order = '';
var producthandle = 'florida-land-of-lincoln-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);
//]]>