VIEW PRODUCT CATEGORIES

14K Yellow Gold Omega Link Necklace, 17.5g

SKU: 163834 Categories: , ,

$1,095.00

1 in stock

14k yellow gold omega link necklace.

Stamped 14k Italy and weighs 17.5 grams.

The length is 16 inches and 4mm wide.

Excellent condition.

Additional information

Base Metal

Yellow Gold

Brand

Unbranded

Chain Type

Omega

Main Stone

No Stone

Material

Metal

Metal

Yellow Gold

Metal Purity

14k

Style

Collar

Type

Item Length

16 in

Vintage

Yes

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