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

Mail templates and configuration #23

Open
marfago opened this issue May 12, 2015 · 3 comments
Open

Mail templates and configuration #23

marfago opened this issue May 12, 2015 · 3 comments

Comments

@marfago
Copy link

marfago commented May 12, 2015

Is it possible to export/import mail template and/or module configuration in any way?

@rnixx
Copy link
Member

rnixx commented May 12, 2015

do you mean the default checkout related notification mails or the order related templating and mail system? first one can be monkey patched via integration package, latter one would need an exporter/importer.

@marfago
Copy link
Author

marfago commented May 15, 2015

I mean the latter one. We have a lot of templates the customer wants to use in a more complex workflow, and it would be nice to be able to export/import them (at the moment when developing, we need to reinsert them manually).

@rnixx
Copy link
Member

rnixx commented May 16, 2015

The related code lives in mailtemplates.py. The templates are annotated to context and acquired from parent if necessary. So you might just hack something for your recent needs or think of something more generic and propose a solution for b.p.orders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants