Wish List (0)


View wish list
Cancel
Your Cart (0)


CHECK OUT
Cancel
", cache: false, success: function(data){ var imageArray=data.split("###"); var bigImages=imageArray[0]; var smallImages=imageArray[1]; var price_lady=imageArray[2]; var price_men=imageArray[3]; var priceNew = price_lady*1 + price_men*1; if( bigImages == '' ){ $(".bigImgForMetal").html('

Not Image

'); $(".smallImgForMetal").html(''); $(".centerTxt").hide(); }else{ $(".centerTxt").show(); $(".bigImgForMetal").html(bigImages); $(".smallImgForMetal").html(smallImages); } $(".photo_small").click(function(e) { var id_img=this.id; $(".photo_small").css("border","1px solid #DDD"); $("#"+id_img).css("border","1px solid #F49EA9"); id_img=id_img.replace("sm_",""); $(".photo_big").hide(); $("#bg_"+id_img).fadeIn(); }); var imgNew=$(".photo_small").attr("src"); $("#prBefGst").html(priceNew); var price_gst = (priceNew*1 * 7) / 100; var metPricesAfter=Math.floor(price_gst*1 + priceNew*1); $("#prAftGst").html("SGD $"+metPricesAfter); var metal_type_lady=$("#metal_type_lady option:selected").text(); var metal_type_men=$("#metal_type_men option:selected").text(); $(".metal_text_men").html(metal_type_men); $(".metal_text_lady").html(metal_type_lady); metal_sel=metal_type_men +'^^^'+ metal_type_lady; var final_tlt=' - '+metal_sel; $("#add_to_wish_list").attr("href","javascript:add_wishlist_rings('gpryega">',\'"+final_tlt+"\',\'"+priceNew+"\',\'"+imgNew+"\','','-');remember_item('gpryega">');"); var ring_sel_men=0; var ring_sel_women=0; $(".add_to").attr("onClick","add_shoplist('gpryega">',\'"+final_tlt+"\',\'"+priceNew+"\',\'"+imgNew+"\','','-',\'"+ring_sel_men+"\',\'"+ring_sel_women+"\');addShopsCarts();"); } }); } function ringsize(){ var ring_sel_men=$("#ring_sel_men option:selected").val(); if( ring_sel_men == 'undefined' || ring_sel_men == null || ring_sel_men == '' ){ return; } var ring_sel_women=$("#ring_sel_women option:selected").val(); if( ring_sel_men == '' ) ring_sel_men=0; if( ring_sel_women == '' ) ring_sel_women=0; var metal_sel=$("#metal_sel option:selected").text(); $(".metal_text").html(""); $(".metal_text").html(metal_sel); var final_tlt=' - '+metal_sel; $(".addto_btn").attr("onClick","create_own_ring('gpryega">',\'"+final_tlt+"\','0','images/upload_files/jewellry/','','-',\'"+metal_sel+"\',\'"+ring_sel_men+"\');"); if( ring_sel_women == 'undefined' ){ $(".add_to").attr("onClick","add_shoplist('gpryega">',\'"+final_tlt+"\','0','images/upload_files/jewellry/','','-',\'"+ring_sel_men+"\');addShopsCarts();"); }else{ $(".add_to").attr("onClick","add_shoplist('gpryega">',\'"+final_tlt+"\','0','images/upload_files/jewellry/','','-',\'"+ring_sel_men+"\',\'"+ring_sel_women+"\');addShopsCarts();"); } $("#add_to_wish_list").attr("href","javascript:add_wishlist_rings('gpryega">',\'"+final_tlt+"\','0','images/upload_files/jewellry/','','-');remember_item('gpryega">');"); } function loadMetal(){ var metal_sel_array = new Array(); var ii=0; $("#metal_sel option").each(function(index, element) { metal_sel_array[ $(this).html() ]=ii; ii++; }); var metalTypeFinal = localStorage.getItem('metalTypeFinal'); if( typeof(metalTypeFinal) != 'undefined' && metalTypeFinal != null && metalTypeFinal != '' ){ $('#metal_sel').msDropDown().data('dd').set('selectedIndex', metal_sel_array[metalTypeFinal]); } putImgForMetal(); } function change_metal_title(){ putImgForMetal(); } function putImgForMetal(){ var metal_sel = $("#metal_sel").val(); localStorage.setItem('detailsMetal',metal_sel); $.ajax({ type: "POST", url: "api.php", data: "method=GetMetalImages&metal_sel="+metal_sel+"&sku=gpryega">", cache: false, success: function(data){ var imageArray=data.split("###"); var bigImages=imageArray[0]; var smallImages=imageArray[1]; var priceNew=imageArray[2]; if( bigImages == '' ){ $(".bigImgForMetal").html('

Not Image

'); $(".smallImgForMetal").html(''); $(".centerTxt").hide(); }else{ $(".centerTxt").show(); $(".bigImgForMetal").html(bigImages); $(".smallImgForMetal").html(smallImages); } $(".photo_small").click(function(e) { var id_img=this.id; $(".photo_small").css("border","1px solid #DDD"); $("#"+id_img).css("border","1px solid #F49EA9"); id_img=id_img.replace("sm_",""); $(".photo_big").hide(); $("#bg_"+id_img).fadeIn(); }); var metal_sel=$("#metal_sel option:selected").text(); var imgNew=$(".photo_small").attr("src"); $("#prBefGst").html(priceNew); var price_gst = (priceNew*1 * 7) / 100; var metPricesAfter=Math.floor(price_gst*1 + priceNew*1); $("#prAftGst").html("SGD $"+metPricesAfter); $(".metal_text").html(metal_sel); var final_tlt=' - '+metal_sel; $("#add_to_wish_list").attr("href","javascript:add_wishlist_rings('gpryega">',\'"+final_tlt+"\',\'"+priceNew+"\',\'"+imgNew+"\','','-');remember_item('gpryega">');"); var ring_sel_men=$("#ring_sel_men option:selected").val(); var ring_sel_women=$("#ring_sel_women option:selected").val(); if(typeof(ring_sel_men) != 'undefined' && typeof(ring_sel_women) != 'undefined'){ $(".add_to").attr("onClick","add_shoplist('gpryega">',\'"+final_tlt+"\',\'"+priceNew+"\',\'"+imgNew+"\','','-',\'"+ring_sel_men+"\',\'"+ring_sel_women+"\');addShopsCarts();"); return; } if(typeof(ring_sel_men) != 'undefined' && typeof(ring_sel_women) == 'undefined'){ $(".add_to").attr("onClick","add_shoplist('gpryega">',\'"+final_tlt+"\',\'"+priceNew+"\',\'"+imgNew+"\','','-',\'"+ring_sel_men+"\');addShopsCarts();"); return; } $(".add_to").attr("onClick","add_shoplist('gpryega">',\'"+final_tlt+"\',\'"+priceNew+"\',\'"+imgNew+"\','','-');addShopsCarts();"); } }); } function change_metal_type(){ var metal_sel = $("#metal_sel").val(); $.ajax({ type: "POST", url: "api.php", data: "method=GetMetalImages&metal_sel="+metal_sel+"&sku=gpryega">", cache: false, success: function(data){ var imageArray=data.split("###"); var bigImages=imageArray[0]; var smallImages=imageArray[1]; var priceNew=imageArray[2]; if( bigImages == '' ){ $(".bigImgForMetal").html('

Not Image

'); $(".smallImgForMetal").html(''); $(".centerTxt").hide(); }else{ $(".centerTxt").show(); $(".bigImgForMetal").html(bigImages); $(".smallImgForMetal").html(smallImages); } $(".photo_small").click(function(e) { var id_img=this.id; $(".photo_small").css("border","1px solid #DDD"); $("#"+id_img).css("border","1px solid #F49EA9"); id_img=id_img.replace("sm_",""); $(".photo_big").hide(); $("#bg_"+id_img).fadeIn(); }); var metal_sel=$("#metal_sel option:selected").text(); var imgNew=$(".photo_small").attr("src"); $("#prBefGst").html(priceNew); var price_gst = (priceNew*1 * 7) / 100; var metPricesAfter=Math.floor(price_gst*1 + priceNew*1); $("#prAftGst").html("SGD $"+metPricesAfter); var final_tlt=' - '+metal_sel; $("#add_to_wish_list").attr("href","javascript:add_wishlist_rings('gpryega">',\'"+final_tlt+"\',\'"+priceNew+"\',\'"+imgNew+"\','','-');remember_item('gpryega">');"); var ring_sel_men=$("#ring_sel_men option:selected").val(); var ring_sel_women=$("#ring_sel_women option:selected").val(); if(typeof(ring_sel_men) != 'undefined' && typeof(ring_sel_women) != 'undefined'){ $(".add_to").attr("onClick","add_shoplist('gpryega">',\'"+final_tlt+"\',\'"+priceNew+"\',\'"+imgNew+"\','','-',\'"+ring_sel_men+"\',\'"+ring_sel_women+"\');addShopsCarts();"); return; } if(typeof(ring_sel_men) != 'undefined' && typeof(ring_sel_women) == 'undefined'){ $(".add_to").attr("onClick","add_shoplist('gpryega">',\'"+final_tlt+"\',\'"+priceNew+"\',\'"+imgNew+"\','','-',\'"+ring_sel_men+"\');addShopsCarts();"); return; } $(".add_to").attr("onClick","add_shoplist('gpryega">',\'"+final_tlt+"\',\'"+priceNew+"\',\'"+imgNew+"\','','-');addShopsCarts();"); } }); } $(document).ready(function(e) { $(".all_info").click(function(e) { var id_btn=this.id; $(".all_info").attr("class","all_info inform_btn"); $("#"+id_btn).attr("class","all_info inform_btn_active"); $(".inform_block").hide(); $("#"+id_btn+"_block").show(); }); $(".photo_small").click(function(e) { var id_img=this.id; $(".photo_small").css("border","1px solid #DDD"); $("#"+id_img).css("border","1px solid #F49EA9"); id_img=id_img.replace("sm_",""); $(".photo_big").hide(); $("#bg_"+id_img).fadeIn(); }); }); jQuery(window).load(function () { var valid_remember = localStorage.getItem('DetailsID'); if( valid_remember != null ){ var valid_remember_array=valid_remember.split("###"); for(var i in valid_remember_array){ if( valid_remember_array[i] == 'gpryega">' ){ $("#add_to_wish_list").css("background-color","#c54f5a"); $("#add_to_wish_list").attr("clicked","no"); break; }else{ $("#add_to_wish_list").css("background-color","#676767"); $("#add_to_wish_list").attr("clicked","yes"); } } } }); function open_email_to_friend(){ $('.email_to_friend').show(); $('.trans').show(); $("html, body").animate({ scrollTop: $('.email_to_friend').offset().top-30 }, 500); } function open_email_us(){ $('.email_us_block').show(); $('.trans').show(); $("html, body").animate({ scrollTop: $('.email_us_block').offset().top-30 }, 500); } $(document).ready(function(e) { $(".email_to_friend_close").click(function(e) { $(".email_to_friend").fadeOut(); $(".trans").hide(); }); $(".email_us_close").click(function(e) { $(".email_us_block").fadeOut(); $(".trans").hide(); }); captcha_2(); captcha_3(); }); var tiv_1_em=0; var tiv_2_em=0; var operativ_em=0; final_number_em=0; function captcha_2(){ window.tiv_1_em = Math.floor((Math.random() * 9) + 1); window.tiv_2_em = Math.floor((Math.random() * 9) + 1); window.operativ_em = Math.floor((Math.random() * 2) + 1); if( window.operativ_em == 1 ){ $(".captcha_block_email").html(''); $(".captcha_block_email").html('Solve this: '+window.tiv_1_em+'+'+window.tiv_2_em+' ='); window.final_number_em=window.tiv_1_em*1 + window.tiv_2_em*1; } if( window.operativ_em == 2 ){ $(".captcha_block_email").html(''); $(".captcha_block_email").html('Solve this: '+window.tiv_1_em+'-'+window.tiv_2_em+' ='); window.final_number_em=window.tiv_1_em*1 - window.tiv_2_em*1; } } var tiv_1_us=0; var tiv_2_us=0; var operativ_us=0; final_number_us=0; function captcha_3(){ window.tiv_1_us = Math.floor((Math.random() * 9) + 1); window.tiv_2_us = Math.floor((Math.random() * 9) + 1); window.operativ_us = Math.floor((Math.random() * 2) + 1); if( window.operativ_us == 1 ){ $(".captcha_block_email_us").html(''); $(".captcha_block_email_us").html('Solve this: '+window.tiv_1_us+'+'+window.tiv_2_us+' ='); window.final_number_us=window.tiv_1_us*1 + window.tiv_2_us*1; } if( window.operativ_us == 2 ){ $(".captcha_block_email_us").html(''); $(".captcha_block_email_us").html('Solve this: '+window.tiv_1_us+'-'+window.tiv_2_us+' ='); window.final_number_us=window.tiv_1_us*1 - window.tiv_2_us*1; } } function friend_submit(){ var captcha_inp_email=$(".captcha_inp_email").val(); var friends_email=$("#friends_email").val(); var your_name=$("#your_name").val(); var your_email=$("#your_email").val(); var your_message=$("#your_message").val(); var title_email=' - '; var page_url_email=window.location.href; if( is_EMAIL(your_email) == false ){ $(".error_text_frined").html(''); $(".error_text_frined").html('Please enter a valid email address'); return; } if( captcha_inp_email == '' || friends_email == '' || your_name == '' || your_email == '' || your_message == ''){ $(".error_text_frined").html(''); $(".error_text_frined").html('Please complete all fields'); return; } if( window.final_number_em != captcha_inp_email ){ $(".error_text_frined").html(''); $(".error_text_frined").html('Wrong'); return; } $(".error_text_frined").html(''); $.ajax({ type: "POST", url: "../email_app.php", data: "method=Submit_Email_To_Friend&friends_email="+friends_email+"&your_name="+your_name+"&your_email="+your_email+"&your_message="+your_message+"&title_email="+title_email+"&page_url_email="+page_url_email, cache: false, success: function(msg){ if( msg != 'Message sent successfully' ){ $(".error_text_frined").html(''); $(".error_text_frined").html('Error'); return; } $("#friends_email").val(''); $("#your_name").val(''); $("#your_email").val(''); $("#your_message").html(''); $(".error_text_frined").html(''); $(".captcha_inp_email").val(''); captcha_2(); $(".friend_tab_1").hide(); $(".friend_tab_2").fadeIn(); } }); } // EMAIL VALIDATION ***** function is_EMAIL(str){ if (str=="") return true; var intRegex = /\S+@\S+\.\S+/; if(intRegex.test(str)) { return true; }else{ return false; } } // EMAIL VALIDATION ***** function email_us_submit(){ var captcha_inp_email_us=$(".captcha_inp_email_us").val(); var name_user=$("#name_user").val(); var email_address_user=$("#email_address_user").val(); var contact_number_user=$("#contact_number_user").val(); var your_message_user=$("#your_message_user").val(); var title_email_user=' - '; var page_url_email_user=window.location.href; if( captcha_inp_email_us == '' || name_user == '' || email_address_user == '' || contact_number_user == '' || your_message_user == ''){ $(".error_text_email_us").html(''); $(".error_text_email_us").html('Please complete all fields'); return; } if( is_EMAIL(your_message_user) == false ){ $(".error_text_email_us").html(''); $(".error_text_email_us").html('Please enter a valid email address'); return; } if( window.final_number_us != captcha_inp_email_us ){ $(".error_text_email_us").html(''); $(".error_text_email_us").html('Wrong'); return; } $(".error_text_email_us").html(''); $.ajax({ type: "POST", url: "../email_app.php", data: "method=Submit_Email_Us&name_user="+name_user+"&email_address_user="+email_address_user+"&contact_number_user="+contact_number_user+"&your_message_user="+your_message_user+"&title_email_user="+title_email_user+"&page_url_email_user="+page_url_email_user, cache: false, success: function(msg){ if( msg != 'Message sent successfully' ){ $(".error_text_email_us").html(''); $(".error_text_email_us").html('Error'); return; } $("#name_user").val(''); $("#email_address_user").val(''); $("#contact_number_user").val(''); $("#your_message_user").html(''); $(".error_text_email_us").html(''); $(".captcha_inp_email_us").val(''); captcha_3(); $(".emailus_tab_1").hide(); $(".emailus_tab_2").fadeIn(); } }); } function go_items(id,cat){ window.location.href='details.php?id='+id; } function change_ring_size_men(){ var ring_size_men=$("#ring_sel_men option:selected").text(); var lab_men=$("#ring_sel_men option:selected").closest('optgroup').attr('label'); $(".ring_size_men_text").html(""); $(".ring_size_men_text").html(lab_men+' '+ring_size_men); } function change_ring_size_women(){ var ring_size_women=$("#ring_sel_women option:selected").text(); var lab_women=$("#ring_sel_women option:selected").closest('optgroup').attr('label'); $(".ring_size_women_text").html(""); $(".ring_size_women_text").html(lab_women+' '+ring_size_women); } function remember_item(id){ if( $("#add_to_wish_list").attr("clicked") == 'no' ){ var DetailsID=localStorage.getItem('DetailsID'); if( typeof(DetailsID) == 'undefined' || DetailsID == null || DetailsID == '' ){ localStorage.setItem('DetailsID',id); }else{ localStorage.setItem('DetailsID',DetailsID+'###'+id); } }else{ var DetailsID_valid=''; var DetailsID_row=''; var DetailsID=localStorage.getItem('DetailsID'); var DetailsID_massiv=DetailsID.split('###'); for (var i in DetailsID_massiv){ if(DetailsID_massiv[i] == id) continue; DetailsID_valid++; if(DetailsID_valid == 1) DetailsID_row=DetailsID_massiv[i]; else DetailsID_row=DetailsID_row+'###'+DetailsID_massiv[i]; } localStorage.setItem('DetailsID',DetailsID_row); } } function addShopsCarts(){ $("#ADDSHOP_id").html('Added to cart'); $("#ADDSHOP_id").removeAttr('onclick'); } function close_dialog(){ $(".trans").hide(); $(".dialog_9988").hide(); }
Email to friend
Diamond information
-
Model number: -















Submit
Cancel
Product Information Enquiry
Diamond information
-
Model number: -















Submit
Cancel
-


-

30 day returns, engraving & free re-sizing included.

Excludes centre diamond
TAX included


',' - ','0','../images/upload_files/jewellry/','','-');addShopsCarts();">Add to cart

',' - ','0','../images/upload_files/jewellry/','','-');remember_item('gpryega">');">Add to wish list
Email to friend
Email us


Shipping By
1st Class Insured Shipping Service
Estimated ship date
Order by 4 pm today and received on Friday, 19 July
Free shipping for all Singapore orders
For international customers, shipping and insurance is SGD $150 + 3% of total order amount.
International customers will be responsible for any duties, GST, VAT, taxes or surcharges levied or charged by their country.
Please check with local authorities prior to placing your order to confirm taxes and duties.
Why Vivo Diamonds?
All inclusive pricing with no hidden charges
Free shipping for all Singapore orders
Lifetime warranty for all jewellery
Exquisite gift packaging
30 days money back guarantee
1.5% discount for bank wire transfers
Rest confident that our certified gemologists will inspect every diamond featured at Vivodiamonds.com prior to delivery.
All our diamonds are conflict-free.

Find out more about conflict-free diamonds
Please note

- Prices and availability are subject to change without notice. For more details, please view our Terms of Use
- The image displayed above is a sample image of the diamond
- To request for the real photo of the diamond, click here


Customer's Reviews



2008-2017 Vivo Diamonds(TM) - All Rights Reserved. The Vivodiamonds.com corporate office is located in Singapore