Re: Email Archive Manager
Hi there,
Zencart 1.3.9h
all_business template
I've tried installing email archive twice... and just did a winmerge on my files which are all correct. The admin has been changed by default when I installed the most recent version so rather than calling itself admin it calls itself adminxyz. is this possibly creating a conflict for me on the install? All of files/folders are in the right place.
Appreciate it, Lynn
http://BodieFoundation.org/zencart/
Re: Email Archive Manager
Never mind I figured it out.
For those that may have a difficult time installing it: be sure you focus on the includes file immediately subbing to the ADMIN folder (your particular admin-named folder). Not the public_html/includes folder.
Hope that helps!
Re: Email Archive Manager
Quote:
Originally Posted by
Pet Herbal Remedies
Never mind I figured it out.
For those that may have a difficult time installing it: be sure you focus on the includes file immediately subbing to the ADMIN folder (your particular admin-named folder). Not the public_html/includes folder.
Hope that helps!
Mine are there and it still does not work. Here again, I feel like an idiot.
Re: Email Archive Manager
Need further details when you say "it still does not work".
Have you enabled email archiving for your store as per step 4 of the readme?
Re: Email Archive Manager
Quote:
Originally Posted by
Brent
Need further details when you say "it still does not work".
Have you enabled email archiving for your store as per step 4 of the readme?
It still does not show up under the tools menu. Email archiving is enabled and I have since attempted to send emails. They arive in my local email but were not, at the time, making it all the way to their intended final destination. (Which is the reason for the install of this plug in.)
I am using version 1.39h and it is a recent install not an upgrade. However, I am using a ancient template (Sophie Blue) that I understand was one of the very earliest alternative templates made available. It is the only aspect added to the original version of 1.39h.
My hosting company is Just Host and my url is www.zcart.ultimate4u.com.
Re: Email Archive Manager
I'm not an expert so could be completely wrong but as the Email Archive files are uploaded to your Admin directory your template may not be an issue. That's assuming you uploaded them to the correct place?
It might be a good idea to upload the files again as one may be corrupt or missing.
Re: Email Archive Manager
Just had a look and the files that creates the menu option under Tools is as follows:
Quote:
/admin/includes/boxes/extra_boxes/email_history_tools_dhtml.php
Re: Email Archive Manager
Quote:
Originally Posted by
novastar
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?
Any helpful hints, new threads or suggestions?
Re: Email Archive Manager
Quote:
Originally Posted by
eaglewu
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!
Re: Email Archive Manager
Reconstructing the HTML email is hopeless. By the time it gets into the database it's mangled to prevent hacks and can't be reliably rebuilt. We should probably just get rid of HTML Preview and make resend use the text copy (although even this would require core changes to force text send to an HTML subscriber).
Dr. Byte, your thoughts?