DESCRIPTION The RAY-BAN R0103S 001/VR sunglasses showcase a timeless classic design with a modern twist. The gold metal frame exudes luxury and durability, providing a sleek and stylish look for any occasion. Paired with solid green lenses, these sunglasses offer excellent UV protection, ensuring your eyes are well-protected in sunny conditions. The solid lens type delivers consistent clarity, making them ideal for everyday use in bright environments. With their iconic shape and high-quality materials, the R0103S model captures the essence of RAY-BAN’s heritage, combining fashion-forward design with reliable functionality. Perfect for those who value elegance and comfort, these sunglasses are a must-have accessory for any wardrobe.
INFORMATIONLens Size | 53 mm |
Nose Bridge Length | 21 mm |
Temple Length | 140 mm |
Gender | Unisex |
Material | Metal |
Shape | Round |
Front Colour | Gold |
Temple Colour | Gold |
Lens Colour | Green |
Style Tip | This shape is best suited for a square or a long oval face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"700411",
"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:'700411',
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:'700411'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|