Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    16
    Plugin Contributions
    0

    Default ? RE Email Variables such as $EMAIL_CLOSURE

    Hi,
    Can someone tell me where all the email variables, such as, but not excluding others,:
    $EMAIL_GREETING
    $EMAIL_WELCOME
    $COUPON_BLOCK $GV_BLOCK $EMAIL_MESSAGE_HTML
    $EMAIL_CONTACT_OWNER
    $EMAIL_CLOSURE
    $EMAIL_TEXT_HEADER $INTRO_STORE_NAME
    $EMAIL_FIRST_NAME $EMAIL_LAST_NAME,
    $EMAIL_THANKS_FOR_SHOPPING
    $EMAIL_DETAILS_FOLLOW
    $INTRO_ORDER_NUM_TITLE $INTRO_ORDER_NUMBER
    $INTRO_DATE_TITLE $INTRO_DATE_ORDERED
    $INTRO_URL_TEXT
    $PRODUCTS_TITLE
    $PRODUCTS_DETAIL
    $ORDER_TOTALS
    $ORDER_COMMENTS
    $HEADING_ADDRESS_INFORMATION

    Where are these variables determined/defined, or what file(s) can I look in and edit to determine my own variable results.

    Thanks much,
    Kevin

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: ? RE Email Variables such as $EMAIL_CLOSURE

    You can search for these in the Developer's Tool Kit ...

    However, there is a trick ...

    Let's say I want to find where this constant is built:
    $EMAIL_CLOSURE

    Because it is HTML email related, I would use the bottom input box but search for:
    EMAIL_CLOSURE

    NOTE: no $ in front of it ...

    Pick Catalog from the dropdown ... then Click Search ...

    This will find:
    /includes/modules/create_account.php

    Line #387 : $html_msg['EMAIL_CLOSURE'] = nl2br(EMAIL_GV_CLOSURE);
    This is telling what file is building the CONSTANT for the HTML email ...

    So, try searching both ways to locate what you are looking for if you are unsure exactly how this is used ...

    The Developer's Tool Kit in the Admin ... Tools ... is your friend ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. No such user Email Failures
    By panzico in forum General Questions
    Replies: 1
    Last Post: 8 Jul 2009, 09:41 AM
  2. Customer Name Variables in Welcome Email
    By cowspot in forum Managing Customers and Orders
    Replies: 4
    Last Post: 11 May 2009, 06:39 PM
  3. Email Variables like $EMAIL_CLOSURE in "password forgotten"
    By miriam_t in forum General Questions
    Replies: 0
    Last Post: 8 May 2009, 01:22 PM
  4. Where are the email variables defined
    By rhodesengr in forum General Questions
    Replies: 1
    Last Post: 7 Feb 2008, 09:27 PM

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