aimanecouissi/module-sales-order-agreements

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

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

1.0.0 2026-03-01 21:29 UTC

This package is auto-updated.

Last update: 2026-03-01 22:34:47 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