Custom Listing for Emily
Custom Listing for Emily

Custom Listing for Emily

Regular price $45.00 $0.00 Unit price per

One bee bag reserved for Emily


$(document).ready(function() { $('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() { if ($('#agree').is(':checked')) { $(this).submit(); } else { alert("You must agree with the shop policies to check out."); return false; } }); });