Personalization of the mail for the user
- Henri
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 1
7 years 2 weeks ago #1
by Henri
Personalization of the mail for the user was created by Henri
I just bought the component Myshortlist, everything works fine, a huge thank you for this development.
I would just like to customize the mail received by the user with the items in his list.
Which file should I review?
thank you so much
I would just like to customize the mail received by the user with the items in his list.
Which file should I review?
thank you so much
The following user(s) said Thank You: Carlos
Please Log in or Create an account to join the conversation.
- Christopher Mavros
-
- Offline
- Administrator
-
7 years 2 weeks ago #2
by Christopher Mavros
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Replied by Christopher Mavros on topic Personalization of the mail for the user
Hello Henri and thank you very much for your good words!
To customize the contents of the email to the user, you should create a template override of the file
modules/mod_myshortlist/tmpl/default_emailbody.php
Copy this file to
templates/your_template_name/html/mod_myshortlist/default_emailbody.php
and make any changes you like.
This will not affect how the items look. It only allows you to add a custom header and footer around the item list.
To change how the items look, you may have to override other individual files per item type.
Thanks again.
To customize the contents of the email to the user, you should create a template override of the file
modules/mod_myshortlist/tmpl/default_emailbody.php
Copy this file to
templates/your_template_name/html/mod_myshortlist/default_emailbody.php
and make any changes you like.
This will not affect how the items look. It only allows you to add a custom header and footer around the item list.
To change how the items look, you may have to override other individual files per item type.
Thanks again.
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
The following user(s) said Thank You: Carlos
Please Log in or Create an account to join the conversation.
Moderators: Christopher Mavros