aimanecouissi/module-sales-order-agreements

Add a Terms and Conditions section to the Admin order view page

Maintainers

Package info

github.com/aimanecouissi/magento2-module-sales-order-agreements

Type:magento2-module

pkg:composer/aimanecouissi/module-sales-order-agreements

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2026-03-22 01:01 UTC

This package is auto-updated.

Last update: 2026-03-22 01:03:13 UTC


README

Latest Stable Version Total Downloads Magento Version Require License PHP Version Require

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

MIT