Shopping for someone else but not sure what to give them? Give them the gift of choice with a bornprimitive-ca gift card. Gift cards are delivered by email and contain instructions to redeem them at checkout. Our gift cards have no additional processing fees. // Qty $50 Gift Card for $45 $100 Gift Card for $85 $200 Gift Card for $160 `); } function applyDiscountThenCheckout(ev, discount) { ev.preventDefault(); var qty = $("#quantity").val() var input_selector = "." + discount; $(input_selector).val(qty); let frame = document.createElement("iframe"); frame.style.display = 'none'; frame.src = '/discount/' + discount; frame.setAttribute('data-discount', discount); frame.onload = function (ev, discount) { let sel = "#" + this.getAttribute('data-discount'); $(sel).click(); } document.body.appendChild(frame); } //ifGC(); // ]]>