Add some seashells by the seashore (say that 5 times fast) vibes to an everyday essential with the Shell Shock Short Sleeve. Constructed with an easy fluid fabric, this button up party shirt was designed for a comfortable and laid-back wear. Soft and lightweight with a shrink and wrinkle resistant finish, the Shell Shock is a must-have for anyone looking to have a good time!
Quantity limit: 4 per customer
Product Details
- Men's white short sleeve party shirt
- Blue seashell variety print throughout
- Full button up closure
- Left chest pocket with a blue and white Dixxon brand tag
- Hidden collar-stay buttons
- Straight back yoke
- Shrink and wrinkle resistant finish
- Machine wash cold with like colours
- Hang to dry or tumble dry on low
- Do not iron
- Signature party blend material
- Imported
Size & Fit
- Sized directly off our flannels, for a slimmer fit size down
- Similar fit to the bamboo short sleeve, but with added stretch
- Relaxed fit
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1375323",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1375323'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});