Each attribute is a WooCommerce global attribute, registered as the taxonomy pa_<slug> (for example, an attribute named "Colour" with slug colour becomes pa_colour). Its values are the terms of that taxonomy. An attribute's type is held in WooCommerce's attribute-taxonomies table, and this plugin recognises exactly two types:
| Type | Internal value | What it adds |
|---|---|---|
| Text (Default) | select | A standard attribute. Values are plain terms with a name and slug. |
| Colour Swatch | color | Each value also stores a hex colour (in the term meta key product_attribute_color), shown as an editable swatch and used to render colour swatches in the storefront colour filter. |
select on save. There is no separate "button", "radio" or "image" type — the choice is always Text (Default) or Colour Swatch.Each attribute appears as a card with its name, slug, a type badge (grey for Text, pink for Colour Swatch), the number of values, and View Products →. Opening one reveals its values table — covered in Creating Attributes & Values.
The tab stacks four independent sections, each documented on its own page:
| Section | Purpose | Page |
|---|---|---|
| Attribute Manager | Create, edit and delete attributes and their values, including colour swatches. The value editor is staged. | Creating Attributes |
| Template Manager | Save named bundles of attributes (optionally with preset values) to reuse together. | Template Manager |
| Bulk Attribute Editor | Load a product grid by template + category and fill attribute values across many products, with a single batched save. | Bulk Attribute Editor |
| Bulk Attribute Removal | Detach a chosen attribute from many products at once. | Bulk Attribute Removal |
Create each attribute as Text (Default) or Colour Swatch, then add its values. For colour attributes, give each value a hex.
Group the attributes you typically apply together (e.g. all laptop specs), optionally seeding default values.
In the Bulk Attribute Editor, load a category against that template and enter values across its products, or push the template's defaults onto selected products in one click.
Use Bulk Attribute Removal to detach an attribute from products that shouldn't carry it.