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.

  • 1707
  • More
Replies (3)
    • Hello @Nurke !

      You may set your code (included for the links) for every email in the Studio->Polyglot->Email section.

      • Tnx @LeonidS but i dont know what code to pase there. Can you help?

        Thanks

        • 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}

          Login or Join to comment.