LemonBee Co. Gift Card

LemonBee Co. Gift Card

Regular price $10.00 $0.00 Unit price per

Purchasing this digital gift card creates a unique code. The gift card recipient can enter this code at checkout to subtract the gift card value from their order total.

This gift card never expires.


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