Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Mar 2012
    Posts
    26
    Plugin Contributions
    0

    bug Does editing the ordering email (order.php) in V1.5 work?

    I have tried and tried to edit the order.php file to change the plain text content that is emailed with an order. No matter what I add no changes occur to my incoming emails.

    I have added several new variables to the email_extras.php file including the sample below:

    define('FIRST_NAME_C','first:');


    I have then tried adding it (and existing variables) to the includes/classes/order.php file but it (or any other variable ever appear in my emails):

    I tried like this: (line 894ish)

    $this->products_ordered_attributes .= $custom_insertable_text;
    $EMAIL_FFIRST_NAME_C;


    And like this:

    $this->products_ordered_attributes .= $EMAIL_FFIRST_NAME_C;

    I've read all I could in this forum, in the wiki, in the tutorials and via Google but I'm beginning to think that it's just broken. (Sorry for a new thread on this but my old one got diverted down a dead-end path).

  2. #12
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Does editing the ordering email (order.php) in V1.5 work?

    Having all the posts in one place would keep this thread from going down the same path. I have been trying to edit aspects of admin copies of order confirmation and contact e-mails also, with some success and some failure.

  3. #13
    Join Date
    Mar 2012
    Posts
    26
    Plugin Contributions
    0

    Default Re: Does editing the ordering email (order.php) in V1.5 work?

    My other thread was diverted due to the reason I wanted to edit the email. Hence the reason it's not mentioned here. I truly think that it was "broken" along the way as the instructions I keep reading are for a much older version than 1.5. I've also seen responses like "OH yeah, you can do that.".... OK... but how (besides linking me back to the tutorial that doesn't work)

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Editing email confirmation .
    By Steeveef in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Jun 2010, 05:11 PM
  2. Editing Order Confirmation Email
    By JGiacchi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Mar 2009, 11:16 PM
  3. Editing order confirmation email
    By KTNaturals in forum General Questions
    Replies: 6
    Last Post: 10 Feb 2008, 04:57 AM
  4. Editing The Layout Of The Order Confirmation Email
    By steve_ringuk in forum General Questions
    Replies: 1
    Last Post: 7 Feb 2008, 05:23 PM
  5. Editing email order confirmation
    By chronister in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 30 Nov 2007, 03:43 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