I am looking to find out which file controls the style/template that
controls the way an email sent to the admin looks like
when an order has been placed.
I am looking to find out which file controls the style/template that
controls the way an email sent to the admin looks like
when an order has been placed.
The emails sent to customer, and copy to admin, when an order is placed are generated in /includes/classes/order.php
If you're asking about styling an HTML-formatted email, then you need to look in the /email/ folder instead.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
The ones we send to the customer are ok there are few things I would like to change to the one that comes to the admin.
It comes through as plain text and I would like to make a section bolder to stand out more.
Ok I found it, I just changed the setting in the email to html for admin so I will see how that goes.