I just don't get how to add comments to the order confirmation emails. I want to include a short FAQ to each one.
I just don't get how to add comments to the order confirmation emails. I want to include a short FAQ to each one.
You could locate this line:
in the file:PHP Code:function send_order_email($zf_insert_id, $zf_mode) {
/includes/classes/orders.php
and alter what is included in the email when it gets set out ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Umm..okay, I'm capable of finding that...and...that's about it If you provide more detail there's a tip in it for ya....as in I have no idea what you're talking about when you say "and alter what is included in the email when it gets set out ..."
p.s. the that string appears set to false:
function create_add_products($zf_insert_id, $zf_mode = false) {
global $db, $currencies, $order_total_modules, $order_totals, $zco_notifier;
You need to add into the building of the email the additional data that you need ...
If you are not familar with customizing php or get a tad lost in the code, you may wish to post in the Commercial Help Wanted forum for some help on this ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!