xpay✦ Commerce
Directory
WooCommerce plugins
Coupon Exporter for WooCommerce
Coupon Exporter for WooCommerce
Export WooCommerce coupons to a CSV file easily and efficiently.
5.0
(1 ratings)Will this break my store?
What the WordPress.org registry says about keeping Coupon Exporter for WooCommerce running.
Tested to 6.7.5 — 3 branches behind 7.0
A branch or two behind — normal for a plugin between releases.17 months ago
At least 2.1 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.7.4
Your host must be running at least this version.5.0
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how Coupon Exporter for WooCommerce is looked after — not on how many stores run it.
Maintenance
15 / 35WordPress compatibility
7 / 20Support responsiveness
Not enough dataMerchant satisfaction
10 / 15Listing transparency
3 / 10Ratings
5.0
1 ratingCoupon Exporter for WooCommerce allows you to export all your WooCommerce coupons into a CSV file. This is particularly useful for backup, analysis, or migration purposes.
Features
- Export all WooCommerce coupons to CSV with one click
- Includes comprehensive coupon data
- Secure export process
- Compatible with the latest WooCommerce version
- Batch processing for large exports
- Detailed error logging
- WordPress Multisite compatible
- PHP 8.x compatible
Export Data Includes
- Coupon code
- Description
- Discount type
- Amount
- Expiry date
- Minimum spend
- Maximum usage limit
- Usage limit per user
- Product restrictions
- Category restrictions
- Email restrictions
Privacy
This plugin does not collect or store any personal data. When exporting coupons, it only processes data that already exists in your WordPress installation.
The exported CSV file may contain email addresses if they were used in coupon restrictions. Please handle the exported file according to your privacy policy and data protection requirements.
Developer Notes
The plugin provides several filters to extend its functionality:
Filters
-
rwc_coupon_exporter_csv_headers– Modify CSV headers
php
add_filter('rwc_coupon_exporter_csv_headers', function($headers) {
$headers['my_field'] = 'My Field';
return $headers;
}); -
rwc_coupon_exporter_csv_row– Modify row data before export
php
add_filter('rwc_coupon_exporter_csv_row', function($row, $wc_coupon) {
$row[] = get_post_meta($wc_coupon->get_id(), 'my_custom_field', true);
return $row;
}, 10, 2);
Yes, WooCommerce must be installed and activated for this plugin to work.
The exported CSV includes coupon codes, descriptions, discount types, amounts, expiry dates, usage limits, and restrictions.
The plugin processes coupons in batches of 100 to prevent memory issues and ensure smooth operation even with large numbers of coupons.
Yes, the plugin is fully compatible with WordPress Multisite installations.
The plugin supports PHP 7.4 and higher, including PHP 8.x.
Plugin details
Tags on WordPress.org
