內容簡介
總結:
這個WordPress外掛可以幫助你找到具有特定屬性術語的產品,刪除它們並添加不同的屬性術語。它設計用於不同屬性和術語的重複使用。
問題與答案:
1. 這個WordPress外掛的主要功能有哪些?
- 尋找具有特定屬性術語的產品
- 刪除選定的屬性術語
- 添加新的屬性術語
- 可配置大小的批處理
- 伺服器驅動的進度追踪
- 恢復功能
- 失敗批次的自動重試
- 詳細日誌記錄
2. 這個外掛的可靠性功能有哪些?
- 伺服器驅動的進度:進度計算完全由伺服器處理,以確保準確性
- 完全的客戶端-伺服器同步:客戶端和伺服器在整個過程中保持完美同步
- 產品ID快取:所有產品ID在開始時被快取,以確保一致的處理
- 恢復功能:如果過程中斷,可以從中斷處繼續進行
- 可配置的批次大小:每批處理多達100個產品以提高操作速度
- 自動重試:失敗的批次將自動重試最多3次
- 詳細日誌記錄:伺服器端日誌記錄有助於識別問題
- 延長超時:較長的超時時間以防止處理期間的連接問題
3. 如何使用這個外掛?
- 在啟動後,進入WordPress管理選單中的「工具」>「批量屬性更改」
- 配置設置:
- 屬性:選擇要修改的產品屬性(例如「Proizvoditel」)
- 來源術語ID:輸入要刪除的術語ID,以逗號分隔(例如「374,373」)
- 目標術語ID:輸入要添加的術語ID(例如「371」)
- 批次大小:設置每批處理的產品數(1-100)
- 點擊「保存設置」來存儲配置
- 點擊「開始處理」按鈕開始處理產品
- 這個外掛將會:
- 找到所有具有指定屬性術語的產品
- 刪除這些屬性術語
- 添加目標屬性術語
- 一個進度條將顯示操作的狀態
- 完成後,將顯示一個摘要,顯示更新了多少產品。
外掛標籤
開發者團隊
② 後台搜尋「AboveWP Bulk Attribute Change」→ 直接安裝(推薦)
原文外掛簡介
This WordPress plugin allows you to find products with specific attribute terms, remove them, and add a different attribute term instead. It’s designed to be reusable for different attributes and terms.
Note: This is a developer-oriented tool that requires knowledge of WooCommerce attribute term IDs. It’s intended for technical users who need to perform bulk attribute modifications.
Key Features
Find products with specific attribute terms
Remove selected attribute terms
Add new attribute terms
Batch processing with configurable size
Server-driven progress tracking
Resume functionality
Automatic retry for failed batches
Detailed logging
Reliability Features
Server-Driven Progress: Progress calculation is handled entirely by the server for perfect accuracy
Complete Client-Server Synchronization: Client and server stay perfectly in sync throughout the process
Product ID Caching: All product IDs are cached at the start to ensure consistent processing
Resume Functionality: If the process is interrupted, you can resume from where it left off
Configurable Batch Size: Process up to 100 products per batch for faster operation
Automatic Retry: Failed batches are automatically retried up to 3 times
Detailed Logging: Server-side logging helps identify issues
Extended Timeouts: Longer timeouts to prevent connection issues during processing
Usage
After activation, go to Tools > Bulk Attribute Change in the WordPress admin menu
Configure the settings:
Attribute: Select the product attribute to modify (e.g., “Proizvoditel”)
Source Term IDs: Enter the term IDs to remove, separated by commas (e.g., “374,373”)
Target Term ID: Enter the term ID to add (e.g., “371”)
Batch Size: Set the number of products to process in each batch (1-100)
Click “Save Settings” to store your configuration
Click the “Start Process” button to begin processing products
The plugin will:
Find all products with the specified attribute terms
Remove those attribute terms
Add the target attribute term instead
A progress bar will show the status of the operation
When completed, a summary will be displayed showing how many products were updated
Technical Details
The plugin directly queries products with the specific attribute terms for optimal performance
Products are processed in batches with configurable size (default: 5, max: 100)
All product IDs are cached in a WordPress transient for consistent processing
Only published products are processed
Only users with ‘manage_options’ capability can run the process
The plugin uses AJAX to process products asynchronously
Settings and progress are saved in the WordPress options table
Server calculates and reports progress to ensure accuracy
Requirements
WordPress 5.0 or higher
WooCommerce 3.0 or higher
