Linux 软件免费装
Banner图

Specifico – Product Specification for WooCommerce

开发者 wpaxiom
shuvo586
更新时间 2026年7月1日 00:57
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce ecommerce product specification Product Information specifications table

下载

1.0.0 1.0.5 1.0.1 1.0.2 1.0.3 1.0.4

详情介绍:

Specifico is a powerful WordPress plugin designed to showcase product specifications for WooCommerce products. It allows you to display a structured specification table for each product, enhancing the user experience and providing detailed product information at a glance. Instead of re-entering the same specs for every product, you build reusable attribute groups and specification tables once, then map them to categories, tags, or individual products. Each product can inherit those values automatically or override them when it needs something different. Key Features How to Use After activating the plugin (WooCommerce must be active), you'll find Specifico under its own admin menu. The typical workflow:
  1. Create attribute groups - Go to Specifico → Groups and add a group (for example, "Dimensions"). Add the attributes that belong to it, such as Height, Width, and Weight.
  2. Build a specification table - Go to Specifico → Specifications and create a table. Add one or more groups to it to assemble the full set of specs for a type of product.
  3. Map tables to products - Go to Specifico → Mapping and create rules that assign a specification table to products by category, tag, or specific product ID. Products matching a rule automatically use that table.
  4. Adjust a single product (optional) - On the WooCommerce product edit screen, open the Specification Settings panel. Enable the Specifications tab, then either inherit the mapped values or switch to "Customize" to set per-product values.
  5. Style the table - Go to Specifico → Settings to choose the table style that best matches your theme.
The specification table then appears automatically in the "Specifications" tab on the front-end product page.

安装:

  1. Upload the plugin files to the /wp-content/plugins/specifico directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Make sure WooCommerce is installed and activated for the plugin to work.

屏幕截图:

  • Specification Table add/edit panel - add or edit a specification table, pick its groups and arrange your attributes.
  • Groups list - manage your reusable attribute groups with the updated UI.
  • Add/Edit Group - create an attribute group and define its attributes (name, value, type and default value).
  • Mapping page - create mapping rules to assign specification tables to products by category, tag or product ID.
  • Export data - download all specification tables, groups, mapping rules and settings as a JSON file.
  • Import data - upload a Specifico export or a compatible JSON file to restore specifications on any site.
  • Settings page - configure the table style, tab title and the "Additional information" tab behaviour.
  • Product editor - Specification Settings metabox showing the inherit mode with per-product value overrides.
  • Product editor - Customize mode with full per-product specification values and show/hide toggles.
  • Front-end specification table - the rendered Specifications tab on a WooCommerce product page.

常见问题:

Does this plugin require WooCommerce?

Yes, Specifico is designed exclusively for WooCommerce product pages.

Can I customize the specification table?

Yes, you can customize the look and content of the product specification table via plugin settings and templates.

Can I display the specification table somewhere other than the Specifications tab?

Yes. Use the [specifico] shortcode to render the current product's table anywhere a shortcode is supported, including the block editor. To target a specific product, pass its ID: [specifico id="123"].

Can I change the specification table markup?

Yes. Copy the bundled templates/specification-table.php into your theme at yourtheme/specifico/specification-table.php and edit it there. Your override is used automatically and survives plugin updates. It works with both classic and block themes.

Are there developer hooks?

Yes. Specifico provides filters and actions to customize the table programmatically, including specifico_table_groups, specifico_tab_title, specifico_show_table, specifico_table_classes, specifico_row_label, specifico_row_value, and the specifico_before_table / specifico_after_table actions.

Does Specifico add structured data for search engines?

Yes. When a product's Specifications are enabled, Specifico adds each specification to the product's existing Product structured data (JSON-LD) as additionalProperty entries. It enriches WooCommerce's structured data rather than emitting a separate block, so there is only one Product entity per page. Developers can adjust or disable it with the specifico_structured_data filter. For example, a product's specifications are added to the Product JSON-LD like this: { "@context": "https://schema.org/", "@type": "Product", "name": "Example Laptop", "additionalProperty": [ { "@type": "PropertyValue", "name": "RAM", "value": "16 GB" }, { "@type": "PropertyValue", "name": "Internal Storage", "value": "256 GB" }, { "@type": "PropertyValue", "name": "Expandable", "value": "Up to 1 TB" }, { "@type": "PropertyValue", "name": "GPU", "value": "Integrated" } ] } You can verify the output with Google's Rich Results Test or the Schema Markup Validator.

Is Specifico compatible with the latest version of WooCommerce?

Yes, Specifico has been tested with WooCommerce up to latest version.

更新日志:

1.0.4 1.0.3 1.0.2 1.0.1 1.0.0