Skip to content

domeglic/magento2-cash-on-delivery-fee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Cash on Delivery Fee

this module adds a configurable fee for the Magento2 default cash on delivery payment Method

Install:

From Magento2 root dir:

composer require brandung/cash-on-delivery-fee:^1.0
bin/magento module:enable Brandung_CashOnDeliveryFee
bin/magento setup:upgrade

also, if in production mode:

bin/magento setup:static-content:deploy

Usage

Go to Stores -> Configuration -> Sales -> Payment Methods If the Module has been installed successfully, there should be a new Configuration "Cash on Delivery Fee" under the Cash on Delivery Payment Method with a default value of 0.0

The Fee total will display in the Checkout and Order totals as soon as the Cash on Delivery Payment Method has been used and the value of the Fee is > 0.

About

Adds a fee for cash on delivery payment method

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 74.8%
  • JavaScript 23.6%
  • HTML 1.6%