Keep it classy when you have to get down to business while travelling with one of these toiletry bags. Made from a tough cotton canvas these will look after the goods. The brass zipper has a reinforced leather lining and pull tab that completes the look. Each end of the pull tab has a snap dome that can be closed to reduce the profile of the bag. Inside the bag has a soft polyester lining with an internal divider so you can keep things organized.
Features:
- Durable canvas material with leather accents
- Inspired by the classic US military 'Dopp' bag
- Brass zipper and snap domes
- Internal divider
Dimensions:Approx 15cm H x 30cm W x 18cm L
Capacity:Approx 8L
Weight:0.23kg
Content:Cotton canvas with brass zips & metal fixtures
Colour:Olive Drab, Coyote, 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){
var data = {
"productId":"948014",
"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:'948014'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});