Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (2024)

Book an appointment

'); // $('#view_lastname').after('

'); } if(data['error_lastname']){ $('#view_lastname').after('

' +data['error_lastname']+ '

'); } if(data['error_name'] && !data['error_lastname']){ $('#view_lastname').after('

'); } if(data['error_lastname2']){ $('#view_lastname').after('

' +data['error_lastname2']+ '

'); } if(data['error_email']){ $('#view_email').after('

' +data['error_email']+ '

'); } if(data['error_mobile']){ $('#view_mobile').after('

' +data['error_mobile']+ '

'); } if(data['error_order_no']){ $('#view_order').after('

' +data['error_order_no']+ '

'); } // if (data['error']) { // $('#button-viewing').before('

' + data['error'] + '

'); // } if (data['success']) { if (isIE () != 8 || isIE () != 7) { var new_url = window.location.href; window.history.pushState({},'',new_url); } $('#viewfrm')[0].reset(); $('.confirm_detail').hide(); $('.confirm_detail-new').hide(); $('.hideit').hide(); $('#mySidearrow').hide(); $('.contenttab').hide(); //$('.modal-title').hide(); $('.apointment_bor').hide(); $('#success_appointment').show(); $('#appointmentpopup .modal-header h4').hide(); $('#appointment-type-popup').modal('hide'); deletecookie("activetab", '', -1); deletecookie("dateselected", '', -1); deletecookie("valueselected", '', -1); deletecookie("duration", '', -1); deletecookie("timeselected", '', -1); deletecookie("locationselected", '', -1); deletecookie("loc_selected", '', -1); $('#button-viewing').attr('disabled', false); } } }); }); $('body').on('click', '#back-schedule, #back-date, #myTab li.schedule a', function(e) { e.preventDefault(); $('#myTab a')[2].click(); $('#myTab li.confirm').addClass('noclick'); $('#myTab li.schedule').removeClass('noclick'); $('#next-confirm-tab').attr('disabled', true); var datefortime = document.getElementById('schedule_date').value; $('#datepicker').data("DateTimePicker").date(datefortime); var timeduration = document.getElementById('duration').value; var location_val = document.getElementById('location_val').value; var service_selected = document.getElementById('service_required').value; timeslots(datefortime,service_selected,timeduration, location_val); }); $( "#next-to-sevices").on('click',function (e){ e.preventDefault(); $('#myTab a')[1].click(); $('#myTab li.service').removeClass('noclick'); $('#myTab li.service').addClass('active'); $( "#serviceli li" ).removeClass('service-box-border'); $('#back-schedule').prop("disabled", true); }); $('body').on('click', '.location-group .locationdiv', function(e){ if(e.which) { if(screen.width < 767) { e.preventDefault(); $('#myTab a')[1].click(); $('#myTab li.service').removeClass('noclick'); } } $(this).parent().find('.locationdiv').removeClass('selected'); $(this).parent().find('.location-name').removeClass('active'); $(this).parent().find('.location-name').removeClass('actives'); $(this).addClass('selected'); $(this).children('.location-name').addClass('active'); $(this).children('.location-name').addClass('actives'); var val = $(this).attr('data-value'); var store_id = 1; var valimage = $(this).attr('data-image'); $(this).parent().find('input').val(val); // $('#myTab a')[1].click(); //$('#myTab li.service').removeClass('noclick'); $('#next-to-sevices').prop("disabled", false); // if(val == '28'){ // $('.storesname').text($(this).attr('data-name')+" Showroom"); // }else{ // $('.storesname').text($(this).attr('data-name')); // } $('.storesname').text($(this).attr('data-name')); // if(val == '39'){ // $('.storesclose').html('We are closed on 24-Dec-2023 to 27-Dec-2023 and also on 31-Dec-2023 to 01-Jan-2024.'); // }else{ // $('.storesclose').html(''); // } $('.addr').html($(this).attr('data-address')); $('.tell').text($(this).attr('data-telephone')); if(val == '1'){ $('.whatsapp').show(); $('.wp').text("0758 484 4383"); }else if (val == '6'){ $('.whatsapp').show(); $('.wp').text("0730 865 2067"); }else if (val == '3'){ $('.whatsapp').show(); $('.wp').text("0738 518 1107"); }else if (val == '2'){ $('.whatsapp').show(); $('.wp').text("0770 662 7243"); }else if (val == '4'){ $('.whatsapp').show(); $('.wp').text("0747 671 3179"); }else if (val == '18' && store_id != '15'){ $('.whatsapp').show(); $('.wp').text("07572 406911"); } else if (val == '20'){ $('.whatsapp').show(); $('.wp').text("0758 484 4383"); } else{ $('.whatsapp').hide(); $('.wp').text(""); } //$('.storesimg').html('Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (20)'); document.getElementById('location_val').value = val; //document.getElementById('storesname').value = $(this).attr('data-name'); document.getElementById("storesimg").src = valimage; document.getElementById("storeimage").src = valimage; // Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (21) setapptcookie("activetab", "service", 1); var mydate = new Date(); var numberOfDaysToAdd = 1; mydate.setDate(mydate.getDate() + numberOfDaysToAdd); var dd = mydate.getDate(); var mm = mydate.getMonth()+1; //January is 0! var yyyy = mydate.getFullYear(); if(dd<10) { dd = '0'+dd } if(mm<10) { mm = '0'+mm } document.getElementById("change_loc").innerHTML = "" mydate = yyyy + '-' + mm + '-' + dd; $('#datepicker').data("DateTimePicker").date(mydate); if(val == '1'){ document.getElementById("change_loc").innerHTML = "Location selected: London"; } else if(val == '2'){ document.getElementById("change_loc").innerHTML = "Location selected: Victoria Arcade, Leeds"; } else if(val == '3'){ document.getElementById("change_loc").innerHTML = "Location selected: Liverpool"; } else if(val == '9'){ document.getElementById("change_loc").innerHTML = "Location selected: Glasgow"; } else if(val == '4'){ document.getElementById("change_loc").innerHTML = "Location selected: Manchester"; } else if(val == '18'){ document.getElementById("change_loc").innerHTML = "Location selected: Nottingham"; } else if(val == '19'){ document.getElementById("change_loc").innerHTML = "Location selected: Sheffield"; } else if(val == '20'){ document.getElementById("change_loc").innerHTML = "Location selected: Edinburgh"; } else if(val == '6'){ document.getElementById("change_loc").innerHTML = "Location selected: Birmingham"; } else if(val == '10'){ document.getElementById("change_loc").innerHTML = "Location selected: Sydney"; } else if(val == '11'){ document.getElementById("change_loc").innerHTML = "Location selected: Dublin"; } else if(val == '13'){ document.getElementById("change_loc").innerHTML = "Location selected: Melbourne"; } else if(val == '15'){ document.getElementById("change_loc").innerHTML = "Location selected: Adelaide"; } else if(val == '21'){ document.getElementById("change_loc").innerHTML = "Location selected: Auckland"; }else if(val == '22'){ document.getElementById("change_loc").innerHTML = "Location selected: Newcastle"; }else if(val == '23'){ document.getElementById("change_loc").innerHTML = "Location selected: Belfast"; }else if(val == '24'){ document.getElementById("change_loc").innerHTML = "Location selected: Commercial Street, Leeds"; }else if(val == '26'){ document.getElementById("change_loc").innerHTML = "Location selected: Melbourne Store"; } else if(val == '17'){ document.getElementById("change_loc").innerHTML = "Location selected: Lyon Store"; } else if(val == '5'){ document.getElementById("change_loc").innerHTML = "Location selected: Paris Store"; } document.getElementById("change_phone").innerHTML = ""; if(val == '1'){ document.getElementById("change_phone").innerHTML = "020 7660 1568"; } else if(val == '2'){ document.getElementById("change_phone").innerHTML = "0113 333 9076"; } else if(val == '3'){ document.getElementById("change_phone").innerHTML = "0151 515 0487"; } else if(val == '9'){ document.getElementById("change_phone").innerHTML = "0141 413 9197"; } else if(val == '4'){ document.getElementById("change_phone").innerHTML = "0161 885 3803"; } else if(val == '18'){ document.getElementById("change_phone").innerHTML = "0115 880 0101"; } else if(val == '19'){ document.getElementById("change_phone").innerHTML = "0114 331 0020"; } else if(val == '20'){ document.getElementById("change_phone").innerHTML = "0131 6000151"; } else if(val == '6'){ document.getElementById("change_phone").innerHTML = "0121 2710058"; } else if(val == '10'){ document.getElementById("change_phone").innerHTML = "02 8015 2916"; } else if(val == '11'){ document.getElementById("change_phone").innerHTML = "01 920 3022"; } else if(val == '13'){ document.getElementById("change_phone").innerHTML = "03 9917 5468"; } else if(val == '15'){ document.getElementById("change_phone").innerHTML = "08 7070 8026"; } else if(val == '21'){ document.getElementById("change_phone").innerHTML = "09 802 2972"; }else if(val == '22'){ document.getElementById("change_phone").innerHTML = "0191 466 1477"; }else if(val == '23'){ document.getElementById("change_phone").innerHTML = "028 9562 2030"; }else if(val == '24'){ document.getElementById("change_phone").innerHTML = "0113 333 9076"; }else if(val == '26'){ document.getElementById("change_phone").innerHTML = "03 9917 5271"; } else if(val == '17'){ document.getElementById("change_phone").innerHTML = "04 11 85 21 01"; } else if(val == '17'){ document.getElementById("change_phone").innerHTML = "01 84 68 00 70"; } document.getElementById('location_val').value = val; document.getElementById('location_image').value = valimage; document.getElementById("store-img").src = valimage; setapptcookie("locationtext", document.getElementById("change_loc").innerHTML, 1); setapptcookie("loc_image", document.getElementById('location_image').value, 1); //setapptcookie("locationtext", document.getElementById("change_phone").innerHTML, 1); setapptcookie("loc_selected", val, 1); }); function isIE () { var myNav = navigator.userAgent.toLowerCase(); return (myNav.indexOf('msie') != -1) ? parseInt(myNav.split('msie')[1]) : false; } $(document).on("mouseover", ".datepicker-days .day", function () { $(".same-day-appointment-text-desktop").fadeIn(500); });

  • Home
  • Engagement Rings
  • Lab Grown Diamond Engagement Rings
  • Oval

An incredibly popular choice for many brides-to-be throughout the ages, an oval lab grown diamond engagement ringsboasts the benefit of looking noticeably bigger thanks to its eye-catching, elongated design. A shape that will suit any wedding band, an oval-shaped engagement ring is the way to go if you’re looking for something classic and timeless too. Discover our different types of settings and metal types online at Diamonds Factory today.

Read More

Reset all×

Custom Made

Ready to Deliver

Lab Grown Diamond Engagement Rings×

Oval×

×

Hidden Halo

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (23)

Oval Lab Grown Diamond Engagement Rings - CLRN3874_01

Price from: £726

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (25)

Oval Lab Grown Diamond Engagement Rings - CLRN3823_01

Price from: £858

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (27)

Oval Lab Grown Diamond Engagement Rings - CLRN1_01

Price from: £787

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (31)

Oval Lab Grown Diamond Engagement Rings - CLRN1_06

Price from: £1,360

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (33)

Oval Lab Grown Diamond Engagement Rings - CLRN1_07

Price from: £2,026

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (35)

Oval Lab Grown Diamond Engagement Rings - CLRN1_08

Price from: £1,510

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (37)

Oval Lab Grown Diamond Engagement Rings - CLRN2_05

Price from: £1,191

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (39)

Oval Lab Grown Diamond Engagement Rings - CLRN1_16

Price from: £1,082

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (41)

Oval Lab Grown Diamond Engagement Rings - CLRN2_13

Price from: £1,052

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (43)

Oval Lab Grown Diamond Engagement Rings - CLRN2_14

Price from: £1,049

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (45)

Oval Lab Grown Diamond Engagement Rings - CLRN17_01

Price from: £596

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (47)

Oval Lab Grown Diamond Engagement Rings - CLRN2_02

Price from: £558

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (49)

Oval Lab Grown Diamond Engagement Rings - CLRN17_03

Price from: £826

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (51)

Oval Lab Grown Diamond Engagement Rings - CLRN1_12

Price from: £1,004

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (53)

Oval Lab Grown Diamond Engagement Rings - CLRN2_11

Price from: £1,063

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (55)

Oval Lab Grown Diamond Engagement Rings - CLRN2_12

Price from: £1,036

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (57)

Oval Lab Grown Diamond Engagement Rings - CLRN2_09

Price from: £633

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (59)

Oval Lab Grown Diamond Engagement Rings - CLRN20_05

Price from: £481

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (61)

Oval Lab Grown Diamond Engagement Rings - CLRN1429_01

Price from: £483

Hidden Halo

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (63)

Oval Lab Grown Diamond Engagement Rings - CLRN2258_01

Price from: £1,536

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (65)

Oval Lab Grown Diamond Engagement Rings - CLRN582_02

Price from: £483

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (67)

Oval Lab Grown Diamond Engagement Rings - CLRN598_01

Price from: £411

SALE

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (69)

Oval Lab Grown Diamond Engagement Rings - CLRN599_01

Price from: £471

Previous 1 2 3 4 . . . 10 Next

');}if(data['success']) {$("#signup").hide();$("#subscript").hide();$("#main_newsletter").hide();$(".newssletter").hide();$("#thanks").show();$("#thanku").show();$('.change-onsubmit').css({'width':'100%','margin-bottom':'15px'});setTimeout(function() {$("#cboxClose").trigger('click');}, 5000);}}});});

@diamondsfactoryworld

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (70)Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (71)Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (72)Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (73)Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (74)Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (75)

Oval Lab Grown Diamond Engagement Rings | Diamonds Factory (2024)
Top Articles
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated:

Views: 6660

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.