Question: Payment Method of Bank-in and COD

Payment Method of Bank-in and COD

Hello. I want to know that how the owner will know that is the payment is through bank transfer or cash on delivery. although the customer will select one of the option but it is not showing

MA

Muhammad Irfan Ahmed

Asked
Hello. I want to know that how the owner will know that is the payment is through bank transfer or cash on delivery. although the customer will select one of the option but it is not showing in sales to the owner unless the customer upload the deposit slip?
  • MS

    Mian Saleem

    Answered
    Hello,

    It should be displayed after payment status. I have checked it's not being displayed. I will add this in coming update. If you need it urgently, you can edit `themes/default/admin/views/sales/modal_view.php`, `themes/default/admin/views/sales/view.php` & `themes/default/admin/views/sales/pdf.php` You need to search for 'payment_status' then add the following line after that line.

    ```php
    <br><?= lang('payment_method'); ?>: <?= lang($inv->payment_method); ?>
    ```

    Thank you
  • MA

    Muhammad Irfan Ahmed

    Answered
    One thing more can you please tell me the specific files where I can add the code for custom shipping charges. Thank you in advance.
  • MS

    Mian Saleem

    Answered
    You will need to add your own controllers, model, views and database table/structure to add such functionality. Once you have the data then only you can modify the shop controller and checkout view file. Thank you
  • MA

    Muhammad Irfan Ahmed

    Answered
    ok. When we can except that you will add this shipping feature?
  • MS

    Mian Saleem

    Answered
    I can't promise as not working on update yet. Thank you
  • Login to Reply