Page 8 of 21 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 209
  1. #71
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Email Archive Search (Archive Manager)

    That would appear to be correct. As long as the "/includes/..." is under your /name-of-your-admin/ folder already.

    ie: /name-of-your-admin-folder/includes/boxes/extra_boxes/email_history_tools_dhtml.php
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #72
    Join Date
    Mar 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Email Archive Search (Archive Manager)

    Thank you, your suggestions helped and I got it working.
    Muchos Thankos.

  3. #73
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: Email Archive Search (Archive Manager)

    I have search through the thread and saw a few posting with $EMAIL_MESSAGE_HTML, only showing up in the HTML preview, However i did not see a clear fix for this. I am using ZenCart 1.38a and email achieve 1.4. HTML format shows up correctly header photo, who i sent the message to and footer and Spam disclaimer all shows up however email content is just $EMAIL_MESSAGE_HTML.

    Any clear answers of a direction to the answer i may have missed.

    Thank you
    Lextechs.com Powered By ZenCart

  4. #74
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: Email Archive Search (Archive Manager)

    I have this mod running fine but would like it improved by a further filtering of the internal and external corresponances, perhaps even by adding a new column with color-coded or shaped indicators, and always showing the name and email address of the external party.

    At the moment, only the recipient's name and email address is shown, which is not much help when an external email is received, as only the store name and email address are shown.

    Or is there another way of achieving this beyond what I can see.

    TIA

  5. #75
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Email Archive Search (Archive Manager)

    Quote Originally Posted by dw08gm View Post
    ...which is not much help when an external email is received ...
    Um ... This mod has NOTHING to do with incoming email.
    Zen Cart only logs OUTGOING email sent BY THE STORE.
    It is NOT an email client or webmail manager etc.

    The email archive functionality, including the viewer addon, is simply a tool to use to debug email problems.
    Some people use it to packrat every email the store ever sends, but the downside of that unrecommended practice is that the email-archive section of the database will blow out in huge proportion, consuming insanely large amounts of space compared to actual order/product/customer data.

    The best way to properly archive emails sent from your store is to simply have copies of those emails sent to an email inbox of your own which you've set up for that particular purpose. You can set those settings in Admin->Configuration->Email Options.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #76
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: Email Archive Search (Archive Manager)

    Quote Originally Posted by DrByte View Post
    Um ... This mod has NOTHING to do with incoming email.
    Zen Cart only logs OUTGOING email sent BY THE STORE.
    It is NOT an email client or webmail manager etc.

    The email archive functionality, including the viewer addon, is simply a tool to use to debug email problems.
    Some people use it to packrat every email the store ever sends, but the downside of that unrecommended practice is that the email-archive section of the database will blow out in huge proportion, consuming insanely large amounts of space compared to actual order/product/customer data.

    The best way to properly archive emails sent from your store is to simply have copies of those emails sent to an email inbox of your own which you've set up for that particular purpose. You can set those settings in Admin->Configuration->Email Options.
    I see the light, thanks.

    Although I have yet to go live, I have provided for the redirection of emails.

    With respect to external mails, I was refering to the emails generated by the Contact_us and various forms cloned from the Band_signup mod, but which only give the Store email as recipient. At least these emails can be filtered using the dropdown provided.

    As these advices are not that important, tt would also be convenient to be able to delete the entire archive (ie less than one month old) in one go.

  7. #77
    Join Date
    Jun 2005
    Posts
    355
    Plugin Contributions
    0

    Default Re: Email Archive Search (Archive Manager)

    BUMP - I'm having this problem as well, any help would be apriciated.

    Quote Originally Posted by lextechs View Post
    I have search through the thread and saw a few posting with $EMAIL_MESSAGE_HTML, only showing up in the HTML preview, However i did not see a clear fix for this. I am using ZenCart 1.38a and email achieve 1.4. HTML format shows up correctly header photo, who i sent the message to and footer and Spam disclaimer all shows up however email content is just $EMAIL_MESSAGE_HTML.

    Any clear answers of a direction to the answer i may have missed.

    Thank you
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  8. #78
    Join Date
    Jun 2005
    Posts
    355
    Plugin Contributions
    0

    Default Re: Email Archive Search (Archive Manager)

    People have been complaining about this for 2 years. I spent all morning trying to figure out why the code worked fine for customers, but not store owners. Why oh why do we just see $EMAIL_MESSAGE_HTML?!? I found it, and its not in the code at all. In Configuration->Email Options->Email Admin Format most store owners select TEXT so their order emails are fast, small and easy to print. But most store owners also have a user account to test with, and have its email option set to HTML so they can see the pretty messages that customers see. Somewhere (I refuse to even try to trace it) this creates a conflict, and trashed the resent email. Solution? Just change the user option to text as well and poof, no more messed up resent email. You might want to create a separate user to a different email to see what customer html emails look like.

    While trying to figure this out, I also found a way to make the preview HTML work better, not right, but better. In admin/email_history.php after the line
    PHP Code:
    $html_content str_replace(array('<body>','</body>'),'',$html_content); 
    add the lines:
    PHP Code:
    $html_content str_replace(array('body {'),'<body {',$html_content);
    $html_content str_replace(array('_/body_'),'</body>',$html_content);
    $html_content str_replace(array('_/html_'),'</html>',$html_content); 
    That clears up most of the mess.
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  9. #79
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Email Archive Search (Archive Manager)

    Quote Originally Posted by gothstone View Post
    PHP Code:
    $html_content str_replace(array('body {'),'<body {',$html_content); 
    I recommend you DO NOT use that line, since it completely changes the intent behind the markup code.
    Doing what you suggest turns CSS into HTML, which is a bad idea.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #80
    Join Date
    Jun 2005
    Posts
    355
    Plugin Contributions
    0

    Default Re: Email Archive Search (Archive Manager)

    Ok, win some loose some, your right. So any idea how to clean it up to make it viewable? As I look more it wasn't the body { I wanted to fix, but the _style . Thats easy enough to replace, but all the other HTML tages are corrupted as well. Suggestions?
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

 

 
Page 8 of 21 FirstFirst ... 67891018 ... LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR