Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a generalized order receipt email system #57

Open
3 tasks
rhysyngsun opened this issue Apr 25, 2022 · 0 comments
Open
3 tasks

Implement a generalized order receipt email system #57

rhysyngsun opened this issue Apr 25, 2022 · 0 comments

Comments

@rhysyngsun
Copy link
Collaborator

rhysyngsun commented Apr 25, 2022

We want to implement a receipt system so that we can use it in MITx Online and in the future update our existing implementations to utilize this as well.

In the near term we need it for this: mitodl/mitxonline#532

Inspiration

We have some existing implementations for receipt emails, the most comprehensive of which is on xPro:

https://github.com/mitodl/mitxpro/blob/master/ecommerce/mail_api.py

Note that xPro has a couple of different types of emails

Tasks

  • Add a mitol.receipts application
  • Add a base receipt email message class based on TemplatedMessage
  • Add some email templates for our standard receipt email design in the receipts app. This should ideally be broken down into several subtemplates to make it easy to override parts of the email if necessary without having to rewrite the whole thing.
@rhysyngsun rhysyngsun added this to the MITx Online 05/13/22 milestone Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant