Business Happy St. Patrick's Day Cards for Customers

12366

Suggested Inside Verse: We are so LUCKY to have you as a customer and friend! May the luck of the Irish follow you on St. Patrick's Day and all the year through!

  • All of the text/wording can be changed on the outside/inside/backside of cards.
  • Upload your logo/info to the backside of your cards.
  • Greeting card measures approximately 4.7 x 7.2 inches when folded.
  • High-quality white matte or coated gloss 14 pt premium card stock.
  • Blank white envelopes are included with your card purchase.
  • Custom printed envelopes available for an additional fee.
  • Free domestic ground shipping on orders over $50.
  • Business Professional Happy St. Patrick's Day Cards for Customers.


    Next Previous

    Customer Reviews

    Based on 1 review
    100%
    (1)
    0%
    (0)
    0%
    (0)
    0%
    (0)
    0%
    (0)
    J
    Jon Brown
    Awesome Service!!!

    Wow!!!! Couldn’t believe how quick I got my order. Wasn’t expecting the cards to be so nice....great quality! Will be buy again for the next holiday!!!!

    Related Items

    document.addEventListener("DOMContentLoaded", function () { const checkbox = document.querySelector('input[name="properties[Draw Me as a Character]"]'); if (!checkbox) return; const variantId = 46882773041411; let added = false; checkbox.addEventListener("change", function () { if (this.checked && !added) { fetch("/cart/add.js", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ id: variantId, quantity: 1 }) }).then(() => { added = true; }); } else if (!this.checked && added) { fetch("/cart/change.js", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ id: variantId, quantity: 0 }) }).then(() => { added = false; }); } }); });