{"id":18689094,"url":"https://github.com/karliuka/m2.orderforceemail","last_synced_at":"2025-07-23T14:34:55.977Z","repository":{"id":56981569,"uuid":"114408444","full_name":"karliuka/m2.OrderForceEmail","owner":"karliuka","description":"Magento 2. Extension send order confirmation emails when an order is placed and paid with online payment methods (paypal, authorize etc).","archived":false,"fork":false,"pushed_at":"2021-09-24T15:37:32.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T20:38:05.662Z","etag":null,"topics":["confirmation","email","magento2","magento2-extension","online-payments"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karliuka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-15T20:24:44.000Z","updated_at":"2024-10-14T14:05:30.000Z","dependencies_parsed_at":"2022-08-21T08:40:41.880Z","dependency_job_id":null,"html_url":"https://github.com/karliuka/m2.OrderForceEmail","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/karliuka/m2.OrderForceEmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karliuka%2Fm2.OrderForceEmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karliuka%2Fm2.OrderForceEmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karliuka%2Fm2.OrderForceEmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karliuka%2Fm2.OrderForceEmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karliuka","download_url":"https://codeload.github.com/karliuka/m2.OrderForceEmail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karliuka%2Fm2.OrderForceEmail/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266694573,"owners_count":23969795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["confirmation","email","magento2","magento2-extension","online-payments"],"created_at":"2024-11-07T10:40:01.873Z","updated_at":"2025-07-23T14:34:55.938Z","avatar_url":"https://github.com/karliuka.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento2 OrderForceEmail\n\nExtension send order confirmation emails when an order is placed and paid with online payment methods (paypal, authorize etc).\n\n## Compatibility\n\nMagento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x\n\n## Install\n\n#### Install via Composer (recommend)\n\n1. Go to Magento2 root folder\n\n2. Enter following commands to install module:\n\n    For Magento CE(EE) 2.0.x, 2.1.x, 2.2.x\n\n    ```bash\n    composer require faonni/module-order-force-email:2.0.*\n    ```\n\n    For Magento CE(EE) 2.3.x\n\n    ```bash\n    composer require faonni/module-order-force-email:2.3.*\n    ```\n\n    For Magento CE(EE) 2.4.x\n\n    ```bash\n    composer require faonni/module-order-force-email:2.4.*\n    ```\n\n   Wait while dependencies are updated.\n\n#### Manual Installation\n\n1. Create a folder {Magento root}/app/code/Faonni/OrderForceEmail\n\n2. Download the corresponding [latest version](https://github.com/karliuka/m2.OrderForceEmail/releases)\n\n3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/OrderForceEmail)\n\n### Completion of installation\n\n1. Go to Magento2 root folder\n\n2. Enter following commands:\n\n    ```bash\n    php bin/magento setup:upgrade\n    php bin/magento setup:di:compile\n    php bin/magento setup:static-content:deploy  (optional)\n\n### Configuration\n\nIn the Magento Admin Panel go to *Stores \u003e Configuration \u003e Sales \u003e Sales Emails*.\n\n\u003cimg alt=\"Magento2 Order Force Email\" src=\"https://karliuka.github.io/m2/order-force-email/config.png\" style=\"width:100%\"/\u003e\n\n## Uninstall\nThis works only with modules defined as Composer packages.\n\n#### Remove database data\n\n1. Go to Magento2 root folder\n\n2. Enter following commands to remove database data:\n\n    ```bash\n    php bin/magento module:uninstall -r Faonni_OrderForceEmail\n\n#### Remove Extension\n\n1. Go to Magento2 root folder\n\n2. Enter following commands to remove:\n\n    ```bash\n    composer remove faonni/module-order-force-email\n    ```\n\n### Completion of uninstall\n\n1. Go to Magento2 root folder\n\n2. Enter following commands:\n\n    ```bash\n    php bin/magento setup:upgrade\n    php bin/magento setup:di:compile\n    php bin/magento setup:static-content:deploy  (optional)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarliuka%2Fm2.orderforceemail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarliuka%2Fm2.orderforceemail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarliuka%2Fm2.orderforceemail/lists"}