Re: Email Archive Manager
I had this problem too, but fixed it with a simple code change in the email template.. if you look at email_template_welcome.html within the style tag theirs no comment tag to hide the style code from getting displayed!
code in red add to the top
Code:
<style type="text/css">
<!--
add to the closing tag..
Quote:
And if I used the re-send function, the customer would receive a raw HTML(or perhaps PHP too) code message starting like
not sure on this one, If it didn't work the first time, I normally go with a different email program for the second email.
Re: Email Archive Manager
Quote:
Originally Posted by
davewest
I had this problem too, but fixed it with a simple code change in the email template.. if you look at email_template_welcome.html within the style tag theirs no comment tag to hide the style code from getting displayed!
code in red add to the top
Code:
<style type="text/css">
<!--
add to the closing tag..
not sure on this one, If it didn't work the first time, I normally go with a different email program for the second email.
Thank you for your reply.
Sorry, I should have be more specific about the problem.
So far, this HTML preview "malfunction" appears in the "[New Order] Order confirmation", "Create Account, Welcome..." and those emails from the "Contact us" form. I just checked other emails, the "Discount coupon" and "Gift Certificates" and "Order Status update" emails are all right.
I am testing the resend function now, will let you guys know later...
Re: Email Archive Manager
Well, those emails are fine...
So, are there any experts going to work on this? From swguy's post, it seems it's going to be a big modification.
Re: Email Archive Manager
Quote:
Originally Posted by
swguy
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.
I agree with this - although a simpler solution might be to store it with the html. Then it can reliably be output again.
Security wise I think the only html is that created internally by Zen Cart so souldn't be a problem?
Re: Email Archive Manager
Hey there. I installed the latest version and am trying to trim the emails using the feature but none of the emails are trimming. I've tried one month, 6 and 12 and none of the emails are being removed. Did I miss something. Nothing in the previous 12 pages show that same problem.
Re: Email Archive Manager
Re: Email Archive Manager
For those testing Zen Cart 1.5.0 Beta, Email Archive Manager has been updated to support that release. Please only use the 1.5.0 version if you are actually running 1.5.0.
Re: Email Archive Manager
Hi,
I am running 1.3.9d and trying to install the latest email archive mod.
I uploaded all the files correctly!!
When I try to install SQL, I keep getting this error (#1146 - Table 'admin_pages' doesn't exist)?
What am I doing wrong?
Thank you
Re: Email Archive Manager
Quote:
Originally Posted by
rlexyd
Hi,
I am running 1.3.9d and trying to install the latest email archive mod.
I uploaded all the files correctly!!
When I try to install SQL, I keep getting this error (#1146 - Table 'admin_pages' doesn't exist)?
What am I doing wrong?
Thank you
Please read and follow the instructions in the post directly above yours.
Re: Email Archive Manager
Quote:
Originally Posted by
DrByte
Please read and follow the instructions in the post directly above yours.
For those testing Zen Cart 1.5.0 Beta, Email Archive Manager has been updated to support that release. Please only use the 1.5.0 version if you are actually running 1.5.0..
Hello Dr Byte,
Will try using 1.6 instead!
Thanks