Premium Cocoon Barong Tagalog Coat Made from 100% Cocoon
We have the limited Barong Tagalog that matches your needs on any occasion! Order this barong today. It is made from high-quality fabric Barong Tagalog that will make you stand out and feel elegant during your special day! We also have a huge collection ofon our website.
RUSH DELIVERY:Arrives in 7-9 Days with Tracking#
STANDARD DELIVERY:Arrives in 9-21 Days with Tracking#
Product Summary |
Material: | Cocoon |
Color: | Pure White |
Collar Type: | ChineseCollar |
Embroidery: | White Premium U-Embroidery |
Popular During: | Weddings, graduations, formal affairs |
Sizes Available: | S,M,L,XL,XXL,XXXL,4XL,5XL,Custom Size |
Size Chart: | data-mce-fragment='1'> | Delivery: | Worldwide |
Premium Quality Guarantee:
BarongWorld is aquality sellerof Barong Tagalog &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":"2791489",
"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:'2791489',
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:'2791489'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});