| 开发者 |
mamunitiw
freemius |
|---|---|
| 更新时间 | 2026年7月15日 01:33 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[donatico_form] shortcode to any page or post[donatico_form]
[donatico_form layout="card" amounts="10,25,100" title="Support Us" button_text="Donate Now"]
Parameters: layout (inline|stacked|card), amounts (comma-separated), title, description, button_text, show_message (yes|no), allow_anonymous (yes|no), goal (amount).
Widgets:
[donatico_total_raised] - Displays total amount raised
[donatico_donation_count] - Displays number of completed donations
[donatico_recent_donors limit="5"] - Lists recent donors
[donatico_progress_bar goal="5000"] - Animated goal progress bar
Email Notifications
Donatico sends two types of emails:
{donor_name}, {amount}, {date}, {site_name}, and more. Customise everything in Settings -> Notifications.
/wp-content/plugins/donatico/[donatico_form]Yes. Sign up for free at stripe.com to get your API keys. You can accept donations in test mode without entering payment details.
Donatico itself is free. Stripe charges standard processing fees (typically 2.9% + $0.30 per transaction in the US; see stripe.com/pricing for your country). Donatico does not add any platform fee of its own.
Yes - recurring donations are available in Donatico Pro. Supporters can give monthly or yearly through Stripe, with automatic renewal and a secure self-service portal to manage their subscription. The free version supports one-time donations. See donatico.forgeo.dev for Pro details.
The free version handles one-time donations with forms, goal tracking, multi-currency, donor receipts, and a donation dashboard. Donatico Pro adds recurring donations, fundraising campaigns, donation tiers, full donor management, tribute gifts, a public donor wall, and a subscriber self-service portal. Learn more at donatico.forgeo.dev.
Yes. Each [donatico_form] shortcode renders an independent form with its own ID. Multiple forms on the same page work without conflict.
Use Stripe test mode (enabled by default) and test card 4242 4242 4242 4242 with any future expiry date and any CVC. No real charges are made.
Yes. The plugin only collects data entered by the donor (name, email, optional message). Payment card details are entered directly on Stripe's hosted page and never touch your server. See our Privacy Policy for Stripe's data handling.
Yes. Donatico is a standalone plugin and does not require WooCommerce. It works alongside WooCommerce without conflict.
Yes. Go to Donatico -> Settings -> Notifications to customise the subject line, heading, body copy (with merge tags), and footer. You can also send test emails from the same page.
USD, EUR, GBP, AUD, CAD, INR, BDT. More currencies can be requested via the support forum.
All donation records are stored in your WordPress database in a custom wp_donatico_donations table. No data is sent to external servers other than Stripe for payment processing.
donatico_donation_data_before_insert filter - allow plugins to inject extra column data when a donation row is created.donatico_checkout_session_metadata filter - allow plugins to inject additional metadata into Stripe Checkout sessions.data-donatico-extra="<key>" are automatically included in donation form submissions, enabling extension by add-on plugins.