.
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.
I've a similar query !
I need to change the text only email
I am NOT looking to change the text but the core structure itself - we are building a cart that involves users generating quotations to trade in their unwanted items versus new items in store. So we have modified "shopping cart" to be "trade in list" etc and we have used the COD payment module to allow checkout. The standard new order email we changed to read as a new quote but we needed to take out for example the billing details etc within the email and add a few instructions on posting the items into us etc
For the html end of things I have modified /email/email_template_checkout.html and everything is grand but I can't find where the text only emails are being generated from. Would really appreciate a nod in the right direction !![]()
You'll have to manually hack the core file /includes/classes/order.php. The email section is near the end of the file.
.
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.