The Tatonka travel belt is perfect for everyday wear and overseas travel. At first glance it may seem like a normal belt, but this belt has a conveniently placed zip pocket running along the inside. This interior pocket is fantastic for storing money, valuables and items like train or bus tickets.Made from astrong and durable polyester webbing.
Features:
- Hidden zip-compartment
- 30mm wide belt
- Plastic buckle for easier use through X-ray's
Dimensions:130cm x3cm
Weight:0.1kg
Content: 100% Polyester with plastic buckle
Colour: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":"554173",
"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:'554173',
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:'554173'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});