DESCRIPTION The COACH 7164 9333/71 sunglasses are a perfect blend of classic sophistication and timeless style. Featuring a rich brown metal frame, these sunglasses offer a warm, elegant look that complements any outfit. The solid green lenses not only provide a distinctive contrast to the brown frame but also offer essential UV protection, keeping your eyes safe from harmful rays. Crafted with attention to detail, these sunglasses are both lightweight and durable, ensuring comfortable wear throughout the day. Ideal for those who appreciate traditional design with a touch of modern flair, the COACH 7164 sunglasses are a versatile accessory that enhances your look with understated luxury and refined taste.
INFORMATIONLens Size | 59 mm |
Nose Bridge Length | 17 mm |
Temple Length | 150 mm |
Gender | Unisex |
Material | Metal |
Shape | Rectangle |
Country of Origin | Italy |
Front Colour | Brown |
Temple Colour | Brown |
Lens Colour | Green |
Style Tip | This shape is best suited for an oval, round or heart shaped face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1131712",
"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:'1131712',
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:'1131712'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|