Linux 软件免费装
Banner图

Luma Product Fields

开发者 lumaretail
更新时间 2026年3月4日 18:51
PHP版本: 8.0 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

product fields woocommerce product fields custom product fields product specifications product specs

下载

1.0.0 1.1.0

详情介绍:

Luma Product Fields is a lightweight, WooCommerce-native way to add searchable, sortable product specifications that are simple to manage in admin and easy for customers to compare. Use it to create your own product fields, update values quickly in both the product editor and inline list view, and present product specs in a clear, consistent format. You can optionally use Product Groups to assign different sets of fields to different types of products, so each product only shows the specs that matter. It’s fast, intuitive, and built specifically for WooCommerce — ideal for stores that want better product pages without extra complexity. And if you ever need custom behavior, it is also developer-friendly and extendable. Why store owners choose Luma Product Fields What this plugin does Luma Product Fields lets you define and display custom product specification fields such as: These fields are designed for product specification data — the kind of structured details customers compare before buying. Standout feature: linkable specification values For taxonomy-based fields (like Single Select, Checkboxes, and Autocomplete), you can enable clickable values on the product page. Example: if a product has "Material: Merino", customers can click "Merino" and view other products with the same spec value. This makes your specification table not only informative, but also a smart discovery path for shoppers. Legacy-friendly migration tools If you are moving from older field setups, Luma Product Fields includes built-in migration tools to bring legacy values into a cleaner structured field system. Migration controls are available in WooCommerce settings (Tools tab), including unit alias support for smoother matching when older unit labels differ. How it works You can start simple with one shared field set for all products, then grow into Product Groups when your catalog gets broader.
  1. Add Custom Fields
Define the fields your products need. Core field types include: Each field has: A Product Group lets you assign a specific set of fields to a specific type of product. Think of it as "field sets", not categories. Examples: Key points: You can use the plugin without Product Groups (for example a single global field schema), but Product Groups make it easier to maintain different spec sets for different product types.
  1. Assign Products (if using Product Groups)
When a product is assigned to a Product Group, it automatically receives the fields defined for that group. 4. Edit Values Easily The plugin outputs a clean, structured specification section (the Additional Information tab) on product pages: The frontend output can be customized using hooks and filters.\ For advanced use cases, developers can fully override or replace the rendering logic via theme or plugin code. How do I use this plugin? (quick start) Most stores can be up and running in minutes:
  1. Go to WooCommerce → Product Fields and add 3–8 fields you know customers care about.
  2. (Optional) If you already have legacy text/meta specs, run migration in WooCommerce → Settings → Products → Luma Product Fields → Tools to convert them into structured fields (including linkable values where applicable).
  3. (Optional) Create Product Groups if different product types need different field sets.
  4. Open a product and fill in values in the Product Fields panel.
  5. Use inline editing to update many products quickly.
  6. Visit a product page and confirm your specs look clear and complete.
Quick examples: Start with a small set, then expand once you see what customers actually use.
  1. Settings (Tabbed UI)
Under WooCommerce → Settings → Products → Luma Product Fields, settings are grouped into tabs: Built-in package weight and package size tooltip texts are editable in settings. Block themes (FSE) – current status The plugin works on block themes (for example Twenty Twenty-Four), but the taxonomy term archives for linkable fields are currently rendered via a PHP template for maximum compatibility. Technical note: Because these archives are rendered via a custom PHP template (not a native block template), the template explicitly enqueues block/global styles and renders the theme header/footer template parts early so block themes keep expected typography and navigation layout. This means some “pixel-perfect parity” details (for example button styles and some typography that would normally be applied by native Woo/blocks) may differ. Full “pure blocks / block template” parity for these archives is planned in a future version. SEO & structured data Luma Product Fields is designed to be SEO-friendly: Why choose this plugin? Features

安装:

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to WooCommerce → Product Fields
  4. (Optional) Use WooCommerce → Settings → Products → Luma Product Fields → Tools to migrate old text/meta fields into structured fields (including linkable taxonomy-based values where applicable)
  5. (Optional) Create Product Groups
  6. Add fields to the global schema and/or Product Groups
  7. Assign products (and Product Groups if used)
  8. Start adding specs

屏幕截图:

  • Product edit screen with product specifications panel.
  • Inline editor for fast, spreadsheet-style product spec editing.
  • Frontend specifications section rendered automatically on the product page.

常见问题:

How do I use this plugin?

Simple setup flow:

  1. Add your product fields.
  2. (Optional) Create Product Groups for different product types.
  3. Fill values on each product.
  4. Use inline editing for faster bulk updates.
  5. Let WooCommerce show the specs automatically in Additional information.
Tip: start with your top 5 buyer-facing specs per product type.

How can I customize the look of my fields?

Go to WooCommerce → Settings → Products → Luma Product Fields. You can control:

  • Frontend section title
  • Table row style (plain/divider/striped)
  • Layout mode (auto/grid)
  • Label/value emphasis
  • Built-in tooltip text for package weight/size rows
For deeper customization, developers can use hooks/filters or override output in theme/plugin code.

Can I make specification values clickable?

Yes. For taxonomy-based fields, values can be shown as links on product pages. When clicked, customers see other products with the same value (for example the same material or compatibility standard).

I already have custom fields on my site. Can I migrate them?

Yes, you can. The migration tool can discover text-based meta values and convert them into structured data like ranges, numbers, or clickable values where applicable. Go to WooCommerce → Settings → Products → Luma Product Fields → Tools to access migration options. You can run a dry-run first to preview what will be migrated before applying changes. Tip: create a backup before running migrations, then verify a handful of products after import.

What is a Product Group?

A Product Group lets you assign different field sets to different product types. Example:

  • Camera products can show fields like ISO range and sensor size.
  • Lens products can show fields like focal length and aperture.
So you avoid showing irrelevant fields everywhere. Important:
  • A product can belong to one Product Group at a time.
  • A field can be used in multiple Product Groups.

Does this replace WooCommerce attributes?

Not directly. WooCommerce attributes are mainly for variations and filtering workflows. Luma Product Fields focuses on structured specification information for clearer product pages.

Can fields be used for layered navigation or filters?

Not out of the box; Product Fields are not built into WooCommerce layered navigation by default.\ However, the plugin is developer-friendly and can be extended to create filters or custom faceted navigation.

How is this different from ACF?

ACF (Advanced Custom Fields) is a powerful and large general custom-fields framework for WordPress. Luma Product Fields is focused specifically on WooCommerce product specification workflows. Many plugins try to be everything. Luma Product Fields is built to do one thing exceptionally well: structured product specifications. That means features like product-spec inline editing, Product Group field sets, and linkable taxonomy-based spec values are designed to work together out of the box for store admin teams.

Can I display fields in custom places on the product page?

Not out of the box. The fields are by default shown in the "Additional information" tab. But there are plenty of hooks you can use to show it wherever you want.

Is it developer-friendly?

Yes. Everything is class-based, namespaced, and hookable. Field definitions, output, and storage can all be customized or extended.

更新日志:

1.1.0 1.0.0