Hi, How i can set images in email confirmation order?
Ex. You purchase 3 items, and recive a email with your purchase, description items, etc.
Can I put image item in this email?
Thanks a lot,
Hi, How i can set images in email confirmation order?
Ex. You purchase 3 items, and recive a email with your purchase, description items, etc.
Can I put image item in this email?
Thanks a lot,
You will need to write custom code to accomplish this. Your changes will have to be made to the order class.
.
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.
Hi DrByte,
Is that in admin>includes> classes?
Mark.
/includes/classes/order.php
.
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.
Don't forget there are lots of folks that don't have HTML turned on for emails and will only see links to those images ...
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Thanks Kim, i get your point, but the client wants the images in the email. Couldn't i just add the code for the images in the order email?
Cheers,
M
I still need to add the product (small) image to the order conformation email. Can anyone help me with this?
I know i need to edit includes/classes/order.php and Dr Byte has explained how to add the product description to the order email -
http://www.zen-cart.com/forum/showthread.php?t=42503
but it's all a bit beyond me.