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.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubAimaneCouissi_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
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.