Question

I want to add additional charge as COD payment method in Magento 2.

How can I achieve this?

Was it helpful?

Solution

You can use below free extension for the same.

https://github.com/bragento/magento2-cash-on-delivery-fee

It will add configured extra fee for COD.

OTHER TIPS

I have created a module to add a payment fee by a specific payment method. You can add a payment fee for any payment methods(online or offline).

Recently I added lots of new features like add tax, support multi-currency, set sort order, etc.

Look at this: https://github.com/mageprince/magento2-paymentfee

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top