The Bordelle Webbed Suspenderin burnt red is a spider inspired piece that will reallyknock 'em dead. Six rows of adjustable straps are held together by columns of more straps. The center back has two rows of 24k gold plated rings attached to a panel that holds a large 24k gold plated O-ring that you can attach to all manner of things. Four garter straps ensure that this piece will hold your hosiery up during a variety of activities.
- the garters are not removable
- 24k gold plated hardware
- 89% polyamide, 11% elastane
- garter belt
- available in '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"852067",
"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:'852067',
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:'852067'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});