VIEW PRODUCT CATEGORIES

18K White Gold Floral Diamond Ring 2.00TDW, 11.7gr

SKU: 155132 Categories: , ,

$1,795.00

1 in stock

Ladies designer diamond ring in 18k white gold.

Stamped 18k and weighs 11.7 grams.

The diamonds are round brilliant cuts, 2.00 total carats.

The center diamonds are cognac colored, Si clarity.

The outer diamonds are H color on average, Si clarity.

The ring measures 31mm wide at the top.

Ring size is 10 and can be sized, up or down, 2 sizes or less for an extra fee.

The workman ship on the ring is very good and the ring is like new condition.

Additional information

Brand

Unbranded

Diamond Clarity Grade

SI

Diamond Color Grade

H

Main Stone

Diamond

Metal

White Gold

Metal Purity

18k

Sizable

Yes

Style

Floral

Total Carat Weight

2.00 ctw – 4.99 ctw

Type

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });