VIEW PRODUCT CATEGORIES

14K Yellow Gold Mabe Mother of Pearl pendant 16g Very Good Condition

SKU: 142084 Categories: , ,

$595.00

Out of stock

Mabe mother of pearl pendant set in 14k yellow gold.

The setting is stamped 14k.

The gross weight of the pendant is 16 grams.

The pendant measures 2 1/4 by 1 3/8 inches.

Very good condition.

Additional information

Brand

Unbranded

Main Stone

Pearl

Main Stone Creation

Natural

Main Stone Shape

Mabe

Metal

Yellow Gold

Metal Purity

14k

Type

Number of Gemstones

1

Shape

Mabe

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); }); });