Howitzer WE THE PEOPLE Long Sleeve Hoodie
By wearing thispremium-quality,comfortable, and durable hoodie, you not only showcase your dedication to preserving our rights but also support American artists who have passionately contributed to its design. Your purchase contributes tothe heroes that sacrificeto protect this country.
View morefrom our Howitzer Collection!
Details
- Premium fit ultra soft fleece hood
- Art Illustrated by American Patriot Artists
- Designed in the USA
- A portion of proceeds benefits the American Heroes who sacrifice to protect us
Fit
Fabric + Care
- 80% Cotton, 20% Polyester
- Machine wash cold
- Tumble dry low temp
Follow Us
To be the first to see our newest arrivals, don't forget to follow us on,and. You can also find ourhere in the shop.
Shipping
If you’re local, you can stop in and shop at our Grants Pass, Oregon storefront! Or order online and choose pick up at store option! All online orders typically ship within 1 - 2 business days after you place your order.'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"348004",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
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);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'348004',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'348004'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});