+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: add title to saved search email

  1. #1
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028

    add title to saved search email

    Is there a way to add a title to saved search email or some sort of id in the body of the email as to which saved search is being sent (if we have several going) as I get a search sent but not sure which one I need to edit / remove etc because there is no connecting identification.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Hello,

    If you mean notification email about saved search you should modify email template with a key cron_saved_search_match in Common > Email Templates

  3. #3
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    and how would a lay person do that ?

  4. #4
    Hello Pete,

    Would you please show us an example of the email template which you want to send.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Viktor View Post
    Hello Pete,
    Would you please show us an example of the email template which you want to send.
    https://screencast-o-matic.com/watch/cFeu6tDg8t

    Sure Viktor, I have several saved searches (to help with testing and building the site) and I get the standard email as has been set as default when a saved search has been found. all i need to do some how is identify what saved search has resulted in the email being sent, by means of some how placing the text in the email that generated it.?

    see video and see an example outcome below

    Dear ozepicker ,
    About 20 new listings posted at xyz.com match your saved search criteria in For Sale Australia.
    or words relating to the saved search name and if we can not do that due to multiple options how about at least the saved search number ?


    Dear ozepicker ,
    About 20 new listings posted at xyz.com match your saved search criteria #6.
    that way people can see which saved search to edit delete or pause etc if they have a few ore more saved searches.
    Last edited by Pete Young; March 28, 2018 at 10:38 AM.

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Save search notifications are generated in cron file: cron > index.php > find a row /* SAVED SEARCH CHECKING */

    here you can change/add place holders using some conditions

  7. #7
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Thanks Rudi, I can probably find that but from there I would have no idea what to do once i was there.

  8. #8
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Could you tell me exactly what you need to add?

  9. #9
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Rudi View Post
    Could you tell me exactly what you need to add?
    from post 5 above

    see an example outcome below

    Dear ozepicker ,
    About 20 new listings posted at xyz.com match your saved search criteria in For Sale Australia.
    or words relating to the saved search name and if we can not do that due to multiple options how about at least the saved search number ?


    Dear ozepicker ,
    About 20 new listings posted at xyz.com match your saved search criteria #6.
    that way people can see which saved search to edit delete or pause etc if they have a few ore more saved searches.

  10. #10
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Hello,

    Go to ftp > cron > index.php > find /* SAVED SEARCH CHECKING */

    change code below from:
    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code
    then go to AP > Common > Email Templates > cron_saved_search_match > Edit > Content > add a new placeholder {fields} where you need

+ Reply to Thread