Usage¶
Checkout¶
During checkout, customers see the Gift Aid section with your configured copy and a declaration checkbox. The choice is stored on the order when the order is placed (woocommerce_checkout_update_order_meta).
My Account¶
A Gift Aid preference can appear on the account dashboard and be updated by the customer (hooks in the plugin handle saving).
Admin: orders & users¶
- Order screen: Gift Aid status appears after billing details (and in list columns where supported).
- Users list: Gift Aid column shows opt-in at a glance.
Exports & reporting¶
Export buttons are added in admin (footer hooks) for HMRC-oriented CSV workflows. Use the Gift Aid Manager for full reporting and tools.
Sensitive data
CSV exports may contain donation and donor-related data. Restrict admin access and download only over HTTPS.
Filters (for developers)¶
See Reference for mindful_gift_aid_* filters that adjust checkout and account strings without editing core files.