
外掛標籤
開發者團隊
② 後台搜尋「Price Manager for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
Price Manager for WooCommerce adds a focused product management workspace inside the WordPress admin.
It helps store owners and site managers review product data, update prices and stock, export editable price lists, import validated CSV/XLSX updates, and run controlled bulk changes without working directly inside every WooCommerce product screen.
Main features:
WooCommerce product desk with compact product cards.
Filters by search, category, stock status, and product type.
Manual editing for product name, regular price, sale price, stock, stock status, categories, image, and USD base price metadata.
Optional USD converter for stores that calculate local prices from a USD reference value.
Editable XLSX/CSV price list export with business details and selected product columns.
Safe CSV/XLSX import preview before applying changes.
Bulk percentage price updates.
Bulk updates from USD base prices.
Bulk stock and visibility tools.
Optional free-product display for products priced at 0.
Central settings and a simple activity log.
Requirements
WordPress 6.4 or higher.
WooCommerce active.
PHP 7.4 or higher.
An administrator or store manager with the required WooCommerce permissions.
CSV and XLSX import
The import flow is conservative by design:
Uploading a file only creates a preview first.
Empty cells do not erase existing product data.
Use __CLEAR__ to clear supported fields intentionally.
Existing products are matched by product ID or SKU.
This version does not create new products from imported rows.
Missing categories are created only when the related setting is enabled.
Editable export headers
The editable export may include columns such as:
product_id,parent_id,product_type,sku,name,regular_price,sale_price,stock_quantity,stock_status,categories,usd_base_price,last_modified
The exact columns depend on the export options selected in the plugin settings.
USD exchange rate and external services
The plugin works locally by default and can be used with a manual USD exchange rate. If an administrator chooses a real exchange-rate source and clicks an action such as “Save & fetch real rate” or “Update exchange rate”, the plugin sends a server-side HTTPS GET request to the selected exchange-rate provider. The retrieved value is stored in the plugin settings and reused by the product editor and bulk update tools. The rate is not fetched automatically on every admin page load.
When this optional action is used, the remote provider receives the normal technical data required for an HTTPS request, such as the server IP address and a plugin user-agent string. The plugin does not send WooCommerce orders, customer data, product lists, product prices, emails, license keys, or admin credentials to those services.
When the optional real-rate action is used, requests may be sent to:
ExchangeRate-API open endpoint (open.er-api.com) for the international USD-to-store-currency rate. Documentation: https://www.exchangerate-api.com/docs/free ; Terms: https://www.exchangerate-api.com/terms ; Privacy policy: https://www.exchangerate-api.com/privacy
