Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.75 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.75 KB

Boolfly Payment Fee


Forked from mrkhoa99/Boolfly_payment_fee.

Installation

Using Composer

Run the following series of command (from root of your Magento2 Installation):

composer config repositories.boolfly-payment-fee git git@github.com:latenights/Boolfly_payment_fee.git
composer require boolfly/payment-fee:dev-master

Tested on M 2.2.3


Add a specific fee to the payment in Magento 2

The same license with Magento application: https://opensource.org/licenses/OSL-3.0

Re-construct module to follow the logic of this extension: https://github.com/devromans/payment-fee

Thanks to @devromans

Welcome any feedback and contributor.

Technical Guide

-We can create an offline payment method here: http://cedcommerce.com/magento-2-module-creator/payment-module

-We can follow this guide to add a specific fee to order total: http://magento.stackexchange.com/questions/92774/how-to-add-fee-to-order-totals-in-magento2

-Replace a default JS component: http://devdocs.magento.com/guides/v2.0/javascript-dev-guide/javascript/custom_js.html

Admin Config:

**STORES > Configuration > SALES > Payment Fee**

Boolfly Payment admin config

Creating order Admin

Boolfly Payment fee for creating order admin

Checkout Page:

Boofly Payment fee on checkout Page