-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
84 lines (56 loc) · 2.99 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
=== Search Attributes for WooCommerce ===
Contributors: aslamdoctor
Donate link: http://paypal.me/aslamdoctor
Tags: woocommerce, ecommerce, product, attribute, attributes, search
Requires at least: 4.6
Tested up to: 6.4
Stable tag: 1.3.4
Requires PHP: 7.4.0
License: GPLv3 or later License
URI: http://www.gnu.org/licenses/gpl-3.0.html
This plugin allows you to extend wordpress search feature by searching into Woocommerce product attributes.
== Description ==
Search Attributes for WooCommerce is a WordPress Plugin that enables Product search form to look into Product Attribute Names.
E.g. as show in plugin screenshots, you can search products using color name.
Another useful example is, you can search products using Brand name if you have Brands assigned as attributes.
To use this plugin, please make sure that Woocommerce is installed and Activated.
== Important Notes ==
1. The plugin may not effect in case you are using some other product search related plugin for woocommerce.
2. Choose your attributes carefully, because the more attributes you choose, the more it will effect on the search speed.
== Installation ==
1. Go to your admin area and select Plugins -> Add new from the menu.
2. Search for "Search Attributes for WooCommerce".
3. Click install.
4. Click activate. If woocommrce is not installed or activated then this plugin will also not activate.
== Frequently Asked Questions ==
= How do I use this plugin? =
1. Go to Wordpress "Admin > Woocommerce > Search Attributes for WooCommerce".
2. Select the attributes you want the search form to look into, select status to "Enable" and click "Save Changes".
= Can I undo the changes I have made after deactivating or deleting the plugin? =
Yes. if you disable or delete the plugin, the changes you made will be undone. Also if you change the Status in plugin settings to "Disabled", it will not search for attributes.
== Contribute ==
If you want to fix a bug in the plugin or add new features, feel free to fork this [github repo](https://github.com/aslamdoctor/search-attributes-for-woocommerce) and follow the `CONTRIBUTING.md` file in the github repo for guidelines.
== Screenshots ==
1. Search result for color "red" before activating plugin
2. Enable plugin for "Color" attribute
3. Search result for color "red" after activating plugin
== ChangeLog ==
= Version 1.3.4 =
* Make plugin compatible with HPOS ( High-Performance Order Storage )
* tested with wordpress version 6.4.0
* tested with woocommerce version 8.4.0
= Version 1.3.3 =
* tested with wordpress version 6.1.1
* tested with woocommerce version 7.2.0
= Version 1.3.2 =
* tested with wordpress version 5.9.3
* tested with woocommerce version 6.4.1
* added notes for developers for contributing to plugin
= Version 1.3.0 =
* added global translation support
= Version 1.2.0 =
* Secutiry fixes
* Refactoring of the code
* Updated the code to follow WPVIP coding standards
= Version 1.0.0 =
* Initial release.