DESCRIPTION The TORY BURCH 4014U 1967 optical frames feature a refined classic style with a contemporary twist, making them a chic addition to any eyewear collection. Crafted from high-quality acetate, the frames showcase a stunning ivory finish that exudes elegance and adds a soft, sophisticated touch to the look. The classic shape offers a timeless appeal, while the lightweight design ensures comfort for everyday wear. Clear lenses make these frames perfect for prescription or non-prescription use, allowing versatility and style. With the signature TORY BURCH quality and attention to detail, the 4014U 1967 frames embody a blend of modernity and tradition, ideal for those seeking eyewear that stands out with subtle sophistication.
INFORMATIONLens Size | 55 mm |
Nose Bridge Length | 15 mm |
Temple Length | 140 mm |
Gender | Women |
Material | Acetate |
Shape | Cat Eye |
Country of Origin | United States |
Front Colour | Ivory |
Temple Colour | Ivory |
Lens Colour | Clear |
Style Tip | This shape is best suited for an oval face while it goes well with a square or a diamond shaped face too. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1211526",
"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:'1211526',
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:'1211526'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|