AGEC Ready is the all-in-one plugin that helps French WooCommerce merchants comply with the AGEC law (loi anti-gaspillage pour une économie circulaire). The free version automates the display of the Triman logo mention and the Info-tri (sorting instructions) on every product page — mandatory information that is free to display but tedious to add by hand, product by product.
Built to be fast: an activation wizard sets up the display in a few minutes, and per-category defaults save you from re-entering the same data across large catalogs. AGEC Ready helps you inform consumers online; it does not replace your own compliance obligations.
Included in the free version
- Triman mention and sorting instructions (Info-tri) per product, in a dedicated “AGEC” tab.
- Automatic display on the product page — classic themes and a “Sorting & recycling” block (FSE/Gutenberg).
- Per-category defaults: set the sorting once; products without their own setting inherit it.
- Activation wizard (display set up in a few minutes).
- Compatible with HPOS and cart/checkout blocks. French-language interface, accessible (RGAA/WCAG).
Premium version
- Environmental statements (article 13) with a dedicated dematerialized product page.
- Regulatory monitoring and updates: a dated in-plugin log and email alerts when the rules change.
- Priority support.
Roadmap (not in this version)
Multi-channel eco-contribution (cart, invoice, email) and additional REP channels (furniture, EEE, textile) are planned for a later release. Version 0.1.0 focuses on Triman/Info-tri display (free) and article 13 environmental statements (Premium).
Regulatory sources
Regulatory statements rely on Légifrance, ADEME and the approved eco-organisations (Citeo for packaging). AGEC Ready helps you display the required mentions; it is not an eco-organisation and does not replace your own reporting obligations.
Development
AGEC Ready ships as readable source — no obfuscated or minified-only code:
- PHP source lives in
src/(PSR-4, namespaceAgecReady\). - The Gutenberg block source lives in
blocks/(JS/JSX/SCSS) and is compiled tobuild/with @wordpress/scripts: runnpm install && npm run build(equivalent to wp-scripts build –webpack-src-dir=blocks –output-path=build). - PHP dependencies are installed with Composer:
composer install --no-dev.
The plugin includes one third-party library, the Freemius WordPress SDK
(vendor/freemius/wordpress-sdk) — an open-source library published upstream at
https://github.com/Freemius/wordpress-sdk and pulled in via Composer. It powers the optional Pro
upgrade (see “Does the plugin connect to external services?” above).
