Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsspencer/magento2-disableplaceorder
Magento 2 extension sample to disable the Place Order functionality
https://github.com/fsspencer/magento2-disableplaceorder
magento magento-extension magento2 magento2-extension magento2-module
Last synced: 20 days ago
JSON representation
Magento 2 extension sample to disable the Place Order functionality
- Host: GitHub
- URL: https://github.com/fsspencer/magento2-disableplaceorder
- Owner: fsspencer
- Created: 2017-11-05T17:49:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T17:51:31.000Z (about 7 years ago)
- Last Synced: 2024-11-05T10:13:47.761Z (2 months ago)
- Topics: magento, magento-extension, magento2, magento2-extension, magento2-module
- Language: PHP
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Disable Place Order
This is a sample extension to show you how to prevent a customer to Place an Order.
You can add your custom logic before performing this restriction.## Installation
NOTE: This extension uses an Observer on the Place Order Before event and throws an exception informing that the operation is not allowed.
1. Clone this repository
2. Copy the Codealist directory into your app/code directory
3. Execute: php bin/magento setup:upgradeNow when you try to place an order, you'll receive an error message telling you that the operation cannot be performed.
## Compatibility
- Magento 2.0
- Magento 2.1
- Magento 2.2