Corporate Valentine's Day Cards for Clients

RD155

Suggested Inside Verse: Our hearts are full of gratitude for your business. Thank you for your continued loyalty and support.

• Create your own outside/inside message.
• Card measures approximately 4.7 in x 7.1 in when folded.
• Printed on thick, high-quality 14pt recycled matte or coated gloss card stock.
• Blank White Envelopes included with your order.
• Add envelope imprints with name, return address and color logo.



    Next Previous

    Customer Reviews

    Based on 1 review
    100%
    (1)
    0%
    (0)
    0%
    (0)
    0%
    (0)
    0%
    (0)
    C
    Chardae
    Fantastic

    Can’t believe the quality of these cards...will be buying again soon!!!

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