store
store copied to clipboard
Implement custom receipts for Store orders listing individual items.
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.
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.
I thought the plan was always to replace Stripes emails over time.
Gonna add "needs design" since we need to create a template for this
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
Do we want to use Mandrill for this as well? I can't do much until we have a design set up there.
I would assume we will use mandrill for this as well. No reason to use yet another service.
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:
- The customer gets 2 emails when they checkout. One from stripe, and one from the store.
- 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.
- We disable custom emails for now, and just wait til we move all emails over to custom ones?