Sign Up Email

Discussion in 'Templates customization' started by Skyte, Mar 2, 2004.

  1. Skyte

    Skyte Guest

    Hi,

    Last queston, promise!

    In the confirmation E-mail template for the letter that sends after a sign up is completed, is there any way to add a purchase receipt in this? Something that shows them what they just bought from us and how much, ect?

    Thanks,
    Jamie
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Yes, it is possible but needs little additional coding - we can do it for free for you.
  3. Carr

    Carr Guest

    :confused:!

    Alex I would like that too, if you already done it send it over here to one of your already paid members. :)
  4. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    please send your ftp info to support@cgi-central.net net along with info, which payment processor(s) you are using.
  5. skippybosco

    skippybosco Guest

    Does this still require coding changes to add addition database elements to various emails?

    Specifically I would like to add:

    Address, City, State, ZIP - to user signup emails

    Address, City, State, ZIP & a new custom field (used Add field in CP to create) to the Admin email that is sent on new payments.

    It would be great if there was a FAQ or tutorial on the changes needed, or even better a CP option to set which fields you can use..
  6. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Frank,
    you may use the following tags in templates/signup_mail.txt
    {$user.street} {$user.city} {$user.state} {$user.zip}
    and
    {$user.new_field} for SQL field, and {$user.data.new_field} for "common" field.

    the same for
    templates/admin/mail_payment.txt

Share This Page