AM
Asked
Hi,
Please guide me how could I change the payment method "Other" to another word. Which file that I need to edit?
Please refer to the attached screenshot.
Thanks in advance
Please guide me how could I change the payment method "Other" to another word. Which file that I need to edit?
Please refer to the attached screenshot.
Thanks in advance
Attachments
- MSAnsweredHello,
You can translate it in language file `app/language/english/admin/sma_lang.php`
Thank you - MAnswered**[Mian Saleem](/u/saleem)** when we change like this, the name gonna change but after we put a bill, in that bill 'Paid by' showing as "other" not the name we put why is that?
- AMAnsweredMian Saleem, i think that is not the right way!
please kindly guide us to get the root solution.
Regards, - EGAnsweredHello Ahmed, the solution provided by Saleem, ought to solve your need. But in a situation where it doesn't. You might need to open the page/modal view file, search the appearance of $xxxx->paid_by that's is not wrapped with <?= lang() ?>. For example <?= $payment->paid_by; ?> and wrap it with lang() method ... like this <?= lang($payment->paid_by) ?>. Wish this helps.
- AMAnsweredI have changed "Other" by the other method of payment but it still appear in "Payment Report" Module. Please tell me how could I change it there cause I have tried also to make a proper changes on: app/language/english/admin/reports_lang.php but still nothing changed there!
- MSAnsweredHello,
> Please be informed that we don't support support for modifications and modified versions. You are allowed to modify the item at your own risk as per license.
Changing the language file will replace the `Other` word in the system. If you need anything else, please hire any developer to help you modify the item as per your needs.
Thank you - Login to Reply