Preview Email allows you to view the HTML emails your cart produces, so you can tweak the layout.
It's available here: https://www.zen-cart.com/downloads.php?do=file&id=2220
Printable View
Preview Email allows you to view the HTML emails your cart produces, so you can tweak the layout.
It's available here: https://www.zen-cart.com/downloads.php?do=file&id=2220
Preview Email has been updated for Zen Cart 1.5.6.
More emails have been added.
Awesome contribution - should be a core part of the cart,
thanks to his, I´m finally changing my e-mail templates after 10 years of living with the old one...
Great! Please post your results to inspire others!
So far, I have used your own tutorial from your site, so it´s basically the same as yours,
but this is already a great improvement and emails (working on second, right now) look more neatly than ever before! Plus, finally, I´ve found time to change the old translations to my own language, so it´s really more professional, thanks to your mod.
Is the Preview Email plugin compatible with v157?
Yes it is.
If you are testing the Direct Email (sent by Admin > Tools > Send Email), note that one small change is required: in the switch statement in admin/preview_email.php around line 58 change
$module = 'direct';
to
$module = 'direct_email';
This issue will be fixed in the next update, coming in August.
Because the direct email doesn't have any content other than what you provide, Preview Email has been updated to allow you to define a file (called direct_test.html) to use when testing. This content will be displayed according to the rules and template you have provided.