Dusty Black Barong Tagalog Coat Made from 100% Satin
ThisBlack Cocoon Barong Tagalog Coat is a fusion of Filipino heritage and modern fashion. Imbued with a sense of timeless elegance, this coat is a true testament to style and sophistication.
Crafted with meticulous care and attention to detail, the Black Cocoon Barong Tagalog Coat is made from exquisite cocoon fabric, known for its luxurious texture and durability. The black hue adds a touch of understated elegance, making it a versatile piece that effortlessly complements any outfit.
STANDARD DELIVERY:Arrives in 18-28 Days with Tracking#
Product Summary |
Material: | Satin
|
Color: | Dusty Black |
Collar Type: | ChineseCollar |
Embroidery: | Black & White Premium Embroidery |
Popular During: | Weddings, graduations, formal affairs |
Sizes Available: | S,M,L,XL,XXL,XXXL,4XL,5XL,Custom Size |
Size Chart: | | Delivery: | Worldwide |
Premium Quality Guarantee:
BarongWorld is aquality sellerof Barong Tagalog &, we want you to really get a good quality,100% brand new,and good experience with our products. This is why weHANDMADE with Loveyour products in detail to ensure that you are satisfied. We also have24/7 customer support.At'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1096612",
"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:'1096612',
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:'1096612'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});