clearall
This 100% waxed cotton hip bag can be worn as a pocket belt or a shoulder bag. The back of the Vmix bag is made in a super soft twill to sit snugly against your skin. Featuring a bellow front pocket with herringbone tape and stud details, and a secure back pocket (big enough for keeping your bank cards safe!). The bag has a removable belt buckle and custom-made metal snaps. The style is finished off with a tarnished metal Psylo logo badge and handcrafted studs.
- Main compartment measurements: 17.5cm X 14.5 cm X 2.5 cm.
- The main pocket is protected by a flap with custom-made double-snap button closure.
- Back, zipped compartment measurements: 15 cm X 22.5 cm.
- Adjustable to fit 31’’ to 41’’ waist (79 cm - 104 cm).
Material: Cotton twill 16/20 (waxed).
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"985750",
"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:'985750'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});