-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
249 lines (175 loc) · 7.15 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
=== Quantity Plus Minus Button for WooCommerce by CodeAstrology ===
Contributors: codersaiful, codeastrology, mdibrahimk48, unikforce, fazlebari
Tags: woocommerce quantity, plus minus button, quantity, qty button
Requires at least: 4.0.0
Tested up to: 6.5.5
Stable tag: 1.2.2
Requires PHP: 5.4
License: GPL3+
License URI: http://www.gnu.org/licenses/gpl.html
Easily add plus, minus button for WooCommerce Quantity Input box in everywhere with custom Design functionality. Quantity button design features available. Such: Single Page, In Loop Quantity input, Cart page etc with custom design.
== Description ==
*Quantity Plus/Minus Button for WooCommerce* plugin add beautifully designed quantity buttons for WooCommerce quantity input box on the product page which also support for decimal quantity. Easily add plus, minus button for WooCommerce Quantity Input box in everywhere. Such: Single Page, In Loop Quantity input, Cart page etc with custom design. User able to get custom/own color for his plus or minus button.
**Features**
👉 Quantity step supported
👉 Decimal quantity supported
👉 Customizable button design
👉 You can customize button background color and hover
👉 You can customize button text color and hover
👉 You can customize border color and hover
👉 You can customize border width
👉 You can set custom border radius
👉 Live customer support for any Issue.
👉 Well documented
👉 Well commented
👉 Clean code
👉 Compatible with all themes
👉 Compatible with all plugins
👉 Compatible with Woo Product Table
👉 Compatible with the latest version of WordPress
👉 Compatible with the latest version of WooCommerce
**[Demo Link](https://demo.wooproducttable.com/product/couple-jewelry/)**
== Filter ==
Enable Ajax add to cart for Single Product Page.
`
add_filter('wqpmn_ajax_cart_single_page', '__return_true' );
On off checkbox in admin page using filter
`
add_filter('wqpmb_checkbox_row_validation', '__return_true' );
`
CSS validation using filter
`
add_filter('wqpmb_css_row_validation', '__return_true' );
`
Use default WooCommerce template
`
add_filter('wqpmb_show_validation', '__return_true');
`
Hide on product page
`
add_filter('wqpmb_on_product_page', '__return_false');
`
Hide on cart page
`
add_filter('wqpmb_on_cart_page', '__return_false');
`
Hide on Mini Cart page
`
add_filter('wqpmb_on_mini_cart_page', '__return_false');
`
To Change Templae Base Directory, Use following Hook
In that directory, template files folder will be locate
`
add_filter('wqpmb_template_base_dir', $template_base_dir);
`
== Action ==
**👷 HONORABLE CONTRIBUTOR - [GitHub](https://github.com/codersaiful/wc-quantity-plus-minus-button/graphs/contributors) 👷**<br>
* [codersaiful](https://github.com/codersaiful) (53 commits 1,965 ++ )
* [unikforceit](https://github.com/unikforceit) (1 commit 5 ++ )
* [fazlebarisn](https://github.com/fazlebarisn) (1 commit 11 ++ )
* [autocircled](https://github.com/autocircled) (1 commit 110 ++ )
* [mdibrahimk48](https://github.com/mdibrahimk48/) (3 commit 5++)
* 👉 [You can join here](https://github.com/codersaiful/wc-quantity-plus-minus-button/fork)
**🥇 CONTRIBUTE 🥇**<br>
You are welcome to contribute to this project. Join with us [Fork Github repository](https://github.com/codersaiful/wc-quantity-plus-minus-button/fork). If you contribute 1 commit, We will add your name to our plugin's Contributor table/list of WordPress Plugin too.
== Installation ==
1. Upload 'wc-quantity-plus-minus-button' to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Menu Location after Install: =
🔅 Dashboard -> WooCommerce -> (+-) Plus Minus Button
= Already my theme provide Plus Minus botton, Do I need it? =
🔅 No Need, As it's already provided by your theme.
= Does this plugin support StoreFront theme? =
🔅 Yes this plugin is supports all themes.
= Can I hide plus minus button from cart page? =
🔅 Yes, you can hide it by using our filter (`wqpmb_on_cart_page`). see following code:
`add_filter('wqpmb_on_cart_page','__return_false');`
= Does this plugin supports decimal value as quantity? =
🔅 Yes, this plugin supports decimal value as product quantity.
= What is default Shortcode? =
🔅 There is no shortcode for this plugin.
= What is setting page? or Where I can change button color =
🔅Go to `Dashboard -> WooCommerce-> (+-) Plus Minus Button -> [And change/update your setting]`
= Can I set product limitation to show in one table? =
🔅 Yes. You can set the product limit to show in you able. Eg. You have 100 products in your site then you can easily show 50 of them.
= How to use? =
🔅 Install and activate. Then go to ( Dashboard->WooCommerce->Plus Minus Button -> [And change/update your setting] ). And enjoy it.
That's it. So easy, Right !!!
= Is it suitable for any theme ? =
🔅 Yes, But if already available plus minus button on your theme, you should not use any plus minus button plugin.
= Is it suitable with (Woo Product Table) Plugin ? =
🔅 Yes. *Product Table for WooCommerce by CodeAstrology* or *Woo Product Table* will adapt with your design.
== Screenshots ==
1. Quantity button in WooCommerce cart page
2. Quantity button setting page with custom color selection
3. Quantity button in single product page
4. Quantity button in WooCommerce cart page
5. Quantity button in single product page
6. Quantity button in WooCommerce cart page
7. Quantity button in single product page
8. Quantity button in WooCommerce cart page
9. Quantity button setting page with custom color selection
10. Quantity button in WooCommerce cart page
== Change log ==
= 1.2.2 =
* Fixed: Ajax add to cart for shop/category/Taxonomy page issue fixed.
* Bug fixed.
= 1.2.0 =
* Cart Page auto Update on change qty at Cart Page.
* Compatibility Shoptimizer Theme added
* Compatibility Pricon Theme added
* Nonce update
= 1.1.9 =
* Nonce issue fixed.
* Added: new setting field added for input box height and width.
* Add input box width change option
* Add input box height change option
* Bug Fix
* Code Optimized
= 1.1.8 =
* Live support Disable Option
* Backend Design update
* Divi theme's quantity box issue has been solved
* Bug Fix
* Code Optimized
= 1.1.7 =
* input box right margin issue has been solved.
= 1.1.6 =
* Added: Quantity box for Shop Page
* Added: Quantity box for All Archive/Tag/Category/Taxonomy Page
* Bug Fix
* Code Optimized
= 1.1.5 =
* Little CSS issue fixed for Cart page.
* Bug Fix
= 1.1.4 =
* More Setting added.
* Input box style added.
* Added Hover background color.
* Added Hover border color.
* Added Hover font color.
* Bug Fix
= 1.1.3 =
* Live support from CodeAstrology button Added
* Spelling fix on html markup
* Bug Fix
= 1.1.2 =
* Minor Error fixed
* Tested with Latest WordPress and Updated
* Tested with Latest WooCommerce and Updated
* Compatibility Check with More Theme And Plugin
* Compatible with [Woo Product Table (Poduct Table Plugin for WooCommerce by CodeAstrology)](https://github.com/autocircled)
* Bug Fixed
= 1.0.6 =
* Change demo link
* Bug fixed
= 1.0.6 =
* Hide on Mini Cart page
* Bug fixed
= 1.0.5 =
* Setting link fixed
* name fixed
* Bug fixed
= 1.0 =
* Initial release