Sales Order Agreements
aimanecouissi/module-sales-order-agreements
Displays accepted checkout terms and conditions on the admin order view page, preserving each agreement's name and content as it was at the time of order placement.
Build Tests
Code Quality
Tested on Magento 2.4.8-p4
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubAimaneCouissi_SalesOrderAgreements
Adds a Terms and Conditions section to the Admin order view page showing the checkout agreements accepted by the customer.
Installation
composer require aimanecouissi/module-sales-order-agreements
bin/magento module:enable AimaneCouissi_SalesOrderAgreements
bin/magento setup:upgrade
bin/magento cache:flush
Usage
Active checkout agreements are saved on the order at the time of placement. Open any order in Admin → Sales → Orders to see the Terms and Conditions section listing each agreement's name and content as it was accepted. A View link is shown for agreements that still exist in the system, opening them 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
License
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.