-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
65 lines (40 loc) · 2.21 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
60
61
62
63
64
65
=== Email Text Customizer for WooCommerce ===
Contributors: EnigmaWeb
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEJ9HFWJ94BG4
Tags: email, woo, woocommerce, email text, custom, customize emails, email text customizer
Requires at least: 2.7
Tested up to: 4.7.2
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Allows you to customize the text of all WooCommerce emails without having to delve into template code.
== Description ==
A simple plugin allowing you to customize the text of all WooCommerce emails without having to delve into template code.
After activating the plugin, vist WooCommerce > Settings > Emails. The plugin adds a new field in the context of the rest of the settings for each email.
== Installation ==
1. Install & activate the plugin through the WordPress 'Plugins' dashboard.
1. Vist WooCommerce > Settings > Emails. The plugin adds a new field in the context of the rest of the settings for each email.
== Frequently Asked Questions ==
= How can I test the emails? =
There's a great plugin for that [here.](https://en-au.wordpress.org/plugins/woocommerce-email-test/)
= Where do I customize the email text? =
Vist WooCommerce > Settings > Emails.
Select the email template you want to edit.
The plugin adds a new field in the context of the rest of the settings for each email.
= What if I've already customised my WooCommerce templates? =
This plugin works when using custom Woo templates, default Woo templates, or no templates at all!
= Where can I get support for this plugin? =
If you've tried all the obvious stuff and it's still not working please request support via the forum. Remember to include a link to your site, and a full description of the issue plus the steps you've already taken to try to solve it.
= Can I contribute to this plugin? =
Absolutely! Please create a pull request on [GitHub here.](https://github.com/EnigmaWeb/email-text-customizer-for-woocommerce)
== Screenshots ==
1. New fields added to Woo email settings
2. A customized email!
== Changelog ==
= 1.0.2 =
* Fixing email panel bug
= 1.0.1 =
* Fix duplicate email issue
* Only copy email templates on plugin activation
= 1.0 =
* Initial release