+ Reply to Thread
Results 1 to 6 of 6

Thread: Remove email footer

  1. #1

    Remove email footer

    All the emails arrive with a "Thank you, Flynax Team" text in the footer. I do not find anything in admin area to remove or to change that text. Any ideas?

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

    Try to search by phrase key email_footer

  3. #3
    Thanks Rudi. That worked.

  4. #4
    Quote Originally Posted by Rudi View Post
    Hello,

    Try to search by phrase key email_footer
    Hello Rudi!

    I want to remove this footer div at all, what if I comment or remove the line
    $mail_tpl['Alt_lang']['email_footer'] ?: $lang['email_footer'],

    Or '{footer}', from array below?
    $find = array(
    '{tpl_base}',
    '{site_name}',
    '{footer}',
    '{site_url}',
    '{rtl}',
    );

  5. #5
    Also, you can remove {footer} from file. Go to ftp://templates>>your_template>>tpl>>html_email_source.h tml
    find {footer} and remove it.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    Thank you Viktor! It was just what I was looking for.

+ Reply to Thread