Quote Originally Posted by rjspomer View Post
Everything is working correctly now. The subject issue above is due to the fact that the default temp has this in its form. I removed it and that part is fine. The front size and type formatting was a little trial and error but worked it out.

Thanks for a great addition to zen cart. I will now start actually using it in production mode.
everything can be customized without touching code _ you just need to understand the levels of the template system:

(zencart)/email/ - zencarts own emailtemplates, the output of MailBeez is merged into email_template_default.html

(zencart)/mailhive/common/templates/email_html_zencart.tpl - a dummy frame template which makes sense in other cart systems

(zencart)/mailhive/mailbeez/(module)/email/*.tpl - the content templates with the specific content per module


cord