forked from mikejolley/woocommerce-product-gift-wrap
-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
executable file
·59 lines (43 loc) · 1.67 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
58
59
=== Product Gift Wrap for WooCoomerce ===
Contributors: tabrisrp
Donate link: https://www.paypal.me/remp
Tags: woocommerce, product, gift wrap
Requires at least: 3.5
Tested up to: 4.8
Stable tag: 1.3.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Add an option to your WooCommerce products to enable gift wrapping. Optionally charge a fee. For WooCommerce 2.2+
== Description ==
This simple extension allows you to add a gift wrap option to your products with optional price.
WooCommerce > Settings lets you set up the default gift-wrappable status per-product and cost. These costs can be overridden per-product too.
If the customer adds gift wrap, it is shown in cart + orders, and adds your defined cost to the item cost too.
The plugin is compatible with Aelia Currency Switcher and WooCommerce Currency Converter from WooThemes.
== Installation ==
1. Unzip into your `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress
3. That's it :)
== Screenshots ==
1. The customizable gift message and checkbox
== Changelog ==
= 1.3.1 =
* WooCommerce 3.0 compatibility
* Plugin now follows WordPress coding standards
= 1.3 =
* Renamed to prevent any issue with trademarks
* Compatibility with Aelia Currency Switcher
= 1.2 =
* WC 2.5 & WP 4.5 compatibility
= 1.1.0 =
* WC 2.2 compatibility.
* Changed 'Gift Wrap Message' option to include only the label. Markup can be changed via a template file.
* Updated textdomain to woocommerce-product-gift-wrap.
* Japanese language.
* Danish language.
* Brazilian Portuguese language.
* Included POT file.
= 1.0.1 =
* Fix gift wrap price overrides
* German language
= 1.0.0 =
* Initial release!