Plugins
One-Click Installation for Major Platforms
Amply offers plugins for popular e-commerce and website platforms, making integration as simple as installing an app.
Available Plugins
Shopify
Installation:
- Find "Amply Donations" in Shopify App Store
- Click Install
- Connect your Amply account
- Configure settings
Features:
- Checkout donation prompts
- Cart-level donations
- Product-linked giving
- Automatic order sync
- Dashboard integration
Donation Options:
- Add flat amount at checkout
- Roundup to nearest dollar
- Percentage of order
- Customer choice of cause
WooCommerce
Installation:
- Download from WordPress plugin directory or Amply
- Upload and activate in WordPress
- Connect Amply account
- Configure in WooCommerce settings
Features:
- Cart and checkout integration
- Product-specific donations
- Order status sync
- WordPress dashboard widget
- Shortcode support
Shortcodes:
[amply_donate organization="org_123"]
[amply_progress campaign="camp_456"]
[amply_donors count="10"]
WordPress (Non-WooCommerce)
Installation:
- Download Amply for WordPress
- Upload and activate
- Connect account
- Add widgets or shortcodes
Features:
- Gutenberg blocks
- Widget areas
- Shortcode support
- Page builder compatibility
Gutenberg Blocks:
- Amply Donation Form
- Amply Donation Button
- Amply Progress Bar
- Amply Campaign
Squarespace
Installation:
- Add custom code block
- Paste Amply embed code
- Configure via Amply dashboard
Features:
- Code injection support
- Custom positioning
- Style matching
- Campaign pages
BigCommerce
Installation:
- Install from BigCommerce Apps
- Connect Amply account
- Configure checkout integration
Features:
- Checkout donations
- Cart integration
- Order tracking
- Customer attribution
Wix
Installation:
- Add Wix App from Amply
- Connect account
- Place widgets in editor
Features:
- Drag-and-drop placement
- Template integration
- Mobile responsive
- Editor preview
Configuration
Connecting Your Account
All plugins require connecting to your Amply account:
- Install the plugin
- Click "Connect to Amply"
- Authorize the connection
- Select organization(s)
Selecting Organizations
Choose what customers can support:
Single Organization:
- All donations to one org
- Simplest setup
- Clear customer messaging
Multiple Organizations:
- Customer chooses
- Dropdown or featured options
- More engagement
SDG Categories:
- Donate to cause areas
- Amply allocates to organizations
- Broadest appeal
Donation Settings
Configure how donations work:
Amount Options:
- Preset amounts (e.g., $1, $3, $5)
- Custom amount entry
- Roundup option
- Percentage of order
Default Selection:
- Pre-selected vs. opt-in
- Default amount (if any)
- Recurring option display
Placement:
- Cart page
- Checkout page
- Post-purchase
- Product pages
Appearance
Match your store's look:
Styling:
- Color matching
- Font inheritance
- Button styles
- Layout options
Messaging:
- Custom headlines
- Call-to-action text
- Thank you messages
- Impact statements
Platform-Specific Features
Shopify
Cart Integration:
{% render 'amply-cart-donation' %}
Theme Customizer:
- Enable/disable from theme settings
- Position in checkout flow
- Style overrides
Checkout Extensions:
- Native checkout integration
- No redirect required
- Seamless experience
WooCommerce
Hooks:
// Custom placement
add_action('woocommerce_before_checkout_form', 'amply_display_donation_form');
Filters:
// Modify default amounts
add_filter('amply_donation_amounts', function($amounts) {
return [5, 10, 20, 50];
});
Order Meta: Donation data saved with orders:
_amply_donation_amount_amply_donation_organization_amply_transaction_id
WordPress
Block Editor: Add blocks directly in post/page editor:
- Full customization
- Live preview
- Responsive options
Classic Widgets: Add to widget areas:
- Sidebar
- Footer
- Custom widget areas
Reporting
Dashboard Access
View donation data:
- Total collected
- Donation count
- Organization breakdown
- Time period analysis
Order Integration
See donations in order details:
- Donation amount
- Organization selected
- Transaction ID
- Verification link
Export
Export donation data:
- CSV for spreadsheets
- Order-level detail
- Customer attribution
- Date range filtering
Troubleshooting
Plugin Not Working
Check:
- Plugin is activated
- Amply account connected
- Organization selected
- No JavaScript errors
Common Issues:
- Theme conflicts
- Caching issues
- SSL/HTTPS problems
- API connection errors
Checkout Issues
Verify:
- Checkout page loads correctly
- Donation option appears
- Payment processes
- Confirmation shows donation
Solutions:
- Clear caches
- Check for plugin conflicts
- Verify Amply dashboard settings
- Test in incognito mode
Styling Problems
Try:
- Check custom CSS conflicts
- Use plugin styling options
- Inspect elements for overrides
- Contact support with screenshots
Updates
Staying Current
- Enable automatic updates
- Check changelog for new features
- Test after major updates
- Keep platform up to date
Breaking Changes
Major updates:
- Announced in advance
- Documentation updated
- Migration guides provided
- Support available
Support
Documentation
- Plugin-specific guides
- FAQ sections
- Video tutorials
- Code examples
Help Channels
- Plugin support forums
- Amply help center
- Email: developers@amply-impact.org
- Platform-specific communities
Related: