Handloom Pista And Pink Dual Tone Pure Katan Silk Tanchoi Banarasi Nehru Jacket
Masterly Designed Pista Green and Pink Nehru jacket Is an elegant piece to add to your Wardrobe. This Jacket is made with Lustrous Pure Katan Silk is a perfect traditional wear for Mens. The Fabric is Intricately Handwoven with Golden Tanchoi Zari Booti.
The Jacket is Styled with Band Collar, Button Plackets and Patch pockets. Style this Jacket with Pocket Square or brooch to enhance the beauty of the Master Piece. Flaunt the outfit and uplift your look in traditional and wear this on different wedding festivities.
split
Color : Pista And Pink
Fabric: Katan Silk
Delivery Time: 4 Weeks
Made to order in sizes XS to XXL - (Refer Size Chart). '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"587657",
"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:'587657',
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:'587657'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});