Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Posts
    187
    Plugin Contributions
    0

    Default Re: Recover Cart Sales Custom HTML Email

    For all of those like me looking for an email that is only used for Recover Cart will be out of luck.

    It uses the following 3 files to compile the HTML email:

    1) store/email/email_template_default.html <= email template

    2) store/admin/includes/languages/[the language your using]/recover_cart_sales.php <= email language file

    3) store/admin/recover_cart_sales.php <= content layout of email

    if your wanting to change the core layout of email e.g. all the actual 'content' of this email you'll need to battle your way through 3).

    hope this helps someone else.

    regards
    Andy.

  2. #2
    Join Date
    Oct 2009
    Posts
    89
    Plugin Contributions
    0

    Default Re: Recover Cart Sales Custom HTML Email

    I have worked around the "recover_cart_sales.php" and still can't get a line break after the subject line before the "Dear". Is there any way anyone can help with that.

    Thanks,

  3. #3
    Join Date
    Jun 2008
    Posts
    187
    Plugin Contributions
    0

    Default Re: Recover Cart Sales Custom HTML Email

    Hi Jorsara,

    well i think you should look in:
    3) store/admin/recover_cart_sales.php <= content layout of email

    then look for:

    PHP Code:
    $email .= EMAIL_TEXT_SALUTATION $basket->fields['fname'] . ","

    i'm not entirely sure how heavyily modded ours was before i got hold of this file but if yours is similar to the top try something like:

    PHP Code:
    $email .= EMAIL_TEXT_SALUTATION $basket->fields['fname'] . ",<br /><br />"
    this may fix your issue, let me know as i'm no pro :)

    regards
    Andy.

 

 

Similar Threads

  1. v151 recover cart sales su zc 151
    By favjola in forum Customization from the Admin
    Replies: 13
    Last Post: 15 Feb 2016, 07:13 PM
  2. Recover Cart Sales How to set sent from email?
    By marcopolo in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Dec 2015, 01:36 AM
  3. Recover Cart Sales
    By kevinc66 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 21 Aug 2008, 12:46 AM
  4. Recover Cart Sales
    By silvito in forum General Questions
    Replies: 3
    Last Post: 19 Apr 2007, 03:16 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