WP Manifestindependent plugin directory
manifest / ecommerce / woocommerce-attribute-descriptions

WooCommerce Attribute Descriptions

Extends Woocommerce and adds customisable descriptions to Product Attributes on Variable Products

by Creative Little Dots · github.com/creativelittledots/woocommerce-attribute-descriptions

3stars
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/creativelittledots/woocommerce-attribute-descriptions/archive/refs/heads/master.zip

Readme

WooCommerce Attribute Descriptions

WooCommerce Attribute Descriptions extends WooCommerce and adds customisable descriptions to Product Attributes on Variable Products

Sometimes you need to provide more information regarding product attributes, especially when customers have to decipher what they need from a variable product, WooCommerce Attribute Descriptions provides this exact functionality.

Note: This only works with attributes that are added via Products > Attributes and does not currently work with arbitrary attributes added at Single Product level.

How it works

Example 1

Simple enter some descriptive content in to the newly added text area on a Product Attribute.

Example 2

When adding the Attribute to a Product, lets say a Variable Product for example, you will see a question mark next the attribute name on the Single Product template.

Example 3

When you click on the question mark you will be able to read the Product Attribute content.

Features

All of the templates in the templates/ folder are overridable by including the file(s) in your theme folder.

Installation

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

Requirements

PHP 5.4+

Wordpress 4+

WooCommerce 2.5+

License

GNU General Public License v3.0

Read the full README on GitHub →