[WordPress] 外掛分享: Coupon Exporter for WooCommerce

首頁外掛目錄 › Coupon Exporter for WooCommerce
WordPress 外掛 Coupon Exporter for WooCommerce 的封面圖片
30+
安裝啟用
★★★★★
5/5 分(1 則評價)
9 天前
最後更新
問題解決
WordPress 5.0+ PHP 7.4+ v1.3.3 上架:2025-02-28

內容簡介

總結:Coupon Exporter for WooCommerce允許您將所有WooCommerce優惠券匯出為CSV文件。這對於備份、分析或遷移非常有用。

問題與答案:
1. Coupon Exporter for WooCommerce主要用於哪些目的?
- 答:該外掛主要用於備份、分析或遷移優惠券。
2. 這個外掛包含哪些功能?
- 答:它支持一鍵將所有WooCommerce優惠券匯出為CSV、包含全面的優惠券數據、安全的匯出過程、與最新的WooCommerce版本兼容、批處理大型匯出、詳細的錯誤日誌記錄、支援WordPress Multisite、和PHP 8.x相容。
3. 匯出的數據中包含哪些項目?
- 答:優惠券代碼、說明、折扣類型、金額、到期日期、最低消費、最大使用限制、每位用戶的使用限制、產品限制、類別限制、郵件限制。
4. 這個外掛是否會收集個人數據?
- 答:這個外掛不會收集或存儲任何個人數據,只處理在您的WordPress安裝中已存在的數據。
5. 開發人員可以透過哪些方式擴展這個外掛的功能?
- 答:開發人員可以利用插件提供的多個過濾器來擴展功能,如修改CSV標題和在匯出之前修改行數據。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.3.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Coupon Exporter for WooCommerce」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Coupon 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);

延伸相關外掛

文章
Filter
Mastodon