Letter Keychains

Sale price Price $10.00 Regular price Unit price  per 

Pick your customizations! (Flower centers will remain yellow unless otherwise stated. You can add comments in the check out.)

Pick your letter

Pick your style (1-4)

Pick your flower color

Pick your add ons

For further customization, please email me: HAANmadeTreasures@gmail.com

let hulk_flag = 0; $(document).on('click','.hulkapps_submit_cart',function(e){ if (hulk_flag == 0) { e.preventDefault(); var res = true; if (validate_options(window.hulkapps.product_id)) { $("[name^='properties']").each(function () { if ($(this).val() == '') { $(this).attr('disabled', true); } }); hulk_flag = 1; $('.hulkapps_submit_cart').click(); if (hulk_flag == 1) { $("[name^='properties']").each(function () { if ($(this).val() == '') { $(this).attr('disabled', false); } }); hulk_flag = 0; } }else{ } } });