-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.html
62 lines (41 loc) · 2.11 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<h2 id="woocommerceattributedescriptions">WooCommerce Attribute Descriptions</h2>
<p>WooCommerce Attribute Descriptions extends WooCommerce and adds customisable descriptions to Product Attributes on Variable Products</p>
<p>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.</p>
<p><strong>Note:</strong> This only works with attributes that are added via Products > Attributes and does not currently work with arbitrary attributes added at Single Product level.</p>
<h2 id="howitworks">How it works</h2>
<figure>
<img src="screenshots/example-1.png?raw=true" alt="Example 1" title="Example 1" />
<figcaption>Example 1</figcaption>
</figure>
<p>Simple enter some descriptive content in to the newly added text area on a Product Attribute.</p>
<figure>
<img src="screenshots/example-2.png?raw=true" alt="Example 2" title="Example 2" />
<figcaption>Example 2</figcaption>
</figure>
<p>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.</p>
<figure>
<img src="screenshots/example-3.png?raw=true" alt="Example 3" title="Example 3" />
<figcaption>Example 3</figcaption>
</figure>
<p>When you click on the question mark you will be able to read the Product Attribute content.</p>
<h2 id="features">Features</h2>
<p>All of the templates in the templates/ folder are overridable by including the file(s) in your theme folder.</p>
<h2 id="installation">Installation</h2>
<ol>
<li>Upload the plugin to the <strong>/wp-content/plugins/</strong> directory</li>
<li>Activate the plugin through the ‘Plugins’ menu in WordPress</li>
</ol>
<h2 id="requirements">Requirements</h2>
<p>PHP 5.4+</p>
<p>Wordpress 4+</p>
<p>WooCommerce 2.5+</p>
<h2 id="license">License</h2>
<p><a href="http://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License v3.0</a></p>
</body>
</html>