Push & email redirect
Hi all, i would like to change linking in email and push notifications from "view item" to main index page. So when you get an email notification and click on it, it will take you to index page...
Any instructions on how to do it? Thanks in advance.
-
-
- · Nurke
- ·
Tnx @LeonidS but i dont know what code to pase there. Can you help?
Thanks
-
-
·
LeonidS
-
·
In reply to Nurke
- ·
Well, in your case, it would be good to add the line with the {site_url} word to the template like Studio->Polyglot->Notifications->New notification so it will look like:
{email_header} <p> </p> {content} <p> </p> {site_url} {email_footer}
In other case, it will require the editing the code of every app to transform the links in text like {content}
-
·
LeonidS