Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2009
    Posts
    14
    Plugin Contributions
    0

    Default Line break in plain text confirmation email

    HI, I have been trying to find the solution for this, as I assume it should be simple.

    In my plain text confirmation email I get no line breaks in the 'Thanks for shopping' part.

    define('EMAIL_THANKS_FOR_SHOPPING','Thanks for booking with us. We can’t wait to see you in the Tepee Life village. <br />If you have booked a tepee for a festival, if you haven’t got them already, please make sure you and your crew purchase your festival tickets ASAP. Without festival tickets, and camping site tickets when required by the festival, you’ll not get access to your tepee inside the festival’s camping ground. <br />Prior to the festival starts you will receive an email with your ‘tepee ticket’ and instructions for check-in. Please make sure to print out this ticket and bring it with you to the Tepee Life reservation check-in - it is your proof of purchase. <br />If you have purchased a ticket/s to one of our Tepee Life events – please ignore the information above – you’ll receive your ticket/s via post prior to the event. <br />If you have any immediate questions, please contact us on [email protected] <br />For more info: www.tepeelife.com.au <br />See you soon! <br /> ');

    Is the code in the checkout_process.php file.



    Thanks

  2. #2
    Join Date
    Nov 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Line break in plain text confirmation email

    Got it working like this:

    'Thanks for booking with us.' . "\n\n" . 'We can\’t wait to see you in the Tepee Life village.' . "\n\n" . 'If you have booked a tepee for a festival, if you haven\’t got them already, please make sure you and your crew purchase your festival tickets ASAP.' . "\n\n" . 'Without festival tickets, and camping site tickets when required by the festival, you\’ll not get access to your tepee inside the festival\’s camping ground. ' . "\n\n" . 'Prior to the festival starts you will receive an email with your ‘tepee ticket’ and instructions for check-in.' . "\n\n" . 'Please make sure to print out this ticket and bring it with you to the Tepee Life reservation check-in - it is your proof of purchase.' . "\n\n" . 'If you have purchased a ticket/s to one of our Tepee Life events – please ignore the information above – you’ll receive your ticket/s via post prior to the event.'. "\n\n" .'If you have any immediate questions, please contact us on [email protected] '. "\n\n" .'For more info: www.tepeelife.com.au'. "\n\n" .'See you soon!' . "\n\n");

 

 

Similar Threads

  1. v152 Plain Text Order confirmation email not reading $email_order or is ignoring it.
    By retched in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Apr 2014, 04:36 PM
  2. plain text order confirmation emails
    By tbrides in forum Basic Configuration
    Replies: 2
    Last Post: 5 Sep 2007, 01:33 AM
  3. Line Break in Welecme Email
    By dnolan in forum General Questions
    Replies: 0
    Last Post: 6 Aug 2007, 03:15 PM
  4. Text area - break line problem
    By tartgc in forum General Questions
    Replies: 2
    Last Post: 27 Nov 2006, 10:20 AM
  5. plain email line breaks
    By reap in forum General Questions
    Replies: 1
    Last Post: 4 Oct 2006, 08:28 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