Hello!
- I need to customize the page that has the web view of the email templates (when we click the link of a confirmation email, and open it in a web browser.
It looks like it is calling, by definition, the template located in "Application\Admin\Module\BasicForms\DefaultConfirmationTemplate.cshtml"
- So, I added a custom template file, also called "DefaultConfirmationTemplate.cshtml" in each of these 3 folders:
-\Designs\MyDesign\Forms\Confirmation\
-\Designs\MyDesign\Forms\Form\
- \Designs\MyDesign\Forms\Mail\
None of these seems to be recognized by the system. -> Where do I need to add my custom "DefaultConfirmationTemplate.cshtml"?