The iconic Londo Short
The Londo is a lightweight slim fit Chino short made using our very own cotton twill, with a super high thread count, and a sueded, soft hand feel that is not only special and luxurious to touch but will last.
We introduce fresh bright seasonal colours, as well as our timeless shades, to create a versatile everyday short that's a joy to wear.
Inclassic form we have made more refinement in fit and detail, to absolutely dial it in, while retaining the fit andall the core detailsfrom this classic Chino style.
This classic style boasts an invisible zip entry into deep side pocket to store your Kingsley wallet or Cell phone securely.
Our design team have been meticulous with styling details that include branded brass rivets on the back and front, an awesome celebration of Africa with our unique Basotho printed pocket linings, embroidery on the back belt loop and on the thigh, as well as a great new banger button designed to be secure.
The joy of this style really comes together in the way you look and feel when you wear the modern Londo style. Shop this style and others in-store or online at '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"466359",
"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:'466359',
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:'466359'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});