Adding template to Comments
Hi All,
Using zencart 1.5.8a on a linux server version 8.1php
What I want to do is in the customer order have a header (company Logo) and footer in comments area (Similar to what you can do with Microsoft Outlook) of the comment box if possible using CKeditor
At present, I am having to copy and paste information before I enter information into the box
Any help would be appreciated with what File and code would be appreciated
1 Attachment(s)
Re: Adding template to Comments
Although I'm not sure how you would add a permanent header/footer into the comments box, there is this plugin that allows you to add multiple pre-defined comments to said box. That would at least save a copy/paste but would still need to be executed each time the comments box is used.
https://www.zen-cart.com/downloads.php?do=file&id=2222
Attachment 20479
Re: Adding template to Comments
You can modify email/email_template_checkout.html to taste and that will take care of the HTML email.
The text email is a bit of a pain, you have to update the orders class or use a notifier.