內容簡介
總結:將特定的 WooCommerce 全域屬性設定為類似產品的功能,使管理員可在產品編輯頁面上搜尋產品,並連結選定的屬性值至前端的對應產品頁面。
問題與答案:
<ul>
<li>問題:在哪裡可以搜尋產品編輯頁面上的屬性詞彙?</li>
答案:你可以搜尋產品編輯頁面上的屬性詞彙,並連結至對應產品頁面。
<li>問題:屬性值如何與前端的產品頁面相連結?</li>
答案:選定的屬性值可以連結至前端對應的產品頁面,使用戶可以點擊屬性值直接前往相關產品頁面。
</ul>
外掛標籤
開發者團隊
② 後台搜尋「Product-Linked Attributes Mapper for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
Product-Linked Attributes Mapper for WooCommerce lets you transform selected global attributes into product-aware terms.
Instead of treating attribute values as static text (e.g. “Brand X”, “Model Y”), this plugin allows those values to:
Be searched as products in the WooCommerce admin
Link directly to the corresponding product page on the front-end
This is especially useful for stores where attributes represent real entities — such as brands, models, strains, materials, or components that already exist as products.
🧠 What This Plugin Changes
Normally in WooCommerce:
– Attribute terms are flat taxonomy values
– They cannot reference products
– They are not clickable by default
– Searching attributes ≠ searching products
With this plugin:
– Selected global attributes become product-linked
– Attribute term selection can search existing products
– Front-end attribute values can link to product pages
– Admin workflows become faster for large catalogs
🔍 Example Use Cases
Brand attributes that should link to brand product pages
Model or variant attributes that represent standalone products
Catalogs where attributes mirror product entities
AI-generated catalogs that need relational cleanup
Advanced WooCommerce setups with complex taxonomies
⚙️ Key Features
✔ Select which global attributes should be product-linked
✔ Search products instead of raw terms when assigning attributes
✔ Output clickable attribute values on product pages
✔ Uses WordPress APIs (no direct SQL queries)
✔ Object-cached lookups for performance
✔ Safe, non-destructive behavior
✔ Works with existing products and attributes
No schema hacks.
No database rewrites.
No replacement of WooCommerce core behavior.
🆓 Free Version
The WordPress.org version is fully functional and includes:
Attribute → product mapping
Admin product search for selected attributes
Front-end attribute linking
Performance-safe term lookups
There are no time limits or forced upgrades.
🧩 Compatibility
Requires WooCommerce
Works with simple and variable products
Compatible with most themes
Does not modify theme files
Uses standard WooCommerce hooks and filters
