- This module allow customers donate to store owner while they're visiting the site.
- Donate options are able to set in configuration.
- Show donate fee for customers view and store owner.
composer config repositories.pphong/product-donate vcs https://github.com/phongphanmage/donate-option-product.git
composer require pphong/product-donate:dev-master
- Execute this command if your environment is developer:
./bin/magento setup:upgrade
- Execute this command if your environment is production:
./bin/magento setup:upgrade && ./bin/magento deploy:mode:set production
- git clone
- Move or Copy this cloned repo to
app/code/PPhong/ProductDonate
- Execute this command if your environment is developer:
./bin/magento setup:upgrade
- Execute this command if your environment is production:
./bin/magento setup:upgrade && ./bin/magento deploy:mode:set production
- Donate Options are shown on PDP base on configuration.
- Cart information.
- Checkout information.
- Order Grid: donate fee is able to filter and sort out.
- Totals block information for order, invoice, creditmemo.
- Order, Invoice emails.
- PDF totals block.
- Customer's order, invoice view.
- Customer's print view.
- 2.x version.
- For any issue please help me open an issue.