Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
karliuka committed Dec 16, 2017
1 parent c795640 commit c2d0199
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# m2.OrderForceEmail
# Magento2 Order Force Email

Extension send order confirmation emails when an order is placed and paid with online payment methods (paypal, authorize etc).

<img alt="Magento2 Order Force Email" src="https://karliuka.github.io/m2/order-force-email/config.png" style="width:100%"/>

## Install with Composer as you go

1. Go to Magento2 root folder

2. Enter following commands to install module:

```bash
composer require faonni/module-order-force-email
```
Wait while dependencies are updated.

3. Enter following commands to enable module:

```bash
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy (optional)

0 comments on commit c2d0199

Please sign in to comment.