New Zenner
- Join Date:
- Jun 2010
- Posts:
- 16
- Plugin Contributions:
- 0
Confirmation E-mail
Pretty simple, but I can't find where to change the verbiage to the confirmation email. At a point in the email, it says "Your order has been updated. New status: Delivered."
All I want to do is change "delivered" to shipped. I found where the string is located (admin/includes/languages/english/orders.php) where it reads
define('EMAIL_TEXT_STATUS_LABEL', '<strong>New status:</strong> %s' . "\n\n");
Obviously, this %s is referring to something somewhere that I need to change, which I can't find.
Thanks in advance.