![]() |
Delete "manual processing" from e-mail notificatio
Although I process credit cards manually, I would like to remove the "manual processing" message from the e-mail notifications sent to customers. I couldn't find the words in any of the language files. I remember reading a post a while back that a php file must be edited instead. Which file is it? Thanks.
|
i think youll find it in order_invoice.tpl in the mail folder
|
Actually, it's in the "payment_cc.php" file, in the payment folder. It's found in a statement inside quotes: " (manual processing)".
|
and then the variable is displayed in the order_invoice.tpl or order_totals.tpl
|
Please correct me if I'm wrong - I'm the newbie here and I'm definitely still learning.
All of the templates I've scrolled through so far reference either: 1) other templates or other ".tpl" files, or 2) text files (label, mail, etc.) or "$lng" files. I performed a search in the language area for all menu items, and the words "manual processing" couldn't be found - or at least I couldn't find them. I found no reference to this in any of the mail templates either. In this case, I believe this may be one of those hard coded things found only in a php file. If the value does exist elsewhere, I have yet to find it. |
In a way were both right
Its declared as 'Manual Processing' in the php file and passed over to be stored in the orders table then displayed on the pages by calling {$order.payment_method} :wink: |
All times are GMT -8. The time now is 05:10 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.