VIEW PRODUCT CATEGORIES

14K White Gold Blue Diamond Eternity Ring 1.00TDW, 3.6g

SKU: 160181 Categories: , ,

$795.00

Out of stock

Diamond eternity band with blue diamonds in 14k white gold.

Stamped 14k, 1.00ct and weighs 3.6 grams.

The diamonds have a permanent heat treatment to make them blue.

Very attractive metal work on the sides.

The ring measures 4mm wide at the top.

Ring size is 7 3/4.

Like new condition.

Additional information

Base Metal

White Gold

Brand

Unbranded

Main Stone

Diamond

Main Stone Treatment

Heated

Metal

White Gold

Metal Purity

14k

Ring Size

7.375

Total Carat Weight

1.00 ctw – 1.24 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); }); });