Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Your will have to customize the
/admin/includes/language/english/tracker.php file
You can do something like:
Code:
define('EMAIL_TEXT_COMMENTS_UPDATE', '<em>The comments for your order are: </em>' . "\n");
define('EMAIL_TEXT_STATUS_UPDATED', "\n\n" . 'Your order has been updated to the following status:' . "\n");
You will need to learn some basic coding. All I did was add "\n" or "\n\n" to add a newline at the appropriate places. You could add ' ' to add more spaces if needed. Play with it yourself and try to make it work for what you are trying to accomplish.
The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)
Bookmarks