PB1133 Tool Backpack
Tool carrying just got easier with CLC’s Molded Base Tool Backpack. Durably designed for longer wear, this heavy-duty bag is constructed with 1680D Ballistic Poly and a molded base for longevity. It features ample room for tools, two large zipper compartments, a padded section to store electronics/valuables, 38 reinforced pockets, a cell phone holder, a tape measure clip, and 3 foam back pads for carrying comfort.
This rugged quality, multi-functional CLC backpack is a universal tool storage solution across the trades.
Features:
- Durable design, constructed with 1680D ballistic polyester.
- The molded base provides a flat surface to stand the backpack upright and keep your tools dry and safe while soft enoughto be comfortable on your back.
- The main back zippered compartment has padded pockets for laptops, tablets, charging accessories, or other electronic tools.
- The main front zippered compartment folds all the way downfor easy access and has multiple pockets to organize toolsand accessories
- 3 Large foam back pads for extra comfort.
- Adjustable padded shoulder straps with slip-resistant material,cell phone holder, and 2-way adjustable sternum strap.
- An ergonomic silicone rubber carrying handle with webbing supports heavy loads.
- Heavy zippers and large, ergonomic metal zipper pullers.
- 38 Pockets – 9 outside and 29 inside
*Sold as an Individual
WARNING: This product can expose you to chemicals which are known to the State of California to cause cancer, birth defects or other reproductive harm. For more information go to '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"32658",
"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:'32658',
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:'32658'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});