eCommerce - Capability to Upload Logo as Apart of Transaction

Options
We utilize eCommerce to process donations for our brick program at the same time the donor determines what they want a brick to be engraved with.  On one option, the customer has the option to include a "personalized logo" on a brick.  Is it possible for the customer to upload a logo while giving a donation to support the brick pathway? 


Thank you in advance!
Tagged:

Comments

  • There is no support for attachments anywhere in LO as far as I know.


    If you happen to use PaperSave, it does have an API. I've been thinking of trying to use that in conjunction with an LO survey for a similar reason.


    An easier route might be to add a SurveyMonkey form or something similar on the donation thank you page to accept the attachment. Not ideal having them be in separate transactions and on separate systems, but that's what it is. You could get clever and use some Javascript to insert the Transaction or Gift Id into a field on that survey for later matching.
  • Austen Brown
    Austen Brown ✭✭✭✭✭
    Ninth Anniversary Facilitator 4 Name Dropper Photogenic
    Brian Mucha‍ Thanks for your help! We will either add in the form to our confirmation email or have a staff member reach out to the constituent to receive the logo. 
  • You could even go really simple and just ask them to email it to you in the thank you page. The mailto link could prefill the subject with the transaction id for matching to the order,

    https://css-tricks.com/snippets/html/mailto-links/


    <a href="mailto:someone@yourdomain.org?subject=Logo%20image%20for%20order%20[[S120:dc:transactionID]] ">Send in your logo!</a>


    BPM

Categories