The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

Sales Order Checkout Agreements

aimanecouissi/module-sales-order-checkout-agreements-admin-ui

Stores the checkout terms and conditions a customer accepted onto the order at placement and displays the agreement names and content in a Terms and Conditions section on the admin order view, retaining the content even if the agreement record is later removed.

1
Downloads
Below average
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
1 error , 14 warnings
L5 PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Sales Order Checkout Agreements Magento compatibility status badge

README

Loaded from GitHub

AimaneCouissi_SalesOrderCheckoutAgreementsAdminUi

Adds a Terms and Conditions section to order views in Admin → Sales → Orders. The module stores accepted checkout agreements on the order at placement and displays the stored agreement names and content on the Admin order view.

Installation

composer require aimanecouissi/module-sales-order-checkout-agreements-admin-ui
bin/magento module:enable AimaneCouissi_SalesOrderCheckoutAgreementsAdminUi
bin/magento setup:upgrade
bin/magento cache:flush

Usage

During order placement, active checkout agreements for the store are serialized onto the order. Open an order from the Admin → Sales → Orders grid to view the Terms and Conditions section, which lists each stored agreement name and accepted content.

A View link appears for stored agreements that still exist in Magento checkout agreement records. Stored content remains visible when the agreement record later becomes unavailable.

Uninstall

bin/magento module:disable AimaneCouissi_SalesOrderCheckoutAgreementsAdminUi
composer remove aimanecouissi/module-sales-order-checkout-agreements-admin-ui
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT

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.