Style:86705Rothco’s Lightweight Professional Concealed Carry Vest has a lightweight design without the bulk and is ideal for discreetly storing your firearms and electronic devices.
2 Interior Ambidextrous (Left & Right) Concealed Carry Pockets
4 Interior Mag Pouches (2 On Each Side)
1” X 1” Interior Hook And Loop Tab To Keep Firearm Secure
4 Front Flap Pockets With Magnet Button Closure
Two-Way Zipper With Center Hook And Loop Closure Tab
Center Back Ventilation Slits To Keep You Cool
D-Ring Side Cinch Straps For Attaching Gear
Lightweight 60% Cotton / 40% Polyester Construction Provides Optimal Durability
WARNING:
This product can expose you to Bis-(2-ethylhexyl) Phthalate (DEHP) which is known to the State of California to cause cancer and birth defects or other reproductive harm. ('
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"661032",
"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:'661032'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});