2017 © Pedro Peláez
 

magento2-module module-order-force-email

Extension force send order confirmation email.

image

faonni/module-order-force-email

Extension force send order confirmation email.

  • Thursday, March 1, 2018
  • by karliuka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Magento2 OrderForceEmail

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

Compatibility

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x, (*2)

Install

Install via Composer (recommend)

  1. Go to Magento2 root folder, (*3)

  2. Enter following commands to install module:, (*4)

    For Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, (*5)

    composer require faonni/module-order-force-email:2.0.*
    

    For Magento CE(EE) 2.3.x, (*6)

    composer require faonni/module-order-force-email:2.3.*
    

    For Magento CE(EE) 2.4.x, (*7)

    composer require faonni/module-order-force-email:2.4.*
    

    Wait while dependencies are updated., (*8)

Manual Installation

  1. Create a folder {Magento root}/app/code/Faonni/OrderForceEmail, (*9)

  2. Download the corresponding latest version, (*10)

  3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/OrderForceEmail), (*11)

Completion of installation

  1. Go to Magento2 root folder, (*12)

  2. Enter following commands:, (*13)

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

Configuration

In the Magento Admin Panel go to Stores > Configuration > Sales > Sales Emails., (*15)

Magento2 Order Force Email, (*16)

Uninstall

This works only with modules defined as Composer packages., (*17)

Remove database data

  1. Go to Magento2 root folder, (*18)

  2. Enter following commands to remove database data:, (*19)

    ```bash php bin/magento module:uninstall -r Faonni_OrderForceEmail, (*20)

Remove Extension

  1. Go to Magento2 root folder, (*21)

  2. Enter following commands to remove:, (*22)

    composer remove faonni/module-order-force-email
    

Completion of uninstall

  1. Go to Magento2 root folder, (*23)

  2. Enter following commands:, (*24)

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

The Versions

01/03 2018

dev-master

9999999-dev

Extension force send order confirmation email.

  Sources   Download

OSL-3.0

The Requires

  • magento/module-checkout 100.0.*|100.1.*|100.2.*

 

by Karliuka Vitalii

16/12 2017

2.0.1

2.0.1.0

Extension force send order confirmation email.

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0
  • magento/module-checkout 100.0.*|100.1.*|100.2.*

 

by Karliuka Vitalii