Results 1 to 10 of 209

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

    Default Re: Email Archive Manager

    Hiya Frank,

    Yes, I followed the instructions from that link to change the dates.

    Also, after the Trim email archive was Not working, I did attempt to alter the dates from the email_history.php and it didn't make a difference, so I just replaced it back with the original file!

    You can check an image snapshot of what happens when I go to trim email archive, emails are only a week old and it still deleted them all.
    (http://a.imageshack.us/img26/6650/eamerror.jpg)

    Hope you can help figure out what's causing this and how to fix it :)

    Best Regards,

  2. #2
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Email Archive Manager

    From your screen shot it looks like everything worked as expected. You had several emails all within a few days of each other, you chose to delete them, and they were gone. Is there something there that I'm missing? You'd need one or more emails older than a month to see any issues with the delete process.

    An updated version has been posted on the add ons page. It includes the code changes I recommended to you in packaged form. In addition to a larger test set, you may want to give that package a try.

    http://www.zen-cart.com/index.php?ma...roducts_id=198
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  3. #3
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

    Default Re: Email Archive Manager

    Hi Frank,

    Thanks for your response.
    I am not sure how you missed what I meant?

    Your Mod's Trim feature is suppose to DELETE specific emails which have been received for a certain time period, the 1st option being (Delete e-mail older than... 1 month)!!
    When I click on the (Delete e-mail) button, it Deletes ALL the e-mails, Even E-mails which were only Received a couple of days ago!!

    Hope you get what I mean now?

    Best Regards,

  4. #4
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Email Archive Manager

    D'oh, total brain fart on my part. You're right, I'll take another look.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  5. #5
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Email Archive Manager

    Okay, better idea. I'm going to circumvent Zen Cart's date conversion code entirely and let MySQL do the math. That way it doesn't matter what date format you use.

    Look for a new v1.6 later this evening.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  6. #6
    Join Date
    Jan 2007
    Posts
    82
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    This is what customer got when I click resend msg:

    $EMAIL_SUBJECT
    $EMAIL_MESSAGE_HTML
    $EMAIL_FOOTER_COPYRIGHT
    $EMAIL_DISCLAIMER
    $EMAIL_SPAM_DISCLAIMER
    $EXTRA_INFO

    text preview works fine. html preview doesn't. it looks like:

    body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;} a:link {color:#0066cc;} a:hover {background-color:#eeeecc; color:#0066cc;} a:visited {color:#0066cc;} .holder {background-color:#f9f9f9; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:550px;} .header {font-size:10px; padding:0px; width:550px;} .content {font-size:10px; padding:5px; width:550px;} .footer {border-top:1px solid #9a9a9a; font-size:9px; text-align:center; width:550px;} .extra-info {background-color:#cccc99; border:1px dashed #9a9a9a; font-size:10px; margin-top:10px; padding:5px; width:550px;} .content-line {padding:5px; font-size:10px;} .content-line-title {font-weight:bold; font-size:11px; padding-top:3px;} .order-detail-area {background-color:#CCCC99; border:1px #9a9a9a; width:542px; padding:2px; font-size:10px; } .product-details {font-size:10px;} .product-details-num {font-size:10px; font-weight:bold;} .order-totals-text {font-size:10px; font-weight:bold;} .order-totals-num {font-size:10px; } .comments {background-color:#FF6699; border:1px #9a9a9a; width:542px; padding:2px; font-size:10px; } .address-block {background-color:#E4E8F3; border:1px solid #9a9a9a; margin-top:3px;} .address {font-size:10px;} .payment-detail, .payment-footer {font-size:10px;} .extra-info {background-color:#cccc99; border:1px solid #9a9a9a; font-size:10px; margin-top:10px; padding:5px; width:550px;} .extra-info-bold {font-weight:bold;} .disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:550px;} .disclaimer1 {color:#666666; padding:5px;} .disclaimer1 a:link {color:#666666;} .disclaimer1 a:visited {color:#666666;} .disclaimer2 {color:#666666; padding:5px;} .copyright {border-bottom:0px solid #9a9a9a; padding:5px;} .order-licences-area{background-color:#DDDDAA; border:2px #9a9a9a; width:542px; padding:2px; font-size:10px; } .licences_code{font-weight: bold; font-size: 12px; font-family: monospace;}


    My zencart 1.36, email archive latest

    What should I do?

  7. #7
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Any time I hit the search button it takes me to the log in screen. I did a fresh install of zen cart, installed this mod and I get the same error. Any solutions?

  8. #8
    Join Date
    May 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Quote Originally Posted by eaglewu View Post
    This is what customer got when I click resend msg:

    $EMAIL_SUBJECT
    $EMAIL_MESSAGE_HTML
    $EMAIL_FOOTER_COPYRIGHT
    $EMAIL_DISCLAIMER
    $EMAIL_SPAM_DISCLAIMER
    $EXTRA_INFO

    text preview works fine. html preview doesn't. it looks like:

    body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;
    .....
    .....
    .....}

    My zencart 1.36, email archive latest

    What should I do?
    Hi,
    I have similar problems. The text preview is fine, but the HTML preview will show the following in the header:

    --------------------------------------------------------------
    body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;
    .... ;
    .... ;
    padding:5px;}
    ---------------------------------------------------------------

    And if I used the re-send function, the customer would receive a raw HTML(or perhaps PHP too) code message starting like

    ---------------------------------------------------------------------
    $EMAIL_SUBJECT
    _html_ _head_ _meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /_ _base href
    .... ;
    ... ..;
    _/td__/tr__/table__/p_ _/body_ _/html_

    ----------------------------------------------------------------------

    I am using zen-cart 1.3.9h, and email archive manager 1.6.
    I tested it on a fresh install zen-cart to eliminate other mods and my personal customization factors, but still got the same result.

    Please help. Thank you very much!

  9. #9
    Join Date
    Nov 2010
    Posts
    64
    Plugin Contributions
    0

    Default Re: Email Archive Manager

    Quote Originally Posted by eaglewu View Post
    This is what customer got when I click resend msg:

    $EMAIL_SUBJECT
    $EMAIL_MESSAGE_HTML
    $EMAIL_FOOTER_COPYRIGHT
    $EMAIL_DISCLAIMER
    $EMAIL_SPAM_DISCLAIMER
    $EXTRA_INFO

    text preview works fine. html preview doesn't. it looks like:

    body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;} a:link {color:#0066cc;} a:hover {background-color:#eeeecc; color:#0066cc;} a:visited {color:#0066cc;} .holder {background-color:#f9f9f9; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:550px;} .header {font-size:10px; padding:0px; width:550px;} .content {font-size:10px; padding:5px; width:550px;} .footer {border-top:1px solid #9a9a9a; font-size:9px; text-align:center; width:550px;} .extra-info {background-color:#cccc99; border:1px dashed #9a9a9a; font-size:10px; margin-top:10px; padding:5px; width:550px;} .content-line {padding:5px; font-size:10px;} .content-line-title {font-weight:bold; font-size:11px; padding-top:3px;} .order-detail-area {background-color:#CCCC99; border:1px #9a9a9a; width:542px; padding:2px; font-size:10px; } .product-details {font-size:10px;} .product-details-num {font-size:10px; font-weight:bold;} .order-totals-text {font-size:10px; font-weight:bold;} .order-totals-num {font-size:10px; } .comments {background-color:#FF6699; border:1px #9a9a9a; width:542px; padding:2px; font-size:10px; } .address-block {background-color:#E4E8F3; border:1px solid #9a9a9a; margin-top:3px;} .address {font-size:10px;} .payment-detail, .payment-footer {font-size:10px;} .extra-info {background-color:#cccc99; border:1px solid #9a9a9a; font-size:10px; margin-top:10px; padding:5px; width:550px;} .extra-info-bold {font-weight:bold;} .disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:550px;} .disclaimer1 {color:#666666; padding:5px;} .disclaimer1 a:link {color:#666666;} .disclaimer1 a:visited {color:#666666;} .disclaimer2 {color:#666666; padding:5px;} .copyright {border-bottom:0px solid #9a9a9a; padding:5px;} .order-licences-area{background-color:#DDDDAA; border:2px #9a9a9a; width:542px; padding:2px; font-size:10px; } .licences_code{font-weight: bold; font-size: 12px; font-family: monospace;}


    My zencart 1.36, email archive latest

    What should I do?

    I have the same issue!

 

 

Similar Threads

  1. Email Archive Manager - D/M/Y Date issue:
    By rlexyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Jul 2010, 05:26 AM
  2. problem with Email Archive Manager on 1.3.6
    By rstevenson in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Aug 2008, 02:57 PM
  3. Email Archive Manager kicks me out of Admin
    By Bostitch in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 8 Mar 2008, 01:30 AM
  4. Email sent to archive manager-never delivered
    By SweetandLavish in forum General Questions
    Replies: 10
    Last Post: 10 Jun 2007, 03:31 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