Charitable Documentation

Learn how to make the most of Charitable with clear, step-by-step instructions.

How to Activate PayPal Commerce

PayPal Commerce is Charitable’s modern PayPal integration – a single connection that lets your donors pay with PayPal, Venmo, Pay Later, credit and debit cards, Apple Pay, and Google Pay. This page walks you through activating it on your site and what to do if it isn’t showing up in your gateway list.

PayPal Commerce replaces the older PayPal Standard, Express Checkout, and Card Processing setups with one integration that also unlocks Venmo, Pay Later, Apple Pay, and Google Pay. Donors see modern wallet buttons and a faster checkout, and you handle refunds and recurring donations directly inside WordPress without juggling multiple PayPal products or accounts. For the full background, see Introducing PayPal Commerce.

Available in Charitable Pro 1.8.15+.

Activate PayPal Commerce

  1. In your WordPress admin, go to Charitable → Settings → Payment Gateways.
  2. Find PayPal Commerce in the gateway list and click Enable.
  3. Click Settings next to PayPal Commerce, then click Connect with PayPal.
  4. PayPal opens in a new window. Sign in to your PayPal business account (or create one) and approve the connection.
  5. PayPal redirects you back to WordPress. The connection panel will show your merchant ID and the capabilities granted to your account.

That’s it – your donation forms will immediately offer PayPal Commerce as a payment option.

Test Mode – PayPal Commerce respects Charitable’s standard Test Mode toggle. Leave Test Mode on while validating the donor flow, then turn it off when you’re ready to accept live donations.

Don’t see PayPal Commerce in your gateway list?

To keep things predictable, only one PayPal integration is shown per site at a time. If your site is already set up with the existing PayPal gateway (PayPal Standard / IPN), PayPal Commerce stays hidden by default and the gateway list shows your existing PayPal configuration instead.

Charitable decides which one to show during the 1.8.15 upgrade by checking two signals:

  • Is the existing PayPal gateway currently enabled in your settings?
  • Are there any prior donations on your site that were processed through the existing PayPal gateway?

If either of those is true, your site keeps its existing PayPal configuration and PayPal Commerce is hidden.

This is the right behavior for the vast majority of sites – running both integrations side-by-side complicates donor experience and accounting. But if you’d like to switch to PayPal Commerce anyway, you can.

Switching to PayPal Commerce

Before you switch – read this

If you have active recurring donations running through the existing PayPal gateway, please read this carefully:

  • PayPal will continue billing your donors on the schedule you set up. None of your donors will be cancelled.
  • However, after switching, Charitable will no longer record those renewals in your dashboard, because the IPN handler for the existing PayPal gateway is disabled when you switch.

If reporting on those renewals matters to you, cancel the recurring donations in your PayPal dashboard before switching. Or contact our support team – we can help you migrate active donors when our migration tool ships in a future release.

If you only have one-time historical donations and no live recurring, switching has no donor-facing impact.

Three ways to switch

Pick the path that matches your access level. All three accomplish the same thing.

Path 1 – WP-CLI (recommended for developers and agencies)

If you have shell access to your server (SSH, hosting CLI, etc.), this is the cleanest path:

wp charitable paypal force-commerce-tier --confirm-recurring-impact

The --confirm-recurring-impact flag is required when you have active recurring donations on the existing PayPal gateway. The command will refuse to run otherwise, with a count of how many donations would be affected.

Preview what would happen with the --dry-run flag before committing:

wp charitable paypal force-commerce-tier --dry-run

After the switch, go to Charitable → Settings → Payment Gateways and complete the Connect with PayPal flow on the PayPal Commerce card to start accepting donations.

Path 2 – functions.php filter (for developers without shell access)

Add this snippet to your theme’s functions.php or a small custom plugin:

add_filter( 'pre_option_charitable_paypal_user_tier', function () {
    return 'commerce';
} );

The filter runs at every get_option() call, so PayPal Commerce becomes visible immediately on the next admin page load.

This is a runtime override – it doesn’t change the stored value in your database. The override stays in effect as long as the filter is in your code; remove the filter and the original visibility is restored. If you want to make the change permanent without keeping the filter, leave it in place to verify everything works, then run the WP-CLI command from Path 1.

Path 3 – SQL update (for hosting-panel / phpMyAdmin users)

If you’re comfortable with phpMyAdmin, Adminer, or your hosting panel’s database tool, run this query against your WordPress database:

UPDATE wp_options
SET option_value = 'commerce'
WHERE option_name = 'charitable_paypal_user_tier';

Replace wp_options with your actual table prefix if it isn’t the default. The change is immediate – refresh the gateway settings page and PayPal Commerce will appear.

⚠️ Reminder: if you have active recurring donations on the existing PayPal gateway, PayPal will continue billing donors but Charitable will not record those renewals. Cancel them in PayPal first, or proceed knowing the trade-off.

What happens after switching

  • The existing PayPal gateway disappears from your gateway settings list. Its saved API credentials remain in the database in case a future reverse path is added.
  • PayPal Commerce appears in the gateway list. Its Connect with PayPal button is enabled. Click it to begin onboarding with PayPal.
  • Until you complete onboarding, PayPal Commerce shows a “not connected” status and donors will not see PayPal as a payment option on the donation form.
  • Donations recorded before the switch are not affected – they keep their original gateway tag and stay visible in your reports.

How to undo a switch

There is no in-UI undo button. The switch is one-way under the current model.

If you switched by mistake or hit an unexpected issue, please contact our support team. We can help restore your previous configuration directly, and we’re tracking these requests to inform whether we should build a proper reverse path in a future release.

Need help?

If any of this is unclear, or you’d like a hand running the switch, our support team is happy to walk you through it. Open a ticket from your Charitable account and mention “PayPal Commerce activation” – we’ll handle the rest.

Still have questions? We’re here to help!

Last Modified:

What's New In Charitable

View The Latest Updates
🔔 Subscribe to get our latest updates
📧 Subscribe to Emails

Email Subscription

Join our Newsletter

We won’t spam you. We only send an email when we think it will genuinely help you. Unsubscribe at any time!

Integration page builder

Divi Fans Rejoice! Native Divi 5 Campaign Progress Bar Module!

With our new native Divi 5 module, you can anchor your microsites with real-time fundraising stats directly on the visual canvas. Here’s how it works, and why it’s worth turning on today.

Create campaign updates that are VISUAL AND LIVE. You can also:

📊 Campaign Progress Bar: Drop a live progress bar into any Divi 5 layout and show goal progress in real time.

🎨 Deep styling controls: Easily customize the bar and track color, height, and radius to match your brand perfectly.

👁️ Visual Builder ready: Configure and preview everything directly on the Divi canvas as a first-class module.

🔁 Identical rendering: The same exact engine powers this module, meaning consistent design without legacy shims.

✅ Faster launches: Never leave the Divi 5 interface to configure shortcodes or guess how your goal labels will look.

Learn more here.

Integration page builder

👉🏻 New in Charitable: Native Elementor Widgets for Seamless Campaign Building

With native Elementor widgets, you design donation campaigns right alongside the rest of your page without touching code. Here’s how it works, and why it’s worth turning on today.

Create fundraising pages that are VISUAL, NATIVE, AND SHORTCODE-FREE. You can also:

⚡ Mini Donation: Add a compact, high-converting donation widget with preset amounts and full color control.

⏳ Campaign Countdown: Build urgency for a deadline-driven appeal, complete with optional confetti when the goal is hit.

📣 Donation Feed: Prove momentum by showing visitors the social proof of real people giving right now.

🏆 Donor Leaderboard: Celebrate top supporters with gold, silver, and bronze styling to spark friendly giving.

🖼️ Campaign Showcase: Feature multiple campaigns in a landing page grid or carousel, with search, filters, and badges.

Learn more here.

Addon New

🗒️ Custom Receipts… New Addon!

With Custom Receipts, you decide which page your donors see, on every campaign. Here’s how it works, and why it’s worth turning on today.

Left side shows a donation receipt with donation number, date, total, and payment method for a  gift to Anywhere, titled 'One Family Gets Clean Water For A Week.'

Create receipts that are CUSTOM TO THE DONOR OR CAMPAIGN. You can also:

📅 Year-end appeal: Reinforce the goal and invite donors to share while momentum is high.

🎗️ Memorial or tribute campaign: Give a gentle, respectful thank-you that fits the moment.

💎 Major gifts: Show a special message only to donors who give above a threshold.

🔁 Recurring growth: Invite one-time donors to become monthly supporters right on the receipt.

🌍 Global campaigns: Surface a country-specific note, like a Gift Aid reminder, only where it applies.

Learn more here.

New templates

🤩 New Beacon Campaign Templates w/ “Hero” Block!

With the new Beacon Campaign Templates for Charitable Pro, you can launch a stunning, full-width fundraising page that instantly captures visitor attention above the fold.

Fundraising page header for Save Maple Grove Park with a donation widget and a small square photo of a sunlit tree thumbnail on the left.

🔦 Above-the-Fold Impact: Lead with a full-width hero image, your logo, and your goal with a donation widget locked right on top of the banner so your ask and momentum register instantly without scrolling.

📐 Two Flexible Layouts: Choose between a structured two-column layout for side-by-side storytelling and supporting details, or a clean one-column view designed for uninterrupted long-form narratives.

⚡ All-in-One Hero Field: Powered by the new Campaign Hero field, bringing background media, live progress bars, custom donation amounts, and recurring giving tabs together into a single cohesive block that can be dropped into any layout.

🎨 Automatic Theme Matching: The hero banner and donation widget automatically inherit your campaign theme’s button and accent colors, ensuring your entire presentation stays beautifully on-brand without touching a line of CSS.

Learn more here.

donation form Feature New

📝 Donation Form Block: Embed a Working Donation Form Anywhere

With the new Donation Form Block for Charitable Pro, you can drop a fully working donation form directly onto any page or post in the WordPress block editor. No redirects, no page reloads, and zero friction between reading your story and making a contribution.

📝 Drop Forms Anywhere: Place a working form directly onto your homepage, inside a story-driven blog post, on a dedicated landing page, or within a campaign announcement.

🎯 Dynamic Campaign Binding: Easily choose a specific campaign from the block sidebar or set it to automatically bind to whichever campaign is currently being viewed.

📐 Full vs. Minimal Form Views: Switch between a full layout or a compact minimal view to perfectly fit sidebars, narrow columns, or wide landing pages.

🎨 Scoped No-Code Styling: Customize typography, container spacing, border radius, amount buttons, and accent colors independently for every form instance without touching a line of CSS.

Learn more here.