You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
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.
Is it possible to export/import mail template and/or module configuration in any way?
The text was updated successfully, but these errors were encountered: