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
{{ message }}
This repository was archived by the owner on Jul 7, 2019. It is now read-only.
Currently solidus_digital only overwrites the text template of the confirm_email. We need to adjust this because it leads to quirky issues where overwriting the html template of a mailer is impossible without also overwriting the text template.
There are 2 solutions:
The parts about digital products are inserted into the confirm_email using deface. That's the preferable solution.
We also add the html version of confirm_email to the gem. We'd need to keep up changes in solidus in the confirm_email if we choose that route. (the email text is still from spree, so it would probably need updates right away)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently solidus_digital only overwrites the text template of the confirm_email. We need to adjust this because it leads to quirky issues where overwriting the html template of a mailer is impossible without also overwriting the text template.
There are 2 solutions:
The text was updated successfully, but these errors were encountered: