Description & Sizing
Stretch Chino Shorts
Our Stretch Chino Shorts in black are made from a cotton twill fabrication. They have a longer leg with a streamlined fit that tapers towards the knee. These shorts come in a variety of colours and are finished with an Blakely Anchor logo in white embroidered on the leg.
- Slim Fit
- Side Pockets
- Mid Length
- Belt loops
- Signature Anchor Logo
- Side & back pockets
- Model is 6'1' and wears a size Medium - 32' Waist
Size Guide:
size | Inches | CM | EU | USA |
---|
xs | 28 | 71 | 42 | 28 |
---|
s | 30 | 76 | 44 | 30 |
---|
m | 32 | 81.5 | 46 | 32 |
---|
l | 34 | 86.5 | 48 | 34 |
---|
xl | 36 | 91.5 | 50 | 36 |
---|
xxl | 38 | 96.5 | 52 | 38 |
---|
Materials & Care
- 97% Cotton 3% Elastane
- Wash Inside Out At 30 degrees
- Wash with Similar Colours
- Dry Inside Out
- Keep Away From Fire
- Do Not Dry Clean
- Iron Inside Out With A Cool Iron
- Do Not Dry In Direct Sun Light
Delivery & Returns
UK
- Next Day (1-2 Days) - 6.99 - order before 4:30pm
- Express (1-3 Days) - 3.99
- Standard (3-5 Days) - 2.49 - Free on orders over 70
* Quoted days are working days, does not include weekends or bank/public holidays. For European, USA and rest of world prices please refer to the correct website.
Returns:Blakely Clothing offers a 14 days return policy from the delivery date to receive a refund or 28 days for an exchange or gift voucher.'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1377639",
"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:'1377639',
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:'1377639'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});