-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreadme.txt
57 lines (35 loc) · 1.68 KB
/
readme.txt
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
=== WooCommerce Variable Product Description ===
Contributors: shopplugins, growdev
Donate link: http://www.shopplugins.com
Tags: woocommerce, ecommerce, woocommerce add-on, enhancement
Requires at least: 3.6
Tested up to: 4.3.1
Stable tag: 1.0.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Adds a description for each variation field to WooCommerce Variable products.
== Description ==
The plugin adds a description for each product variation that will display underneath the main product variation and change when
different product variations are chosen.
The code is maintained on <a href="https://github.com/shopplugins/woocommerce-variable-product-description">Github</a>
**Translations, feature requests, and ratings are welcome and appreciated!**
**NOTE**
This feature was added to WooCommerce 2.4 so this plugin is only needed for pre-2.4.
== Installation ==
1. Upload the folder `woocommerce-variable-product-description` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Edit a variable product, and you will see a "Description" field on the Variations tab
4. Save the product and the description will become visible on the product page when the variation is chosen
== Frequently Asked Questions ==
= Can I have a separate description per variable product? =
Yes, absolutely!
= Where is the description displayed? =
The description is displayed in a div with class of 'variation-description'.
== Upgrade Notice ==
None.
== Screenshots ==
1. Variation description field added to Product Data > Variations tab
2. Variation description showing on product page
== Changelog ==
= 1.0.0 =
* Initial release