aimanecouissi / module-sales-order-agreements
Add Terms and Conditions section to Admin order view page
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/aimanecouissi/module-sales-order-agreements
Requires
- php: ~8.3.0||~8.4.0
- magento/framework: 103.0.*
README
Adds a Terms and Conditions section to the Admin order view page, showing the agreements accepted at checkout.
Installation
composer require aimanecouissi/module-sales-order-agreements bin/magento module:enable AimaneCouissi_SalesOrderAgreements bin/magento setup:upgrade bin/magento cache:flush
Usage
When an order is placed, the active checkout agreements for the store are saved on the order. Open any order in the Admin and a Terms and Conditions section is displayed on the order view page, showing the agreement name and content as accepted at checkout. If an agreement still exists in the system, a View link is available to open it in a new tab.
Uninstall
bin/magento module:disable AimaneCouissi_SalesOrderAgreements composer remove aimanecouissi/module-sales-order-agreements bin/magento setup:upgrade bin/magento cache:flush