This Add On allows you to add a checkbox to membership checkout so customers can opt in to Gift Aid. If you don’t know what Gift Aid is, you probably don’t need this.

Gift Aid allows individuals who are subject to UK income tax to complete a simple, short declaration that they are a UK taxpayer.

via Wikipedia

Installation

You must have the Paid Memberships Pro plugin installed and activated with a valid license type to use this Add On.

  1. Navigate to Memberships > Add Ons in the WordPress admin.
  2. Locate the Add On and click Install Now.
    • To install this plugin manually, download the .zip file above, then upload the compressed directory via the Plugins > Add New > Upload Plugin screen in the WordPress admin.
  3. Activate the plugin through the Plugins screen in the WordPress admin.

Viewing a Member’s Gift Aid Status

Members will see their Gift Aid status on the single order and Membership Confirmation pages. Admins will also see whether the member has chosen the Gift Aid option within the paid checkout confirmation email.

Admins can bulk export the Orders CSV to generate a report of all orders that have opted in to Gift Aid.

  1. Navigate to Memberships > Orders in the WordPress admin.
  2. Click Export to CSV.
  3. In your CSV, notice the column gift_aid.
    • This column will read yes if gift aid was checked during checkout
    • This column will read no if gift aid was not checkout during checkout.

Screenshots

Screenshot of the Gift Aid section at membership checkout
Screenshot of the Gift Aid section at membership checkout
Screenshot of the Gift Aid section at membership order and confirmation page
Screenshot of the Gift Aid section at membership order and confirmation page

Action and Filter Hooks

Filter to show or hide the gift aid checkbox based on the level or other settings.

apply_filters( 'pmproga_show_gift_aid_at_checkout', $show_gift_aid, $pmpro_level );

This is a Plus Add On.

Plus Add Ons are included in all Plus or higher premium membership plans.