I'm trying to add a line of shipping information to the email a customer get when they have placed an order, but I don't know what page holds the text where I would do this. Can you please help?
This is a discussion on Adding text to emailed invoice within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I'm trying to add a line of shipping information to the email a customer get when they have placed an ...
I'm trying to add a line of shipping information to the email a customer get when they have placed an order, but I don't know what page holds the text where I would do this. Can you please help?
catalog/includes/languages/english/checkout_success.php
Line 18
define('TEXT_SUCCESS', 'Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days.');
to
define('TEXT_SUCCESS', 'Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days. Use a good text editor and add whatever you want in here.');
![]()
HTH
Neil
www.12website.com
"You can have everything in life that you want if you will just help enough other people get what they want."
Zig Ziglar
Thanks! I was looking in email and invoice stuff - never thought of checkout_success.
Bookmarks