This brown Prince of Wales suit is crafted from an Italian blend oflinen and woolthat ensures great breathability with limited creasing and a unique texture, visually enhanced by the Prince of Wales cloth.
Composition: 52% linen, 48% wool, woven in Italy, 250g
Half canvas construction
Notch lapel, width of 9.5 cm
Natural shoulders (no padding)
'Barchetta' chest pocket
Functional buttonholes
Patch pockets
Unlined
Drop 6
Soragna trousers: high-rise with a semi-slim fit, a wide extended waistband with 2 buttons, a single pleat and side adjusters
Made in Italy
All our trousers come with an unfinished hem so you can adjust the length to your preference. We recommend the addition of a 4.5 to 5 cm turn-up.
Model is 187 cm and is wearing size50 (IT-EU) / 40 (US-UK).
Care instructions:
- '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"2158033",
"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:'2158033',
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:'2158033'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});