|
Hi, I can see that there are some mail templates in Any hint on how to do that properly? greetings |
Replies: 3 comments 3 replies
|
Hi, sorry for the late reply. Yes you can configure the E-Mail templates like this: https://github.com/unchainedshop/thisisnotacommercial.com/blob/master/unchained/boot.js#L5 https://github.com/unchainedshop/thisisnotacommercial.com/blob/master/unchained/templates/index.js This is using an old engine, but as far as I know, the mailing did not change much. |
|
Better docs hopefully coming soon 😊 |
|
@nabbl thanks for your interest. based on your request we have added the documentation on how to do this. https://docs.unchained.shop/config/email-template/ |
Hi, sorry for the late reply. Yes you can configure the E-Mail templates like this:
https://github.com/unchainedshop/thisisnotacommercial.com/blob/master/unchained/boot.js#L5
https://github.com/unchainedshop/thisisnotacommercial.com/blob/master/unchained/templates/index.js
This is using an old engine, but as far as I know, the mailing did not change much.