-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |