Product details
I. Reiss Wide Diamond Ring
QTY:
Add to cart
I. Reiss Wide Diamond Ring
QTY:
Add to cart
This 14kt yellow gold matte and hammer-finish scalloped-edge ring is enhanced with pave set diamond bubbles weighing 0.25ct total weight. Sizes 5 thru 7 are available for purchase online. Sizes less than 5 and greater than 7 are special orders and can be ordered upon request. Please contact us to reserve your order. DETAILS DESIGNER: I. Reiss
GEMSTONE: Diamond
DIAMOND CARAT: .25ct
METAL TYPE: 14kt yellow gold
SIZES: Available in sizes 5 thru 7. Other sizes can be '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"636652",
"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:'636652',
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:'636652'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});