trungkienpvt/donate_service

A Magento 2 module that add donate fee to checkout

dev-master 2020-09-24 03:54 UTC

This package is not auto-updated.

Last update: 2024-10-03 23:43:29 UTC


README

Example module to add custom fee effect on work flow checkout

Feature list

  • Add config page in BO
  • Load config value in detail product page
  • Add custom fee to checkout cart, checkout index page
  • Save custom fee to order, invoice, creditmemo
  • Add custom fee to download pdf, send email order
  • Filter custom fee in admin grid order, invoice

How can I set up?

Run the following command lines below

$ composer require trungkienpvt/donate_service:dev-master 
$ bin/magento setup:upgrade
$ bin/magento cache:clean

Reference link