Question: Change The Word Other In The Payment Module

Change The Word Other In The Payment Module

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

AM

Ahmed Hamdy Montaser

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
  • MS

    Mian Saleem

    Answered
    Hello,

    You can translate it in language file `app/language/english/admin/sma_lang.php`

    Thank you
  • M

    meshan

    Answered
    **[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?
  • AM

    Ahmed Hamdy Montaser

    Answered
    Mian Saleem, i think that is not the right way!

    please kindly guide us to get the root solution.

    Regards,
  • EG

    Enyinnaya Gift

    Answered
    Hello 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.
  • AM

    Ahmed Hamdy Montaser

    Answered
    I 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!
  • MS

    Mian Saleem

    Answered
    Hello,

    > 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