Inspired by royalty and rarity, the Kingdom Bamboo Short Sleeve is a must-have for any well-curated closet. Constructed with an easy fluid fabric, this durable snap button was designed for a comfortable and breathable wear. Featuring an allover purple, black, and white plaid pattern with a high-end finish and generous length for a perfect lay, the Kingdom is set to become a versatile staple that delivers plenty of comfort and loads of style.
Quantity limit: 4 per customer
Product Details
- Men's purple, black, and white plaid patterned short sleeve bamboo shirt
- Full snap button closure
- Dual snap button flap chest pockets with utility slot for pens, sunglasses, etc.
- Grey and white Dixxon brand tag on the left chest pocket
- Hidden collar-stay buttons
- Machine wash cold with like colours
- Hang to dry or tumble dry on low
- Do not iron, shake wrinkles out or steam
- Signature bamboo blend
- Imported
Size & Fit
- Sized directly off our flannels, for a slimmer fit size down
- Relaxed fit
- Generous length
- Model is wearing a Men's L
- Model is 5'7 weighing 168 lbs.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1302577",
"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:'1302577',
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:'1302577'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});