MA
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?
- MSAnsweredHello,
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 - MAAnsweredOne thing more can you please tell me the specific files where I can add the code for custom shipping charges. Thank you in advance.
- MSAnsweredYou 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
- MAAnsweredok. When we can except that you will add this shipping feature?
- MSAnsweredI can't promise as not working on update yet. Thank you
- Login to Reply