Skip to content

Commit

Permalink
Merge pull request #29 from fballiano/master
Browse files Browse the repository at this point in the history
Issue #27: composer installation with it4mage branding
  • Loading branch information
mmenozzi authored Dec 19, 2020
2 parents 88f480a + 7ba66e0 commit 07d9d48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

# IMPORTANT NOTICE:

This module has been moved under the responsibility of "it4mage" group.
Please check this URL: https://github.com/it4mage/CashOnDelivery .

# Cash On Delivery for Magento 2

This module is a Cash On Delivery implementation for Magento2 allowing you to define an additional fee based on destination country, region and total amount.

<img src="https://github.com/magespecialist/m2-MSP_CashOnDlivery/blob/master/screenshots/screen4.png" />
<img src="https://github.com/it4mage/CashOnDelivery/blob/master/screenshots/screen4.png" />

Note: This module superseeds https://github.com/magespecialist/m2-MSP_CashOnDelivery

## Main features:

Expand All @@ -23,12 +18,12 @@ This module is a Cash On Delivery implementation for Magento2 allowing you to de

## Installing in your Magento

* From your CLI run: ```composer require msp/cashondelivery```
* From your CLI run: ```composer require it4mage/cashondelivery```
* Log-in your Magento backend
* Go to Stores > Configuration > Sales > Payment Methods > Cash On Delivery
* Configure Cash On Delivery according to your preferences

<img src="https://github.com/magespecialist/m2-MSP_CashOnDlivery/blob/master/screenshots/screen1.png" />
<img src="https://github.com/it4mage/CashOnDelivery/blob/master/screenshots/screen1.png" />

### Configuring fees

Expand All @@ -39,7 +34,7 @@ This module is a Cash On Delivery implementation for Magento2 allowing you to de
* Change the CSV file and upload using the "browse" button
* Save

<img src="https://github.com/magespecialist/m2-MSP_CashOnDlivery/blob/master/screenshots/screen2.png" />
<img src="https://github.com/it4mage/CashOnDelivery/blob/master/screenshots/screen2.png" />

### CSV syntax

Expand All @@ -51,4 +46,4 @@ MSP Cash On Delivery CSV file syntax is really simple. You have 5 columns: **cou
* **fee**: The fee to apply (in base currency). Adding **%** after the fee indicates a percent value
* **website**: Magento website code (e.g.: *base*). Use * as wildcard to indicate all websites

<img src="https://github.com/magespecialist/m2-MSP_CashOnDlivery/blob/master/screenshots/screen3.png" />
<img src="https://github.com/it4mage/CashOnDelivery/blob/master/screenshots/screen3.png" />
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"name": "msp/cashondelivery",
"name": "it4mage/cashondelivery",
"description": "",
"require": {
"php": "^7.0|^7.1",
"msp/common": "*",

"magento/magento-composer-installer": "*"
},
"suggest": {

},
"type": "magento2-module",
"license": "OSL 3.0",
Expand Down

0 comments on commit 07d9d48

Please sign in to comment.