Add an email template and showcase to Next.js store

To add an email template, identify the added view on the Transaction server and create the corresponding layouts and presentation layer components. You can use pre-made email templates without needing to send actual notifications. You can preview them using Storybook and fake data.

Add an email template

To add an email templates to the Next.js store, refer to the Adding Custom Email Templates file located at docs/adding-email-templates.md within the Next.js git-bundle.

Showcase of Email Templates
To view email templates using the storybook plugin, refer to the Showcase of Email Templates Provided file located at docs/email-template-showcase-storybook.md within the Next.js git-bundle.