VIEW PRODUCT CATEGORIES

18K 2-tone Bangle Bracelet W Horses, 140.6gr

SKU: 164174 Categories: , ,

$9,900.00

Out of stock

Custom 18k two-tone bangle bracelet with horse designs.

Stamped 18k and weighs 140.6 grams.

Beautiful workmanship with two dimensional horses in high relief.

The bangle measures 6 1/2 inches long on the inside and 1 3/4 inches wide.

Heavy duty flip latch on the side.

Excellent workmanship.

Excellent condition.

Additional information

Base Metal

Two-Tone

Item Length

6.5

Style

Bangle

Type

Brand

Unbranded

Main Stone

No Stone

Metal

Two-Tone

Metal Purity

18k

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