JM Lichterman & Co
Located in the heart of Jewelers Row in Philadelphia.
Jewelry Configurator
BYOR Review
Diamonds
Colored Diamonds
Gemstone
Lab Created
Wedding Rings
Engagement Rings
Fashion Rings
Colored Stone Rings
Bracelets
Earrings
Necklaces
Pendants
Shop
Cart
Checkout
My account
Your cart is currently empty.
Return to shop
Shopping Basket
jQuery(document).ready(function($) { $(".kirb-ring-size-dropdown").change(function() { var cartItemKey = $(this).attr("id"); var newSize = $(this).val(); var loader = $("
Please Wait...
"); var selectField = $(this); selectField.prop("disabled", true); $(this).parent().append(loader); $.ajax({ url: "https://jmlichtermancompany.com/wp-admin/admin-ajax.php", type: "POST", data: { action: "kirb_update_ring_size", cart_item_key: cartItemKey, ring_size: newSize, nonce: "afb5c76f1d" }, success: function(response) { if(response.success) { location.reload(); } else { loader.remove(); selectField.prop("disabled", false); } }, error: function(xhr, status, error) { loader.remove(); selectField.prop("disabled", false); console.log(error); } }); }); });