Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2007
    Posts
    31
    Plugin Contributions
    0

    Default Email customization

    Where can I set the contents of $PAYMENT_METHOD_DETAIL

    I am using 1.3.7

  2. #2
    Join Date
    Sep 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Email customization

    For clarification, I would like to change the text on the email order confirmaton that the customer receives. The text depends on the payment method and the language. It seems to be in a variable called $PAYMENT_METHOD ...... but i can't see where to change the contents.

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Email customization

    Text is not embedded within the core code, but in languages files - most often called through DEFINE statements.

    The page (even if it is an email message) is then "cobbled" together, with MODULE files assembling and organising the data, and TEMPLATE files sorting out how it is displayed.

    You can use Developers Tool Kit (ADMIN>>>TOOLS>>>DEVELOPERS TOOL KIT) to find existing strings of text within core files.

    So, look at EXISTING text within your e-mail messages, and clip bits of these to conduct a search using the developers tool kit. This will show a list of results of php files where your searched-for string appears.
    --------------------------------------------------------

    (You are probably looking for text defines within the following file:-
    includes/languages/english/checkout_process.php)
    20 years a Zencart User

 

 

Similar Threads

  1. Email customization
    By outeredge2 in forum Customization from the Admin
    Replies: 1
    Last Post: 29 Mar 2016, 06:07 PM
  2. v139h Email Customization
    By yaseent in forum Managing Customers and Orders
    Replies: 2
    Last Post: 17 Aug 2012, 02:15 AM
  3. Order confirmation email - customization
    By tparvaiz in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Jul 2011, 01:44 PM
  4. Email Targeting Customization
    By pheniks in forum General Questions
    Replies: 3
    Last Post: 18 Dec 2007, 09:12 PM
  5. Email customization questions
    By thecatinthetree in forum General Questions
    Replies: 10
    Last Post: 19 Oct 2007, 02:51 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