A poncho liner or 'woobie' is a much loved piece of kit. Poncho liners are water resistant and warm quilted blankets that can be tied into a poncho or used on their own. These tropentarn camo woobies are made from polyester with a synthetic filling.
Considered by troops to be one of their most versatile pieces of equipment. The poncho liner can be used as a make-shift sleeping bag, shelter, blanket, camo hide or ground sheet. The eight ties - one each corner and side - allow you to attach it to a poncho or tie it to a tree for shelter. Grab yourself a woobie for a home emergency kit, camping or hiking.
Features:
- Ripstop polyester in a quilted pattern
- Dries quickly when wet
- Versatile
- 8 ties around the corners and sides
- Carry bag included
Dimensions:210cm x 150cm(Approx 35cm H x 18cm diameter packed)
Manufacturer: Mil-Tec
Weight:800grams
Contents:
Outer Shell: 100% Polyester
Filling: 100% Polyester
Carry Bag: 100% Polyester
Colour:Tropentarn
Condition:New - Commercial New Product (Non-Military issue). If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"894968",
"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:'894968',
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:'894968'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});