Many have speculated as to what the Haymaker means. Is it Chuck Norris or Paul Bunyan knocking out a bear? Maybe it's an image of your dad or boyfriend on it? A lot of dudes look like the guy with a beard...We'll leave you to make your own conclusion.
Printed on a high quality polyester blend, this is a classic Sharp Shirter throw pillow cover design that always knocks one out of the park!
Please choose a specific size and insert option from the drop-down menu on the right.
DETAILS:
- Printed in USA!
- Image is printed on both front & back of pillow
- Soft and Durable for Indoor or Outdoor Use
- Spun Polyester Poplin Material
Want to make your own pillow? Go here: '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"307719",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'307719'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});