The Viper Tactical VX is a combat system designed with versatility and customisation in mind. This VX Dangler pouchsleeve can be attached to the VX Carrier or similar plate carriers which have the appropriate hook & loopattachment. The Dangler, well, danglesbelow the plate carrier and has a large storage capacity for dumping mags or for general purpose.Two hook & loopattachment points are located on the back, with an ID patch on top of the lid on the front. A major storage upgrade for airsoft and paintball setups.
Features:
- Large storage capacity
- Double hook & loopstrips onthe rear for attaching to a VX system
- Front ID patch
- Semi-elasticated rim
- Hook & looptop flap closure
- Durable nylon construction
Overall Dimensions:24cm L x 18.5cm H x 5cm W
Manufacturer:Viper Tactical
Weight:170g
Content: Nylon
Colour:DarkCoyote/Black
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":"896822",
"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:'896822',
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:'896822'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});