store icon indicating copy to clipboard operation
store copied to clipboard

Implement custom receipts for Store orders listing individual items.

Open cassidyjames opened this issue 8 years ago • 7 comments

If possible, we should provide order line items on the Stripe receipt for merch (i.e. 1× L Logotype Tee Men's: $25) instead of just a single "elementary store" line item.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

cassidyjames avatar Aug 26 '16 04:08 cassidyjames

Stripe itself only allows a charge description which is what we are currently using. Sadly it's only a single line. The ~~easier~~ better approach would be to setup a hook for Stripe for a payment and do our own emails.

btkostner avatar Aug 26 '16 04:08 btkostner

I thought the plan was always to replace Stripes emails over time.

lewisgoddard avatar Aug 26 '16 07:08 lewisgoddard

Gonna add "needs design" since we need to create a template for this

danirabbit avatar Aug 26 '16 21:08 danirabbit

We should probably implement a similar thing for purchases of the OS, but with download links. That would take care of elementary/website#34 and elementary/website#24

lewisgoddard avatar Aug 30 '16 22:08 lewisgoddard

Do we want to use Mandrill for this as well? I can't do much until we have a design set up there.

lewisgoddard avatar Sep 03 '16 16:09 lewisgoddard

I would assume we will use mandrill for this as well. No reason to use yet another service.

btkostner avatar Sep 03 '16 21:09 btkostner

So. I have initial implementation of this done in the store. It follows the shipping email but changes some of the wording and doesn't show a shipping number. I did notice that I can't disable emails from stripe for the store specifically. So, here are the options:

  1. The customer gets 2 emails when they checkout. One from stripe, and one from the store.
  2. We disable stripe emails. The customer only gets one email from the store when they checkout, but they no longer get emails from the homepage payment.
  3. We disable custom emails for now, and just wait til we move all emails over to custom ones?

btkostner avatar Feb 28 '21 18:02 btkostner