Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Put the customer's name in the mail

    Hi ZC user, I have litlle problem

    1. When I send mail all my customer from ZC admin (mail.php)
    I want to customer get mail with his name. I put in tex mail %firstname% byt it not working, can anyone knows how to do it?

    2. Hay to send from ZC admin function (mail.php) mail with picture, to look beter not only tex. I tried with Text Editor (HTML area) in ZC, byt costumer get mail is tex!!! please help.

    3. My host have restriction to send 750 mail per hour. I have 950 costumer, hay to set up ZC to send 750mail per hour (I send mail from ZC admin function (mail.php)?


    Sorry for so many questions but I've asked everywhere and can not find the answer!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Put the customer's name in the mail

    Try
    Code:
    iv><!-- Dear --> $EMAIL_FIRST_NAME $EMAIL_LAST_NAME</div>
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Put the customer's name in the mail

    2. Make sure Admin - Confiiguration - Email Options - Use MIME HTML When Sending Emails is set to True. Also make sure the customer you're sending email to have selected HTML rather than text.

    3. Zencart doesn't offer that functionality in the current version. There are some add-ons that allow you to use external emailing programs.

  4. #4
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Put the customer's name in the mail

    Thanks on replay

    Whan costumer make account he have to input only name:

    <input id="firstname" type="text" maxlength="32" size="33" name="firstname">

    Can I use insted:
    iv><!-- Dear --> $EMAIL_FIRST_NAME $EMAIL_LAST_NAME</div>

    this:
    iv><!-- Dear --> $EMAIL_FIRST_NAME $EMAIL_FIRST_NAME</div>
    ???

  5. #5
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Put the customer's name in the mail

    Quote Originally Posted by kobra8 View Post
    Thanks on replay

    Whan costumer make account he have to input only name:

    <input id="firstname" type="text" maxlength="32" size="33" name="firstname">

    Can I use insted:
    iv><!-- Dear --> $EMAIL_FIRST_NAME $EMAIL_LAST_NAME</div>

    this:
    iv><!-- Dear --> $EMAIL_FIRST_NAME $EMAIL_FIRST_NAME</div>
    ???
    you could use

    <div><!-- Dear --> $EMAIL_FIRST_NAME</div>

  6. #6
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Put the customer's name in the mail

    I copy
    <div><!-- Dear --> $EMAIL_FIRST_NAME</div>
    in HTML Tekt Editor of ZC admin for mail.php

    end don't show name, in received mail show MAIL_FIRST_NAME


    Hay to put thet code to work?

  7. #7
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Put the customer's name in the mail

    Can litlle help a bit about it, thanks.

 

 

Similar Threads

  1. Using Customer's Name Throughout the Site Like the Login Page
    By greengreetings in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Sep 2009, 07:59 PM
  2. product Name - Can only put so much in the field
    By dropbop in forum General Questions
    Replies: 9
    Last Post: 15 Oct 2008, 04:38 PM
  3. the e-mail is sent but the customer doesn't recieve it
    By raygeraldo in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 16 Jul 2008, 02:12 AM
  4. Replies: 4
    Last Post: 31 Dec 2007, 03:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg