DESCRIPTION The SO YA EYEWEAR ANDREA RG-GRE sunglasses embody classic elegance with a modern twist. Crafted from high-quality metal, the frame features a luxurious gold finish, adding a touch of sophistication to any look. The multi-colored mirror lenses provide a striking contrast, enhancing the frame’s bold appeal while offering essential UV protection for eye safety. Designed in a timeless style, these sunglasses are versatile enough for various occasions, from casual outings to stylish events. The lightweight construction ensures comfortable all-day wear, while the durable metal frame promises long-lasting quality. The attention to detail reflects SO YA EYEWEAR's commitment to combining style and functionality seamlessly, making these sunglasses a chic and practical accessory for any collection.
INFORMATIONLens Size | 63 mm |
Nose Bridge Length | 16 mm |
Temple Length | 140 mm |
Gender | Women |
Material | Metal |
Shape | Irregular |
Country of Origin | Italy |
Front Colour | Gold |
Temple Colour | Gold |
Lens Colour | Multi |
Style Tip | This shape is best suited for oval / round faces. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"737358",
"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:'737358',
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:'737358'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|