Membership Number In Email

Discussion in 'Templates customization' started by Guest, Jun 29, 2003.

  1. Guest

    Guest Guest

    I'd like to send out the membership number (ie member_id) in signup_mail.txt.

    I've tried

    Your membership number: {$member_id}

    but that didn't work.

    What should I use?

    Thanks
  2. ForeverUAE

    ForeverUAE Guest

    Try this: {$user.member_id}
    you can also add date/time of registration: {$user.added}
  3. Guest

    Guest Guest

    Thanks, that's worked :D
  4. Can the coupon number be sent that way also?
  5. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    No.
  6. bill123

    bill123 New Member

    Joined:
    Sep 22, 2003
    Messages:
    38
    Is there a list somewhere of all of the information from the database that can be added to outgoing emails?

    thanks

    Bill
  7. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    No, there is no such info yet.
  8. moonie

    moonie New Member

    Joined:
    Jul 2, 2004
    Messages:
    8
    I would like to incorporate the product title in emails and other web pages please can you tell me what I should use?

    Thanks

    Brian
  9. kjenkins7

    kjenkins7 Guest

    subscriber first name in email

    Hello

    along with everyone else in this thread...

    i would like to 'personalize' the auto emails

    with the subscribers 'first name' but not much

    success...i have used {$name_f} but it is blank...

    any ideas?

    Thank you
    kevin :)
  10. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Use
    {$user.name_f}
  11. kjenkins7

    kjenkins7 Guest

    thanks-

    Alex

    thanks much!!

    now i can personalize emails.....

    Kevin :)

Share This Page