Version Description
- Fixed: Notice on settings page
Download this release
Release Info
Developer | wpclever |
Plugin | WPC Smart Wishlist for WooCommerce |
Version | 4.2.3 |
Comparing to | |
See all releases |
Code changes from version 4.2.2 to 4.2.3
- assets/css/dashboard.css +6 -1
- assets/js/frontend.js +4 -0
- languages/woo-smart-wishlist.pot +248 -249
- readme.txt +4 -1
- wpc-smart-wishlist.php +47 -13
assets/css/dashboard.css
CHANGED
@@ -126,12 +126,17 @@
|
|
126 |
margin: 0;
|
127 |
}
|
128 |
|
129 |
-
.wpclever_settings_page .wpclever_settings_page_content table tr.heading th, .wpclever_settings_page .wpclever_settings_page_content table tr.heading td, .wpclever_settings_page .wpclever_settings_page_content table tr.submit th {
|
130 |
background-color: #fafafa;
|
131 |
padding: 15px 20px;
|
132 |
margin: 0;
|
133 |
}
|
134 |
|
|
|
|
|
|
|
|
|
|
|
135 |
.wpclever_settings_page .wpclever_settings_page_content table tr.heading {
|
136 |
border-bottom: 1px dashed #eee;
|
137 |
border-left: 4px solid #23282d;
|
126 |
margin: 0;
|
127 |
}
|
128 |
|
129 |
+
.wpclever_settings_page .wpclever_settings_page_content table tr.heading th, .wpclever_settings_page .wpclever_settings_page_content table tr.heading td, .wpclever_settings_page .wpclever_settings_page_content table tr.submit th, .wpclever_settings_page .wpclever_settings_page_content table tr.submit td {
|
130 |
background-color: #fafafa;
|
131 |
padding: 15px 20px;
|
132 |
margin: 0;
|
133 |
}
|
134 |
|
135 |
+
.wpclever_settings_page .wpclever_settings_page_content table tr.submit p {
|
136 |
+
margin: 0;
|
137 |
+
padding: 0;
|
138 |
+
}
|
139 |
+
|
140 |
.wpclever_settings_page .wpclever_settings_page_content table tr.heading {
|
141 |
border-bottom: 1px dashed #eee;
|
142 |
border-left: 4px solid #23282d;
|
assets/js/frontend.js
CHANGED
@@ -18,6 +18,10 @@
|
|
18 |
}
|
19 |
});
|
20 |
|
|
|
|
|
|
|
|
|
21 |
// woovr
|
22 |
$(document).on('woovr_selected', function(e, selected, variations) {
|
23 |
var id = selected.attr('data-id');
|
18 |
}
|
19 |
});
|
20 |
|
21 |
+
$(document).on('woosw_refresh_count',function (){
|
22 |
+
woosw_load_count();
|
23 |
+
});
|
24 |
+
|
25 |
// woovr
|
26 |
$(document).on('woovr_selected', function(e, selected, variations) {
|
27 |
var id = selected.attr('data-id');
|
languages/woo-smart-wishlist.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the WPC Smart Wishlist for WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WPC Smart Wishlist for WooCommerce 4.2.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-smart-wishlist\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-07-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: woo-smart-wishlist\n"
|
@@ -34,707 +34,706 @@ msgstr ""
|
|
34 |
msgid "https://wpclever.net"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: wpc-smart-wishlist.php:
|
38 |
-
#: wpc-smart-wishlist.php:
|
39 |
-
#: wpc-smart-wishlist.php:
|
40 |
-
#: wpc-smart-wishlist.php:
|
41 |
msgid "Please log in to use the Wishlist!"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: wpc-smart-wishlist.php:
|
45 |
-
#: wpc-smart-wishlist.php:
|
46 |
-
#: wpc-smart-wishlist.php:
|
47 |
-
#: wpc-smart-wishlist.php:
|
48 |
-
#: wpc-smart-wishlist.php:
|
49 |
-
#: wpc-smart-wishlist.php:
|
50 |
msgid "There are no products on the Wishlist!"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: wpc-smart-wishlist.php:
|
54 |
-
#: wpc-smart-wishlist.php:
|
55 |
msgid "{name} has been added to Wishlist."
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: wpc-smart-wishlist.php:
|
59 |
-
#: wpc-smart-wishlist.php:
|
60 |
msgid "{name} is already in the Wishlist."
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: wpc-smart-wishlist.php:
|
64 |
-
#: wpc-smart-wishlist.php:
|
65 |
-
#: wpc-smart-wishlist.php:
|
66 |
msgid "Have an error, please try again!"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: wpc-smart-wishlist.php:
|
70 |
-
#: wpc-smart-wishlist.php:
|
71 |
msgid "Product has been removed from the Wishlist."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: wpc-smart-wishlist.php:
|
75 |
-
#: wpc-smart-wishlist.php:
|
76 |
msgid "The product does not exist on the Wishlist!"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: wpc-smart-wishlist.php:
|
80 |
-
#: wpc-smart-wishlist.php:
|
81 |
msgid "All products have been removed from the Wishlist!"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: wpc-smart-wishlist.php:
|
85 |
-
#: wpc-smart-wishlist.php:
|
86 |
msgid "Please log in to use Wishlist!"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: wpc-smart-wishlist.php:
|
90 |
-
#: wpc-smart-wishlist.php:
|
91 |
-
#: wpc-smart-wishlist.php:
|
92 |
msgid "Add note"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: wpc-smart-wishlist.php:
|
96 |
-
#: wpc-smart-wishlist.php:
|
97 |
-
#: wpc-smart-wishlist.php:
|
98 |
msgid "Browse wishlist"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: wpc-smart-wishlist.php:
|
102 |
-
#: wpc-smart-wishlist.php:
|
103 |
-
#: wpc-smart-wishlist.php:
|
104 |
msgid "Add to wishlist"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: wpc-smart-wishlist.php:
|
108 |
-
#: wpc-smart-wishlist.php:
|
109 |
msgid "Facebook"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: wpc-smart-wishlist.php:
|
113 |
-
#: wpc-smart-wishlist.php:
|
114 |
msgid "Twitter"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: wpc-smart-wishlist.php:
|
118 |
-
#: wpc-smart-wishlist.php:
|
119 |
msgid "Pinterest"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: wpc-smart-wishlist.php:
|
123 |
-
#: wpc-smart-wishlist.php:
|
124 |
msgid "Mail"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: wpc-smart-wishlist.php:
|
128 |
msgid "Share on:"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: wpc-smart-wishlist.php:
|
132 |
msgid "Wishlist link:"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: wpc-smart-wishlist.php:
|
136 |
msgid "Copy"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: wpc-smart-wishlist.php:
|
140 |
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: wpc-smart-wishlist.php:
|
144 |
msgid "Reviews"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: wpc-smart-wishlist.php:
|
148 |
msgid "Changelog"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: wpc-smart-wishlist.php:
|
152 |
msgid "Discussion"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: wpc-smart-wishlist.php:
|
156 |
-
|
|
|
|
|
|
|
|
|
157 |
msgid "Settings"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: wpc-smart-wishlist.php:
|
161 |
-
#: wpc-smart-wishlist.php:
|
162 |
msgid "Localization"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: wpc-smart-wishlist.php:
|
166 |
-
#: wpc-smart-wishlist.php:
|
167 |
msgid "Premium Version"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: wpc-smart-wishlist.php:
|
171 |
msgid "Essential Kit"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: wpc-smart-wishlist.php:
|
175 |
msgid "General"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: wpc-smart-wishlist.php:
|
179 |
msgid "Disable the wishlist for unauthenticated users"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: wpc-smart-wishlist.php:
|
183 |
-
#: wpc-smart-wishlist.php:
|
184 |
-
#: wpc-smart-wishlist.php:
|
185 |
-
#: wpc-smart-wishlist.php:
|
186 |
-
#: wpc-smart-wishlist.php:
|
187 |
-
#: wpc-smart-wishlist.php:
|
188 |
-
#: wpc-smart-wishlist.php:
|
189 |
-
#: wpc-smart-wishlist.php:
|
190 |
-
#: wpc-smart-wishlist.php:
|
191 |
msgid "Yes"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: wpc-smart-wishlist.php:
|
195 |
-
#: wpc-smart-wishlist.php:
|
196 |
-
#: wpc-smart-wishlist.php:
|
197 |
-
#: wpc-smart-wishlist.php:
|
198 |
-
#: wpc-smart-wishlist.php:
|
199 |
-
#: wpc-smart-wishlist.php:
|
200 |
-
#: wpc-smart-wishlist.php:
|
201 |
-
#: wpc-smart-wishlist.php:
|
202 |
-
#: wpc-smart-wishlist.php:
|
203 |
-
#: wpc-smart-wishlist.php:
|
204 |
msgid "No"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: wpc-smart-wishlist.php:
|
208 |
msgid "Auto remove"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: wpc-smart-wishlist.php:
|
212 |
msgid "Auto remove product from the wishlist after adding to the cart."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: wpc-smart-wishlist.php:
|
216 |
-
#: wpc-smart-wishlist.php:
|
217 |
msgid "Multiple Wishlist"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: wpc-smart-wishlist.php:
|
221 |
msgid "Enable"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: wpc-smart-wishlist.php:
|
225 |
msgid "Enable/disable multiple wishlist."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: wpc-smart-wishlist.php:
|
229 |
msgid "Maximum wishlists per user"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: wpc-smart-wishlist.php:
|
233 |
-
#: wpc-smart-wishlist.php:
|
234 |
msgid "Button"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: wpc-smart-wishlist.php:
|
238 |
msgid "Settings for \"Add to wishlist\" button."
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: wpc-smart-wishlist.php:
|
242 |
msgid "Type"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: wpc-smart-wishlist.php:
|
246 |
msgid "Link"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: wpc-smart-wishlist.php:
|
250 |
-
#: wpc-smart-wishlist.php:
|
251 |
msgid "Action"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: wpc-smart-wishlist.php:
|
255 |
msgid "Show message"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: wpc-smart-wishlist.php:
|
259 |
-
#: wpc-smart-wishlist.php:
|
260 |
-
#: wpc-smart-wishlist.php:
|
261 |
msgid "Open wishlist popup"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: wpc-smart-wishlist.php:
|
265 |
msgid "Add to wishlist solely"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: wpc-smart-wishlist.php:
|
269 |
msgid "Action triggered by clicking on the wishlist button."
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: wpc-smart-wishlist.php:
|
273 |
msgid "Message position"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: wpc-smart-wishlist.php:
|
277 |
msgid "right-top"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: wpc-smart-wishlist.php:
|
281 |
msgid "right-bottom"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: wpc-smart-wishlist.php:
|
285 |
msgid "center-top"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: wpc-smart-wishlist.php:
|
289 |
msgid "center-bottom"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: wpc-smart-wishlist.php:
|
293 |
msgid "left-top"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: wpc-smart-wishlist.php:
|
297 |
msgid "left-bottom"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: wpc-smart-wishlist.php:
|
301 |
msgid "Action (added)"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: wpc-smart-wishlist.php:
|
305 |
-
#: wpc-smart-wishlist.php:
|
306 |
-
#: wpc-smart-wishlist.php:
|
307 |
-
#: wpc-smart-wishlist.php:
|
308 |
-
#: wpc-smart-wishlist.php:
|
309 |
msgid "Open wishlist page"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: wpc-smart-wishlist.php:
|
313 |
msgid "Action triggered by clicking on the wishlist button after adding an item to the wishlist."
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: wpc-smart-wishlist.php:
|
317 |
msgid "Extra class (optional)"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: wpc-smart-wishlist.php:
|
321 |
msgid "Add extra class for action button/link, split by one space."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: wpc-smart-wishlist.php:
|
325 |
msgid "Position on archive page"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: wpc-smart-wishlist.php:
|
329 |
-
#: wpc-smart-wishlist.php:
|
330 |
msgid "Under title"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: wpc-smart-wishlist.php:
|
334 |
-
#: wpc-smart-wishlist.php:
|
335 |
msgid "Under rating"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: wpc-smart-wishlist.php:
|
339 |
msgid "Under price"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: wpc-smart-wishlist.php:
|
343 |
-
#: wpc-smart-wishlist.php:
|
344 |
msgid "Above add to cart button"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: wpc-smart-wishlist.php:
|
348 |
-
#: wpc-smart-wishlist.php:
|
349 |
msgid "Under add to cart button"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: wpc-smart-wishlist.php:
|
353 |
-
#: wpc-smart-wishlist.php:
|
354 |
msgid "None (hide it)"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: wpc-smart-wishlist.php:
|
358 |
msgid "Position on single page"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: wpc-smart-wishlist.php:
|
362 |
msgid "Under excerpt"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: wpc-smart-wishlist.php:
|
366 |
msgid "Under meta"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: wpc-smart-wishlist.php:
|
370 |
msgid "Under sharing"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: wpc-smart-wishlist.php:
|
374 |
msgid "Shortcode"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: wpc-smart-wishlist.php:
|
378 |
msgid "You can add a button manually by using the shortcode %s, eg. %s for the product whose ID is 99."
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: wpc-smart-wishlist.php:
|
382 |
msgid "Categories"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: wpc-smart-wishlist.php:
|
386 |
msgid "All categories"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: wpc-smart-wishlist.php:
|
390 |
msgid "Only show the wishlist button for products in selected categories."
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: wpc-smart-wishlist.php:
|
394 |
msgid "Popup"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: wpc-smart-wishlist.php:
|
398 |
msgid "Settings for the wishlist popup."
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: wpc-smart-wishlist.php:
|
402 |
msgid "Position"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: wpc-smart-wishlist.php:
|
406 |
msgid "Center"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: wpc-smart-wishlist.php:
|
410 |
msgid "Right"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: wpc-smart-wishlist.php:
|
414 |
msgid "Left"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: wpc-smart-wishlist.php:
|
418 |
msgid "Use perfect-scrollbar"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: wpc-smart-wishlist.php:
|
422 |
msgid "Read more about %s"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: wpc-smart-wishlist.php:
|
426 |
msgid "Color"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: wpc-smart-wishlist.php:
|
430 |
msgid "Choose the color, default %s"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: wpc-smart-wishlist.php:
|
434 |
msgid "Link to individual product"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: wpc-smart-wishlist.php:
|
438 |
msgid "Yes, open in the same tab"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: wpc-smart-wishlist.php:
|
442 |
msgid "Yes, open in the new tab"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: wpc-smart-wishlist.php:
|
446 |
msgid "Yes, open quick view popup"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: wpc-smart-wishlist.php:
|
450 |
msgid "Show note"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: wpc-smart-wishlist.php:
|
454 |
msgid "Show note on each product for all visitors. Only wishlist owner can add/edit these notes."
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: wpc-smart-wishlist.php:
|
458 |
-
#: wpc-smart-wishlist.php:
|
459 |
msgid "Empty wishlist button"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: wpc-smart-wishlist.php:
|
463 |
msgid "Show empty wishlist button on the popup?"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: wpc-smart-wishlist.php:
|
467 |
msgid "Continue shopping link"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: wpc-smart-wishlist.php:
|
471 |
msgid "By default, the wishlist popup will only be closed when customers click on the \"Continue Shopping\" button."
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: wpc-smart-wishlist.php:
|
475 |
msgid "Page"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: wpc-smart-wishlist.php:
|
479 |
msgid "Settings for wishlist page."
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: wpc-smart-wishlist.php:
|
483 |
msgid "Wishlist page"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: wpc-smart-wishlist.php:
|
487 |
msgid "Choose a page"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: wpc-smart-wishlist.php:
|
491 |
msgid "Add shortcode %s to display the wishlist on a page."
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: wpc-smart-wishlist.php:
|
495 |
msgid "Share buttons"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: wpc-smart-wishlist.php:
|
499 |
msgid "Enable share buttons on the wishlist page?"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: wpc-smart-wishlist.php:
|
503 |
msgid "Use font icon"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: wpc-smart-wishlist.php:
|
507 |
msgid "Social links"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: wpc-smart-wishlist.php:
|
511 |
msgid "Copy link"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: wpc-smart-wishlist.php:
|
515 |
msgid "Enable copy wishlist link to share?"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: wpc-smart-wishlist.php:
|
519 |
msgid "Menu"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: wpc-smart-wishlist.php:
|
523 |
msgid "Settings for the wishlist menu item."
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: wpc-smart-wishlist.php:
|
527 |
msgid "Menu(s)"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: wpc-smart-wishlist.php:
|
531 |
msgid "Choose the menu(s) you want to add the \"wishlist menu\" at the end."
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: wpc-smart-wishlist.php:
|
535 |
msgid "Action when clicking on the \"wishlist menu\"."
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: wpc-smart-wishlist.php:
|
539 |
-
#: wpc-smart-wishlist.php:1499
|
540 |
-
msgid "Update Options"
|
541 |
-
msgstr ""
|
542 |
-
|
543 |
-
#: wpc-smart-wishlist.php:1242
|
544 |
msgid "Leave blank to use the default text and its equivalent translation in multiple languages."
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: wpc-smart-wishlist.php:
|
548 |
msgid "Button text"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: wpc-smart-wishlist.php:
|
552 |
msgid "Button text (added)"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: wpc-smart-wishlist.php:
|
556 |
msgid "Wishlist popup heading"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: wpc-smart-wishlist.php:
|
560 |
-
#: wpc-smart-wishlist.php:
|
561 |
-
#: wpc-smart-wishlist.php:
|
562 |
-
#: wpc-smart-wishlist.php:
|
563 |
-
#: wpc-smart-wishlist.php:
|
564 |
-
#: wpc-smart-wishlist.php:
|
565 |
-
#: wpc-smart-wishlist.php:
|
566 |
-
#: wpc-smart-wishlist.php:
|
567 |
-
#: wpc-smart-wishlist.php:
|
568 |
-
#: wpc-smart-wishlist.php:
|
569 |
-
#: wpc-smart-wishlist.php:
|
570 |
msgid "Wishlist"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: wpc-smart-wishlist.php:
|
574 |
-
#: wpc-smart-wishlist.php:
|
575 |
msgid "remove all"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: wpc-smart-wishlist.php:
|
579 |
msgid "Save note"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: wpc-smart-wishlist.php:
|
583 |
msgid "Save"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: wpc-smart-wishlist.php:
|
587 |
-
#: wpc-smart-wishlist.php:
|
588 |
-
#: wpc-smart-wishlist.php:
|
589 |
msgid "Continue shopping"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: wpc-smart-wishlist.php:
|
593 |
msgid "Menu item label"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: wpc-smart-wishlist.php:
|
597 |
msgid "Primary wishlist name"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: wpc-smart-wishlist.php:
|
601 |
-
#: wpc-smart-wishlist.php:
|
602 |
-
#: wpc-smart-wishlist.php:
|
603 |
msgid "Manage wishlists"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: wpc-smart-wishlist.php:
|
607 |
msgid "Set default"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: wpc-smart-wishlist.php:
|
611 |
-
#: wpc-smart-wishlist.php:
|
612 |
msgid "set default"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: wpc-smart-wishlist.php:
|
616 |
msgid "Default"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: wpc-smart-wishlist.php:
|
620 |
-
#: wpc-smart-wishlist.php:
|
621 |
msgid "default"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: wpc-smart-wishlist.php:
|
625 |
msgid "Delete"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: wpc-smart-wishlist.php:
|
629 |
-
#: wpc-smart-wishlist.php:
|
630 |
msgid "delete"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: wpc-smart-wishlist.php:
|
634 |
msgid "Wishlist name placeholder"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: wpc-smart-wishlist.php:
|
638 |
-
#: wpc-smart-wishlist.php:
|
639 |
msgid "New Wishlist"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: wpc-smart-wishlist.php:
|
643 |
msgid "Add new wishlist"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: wpc-smart-wishlist.php:
|
647 |
-
#: wpc-smart-wishlist.php:
|
648 |
msgid "Add New Wishlist"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: wpc-smart-wishlist.php:
|
652 |
msgid "Message"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: wpc-smart-wishlist.php:
|
656 |
msgid "Added to the wishlist"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: wpc-smart-wishlist.php:
|
660 |
msgid "Already in the wishlist"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: wpc-smart-wishlist.php:
|
664 |
msgid "Removed from wishlist"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: wpc-smart-wishlist.php:
|
668 |
msgid "Empty wishlist confirm"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: wpc-smart-wishlist.php:
|
672 |
-
#: wpc-smart-wishlist.php:
|
673 |
-
#: wpc-smart-wishlist.php:
|
674 |
-
#: wpc-smart-wishlist.php:
|
675 |
msgid "This action cannot be undone. Are you sure?"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: wpc-smart-wishlist.php:
|
679 |
msgid "Empty wishlist notice"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: wpc-smart-wishlist.php:
|
683 |
msgid "Empty wishlist"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: wpc-smart-wishlist.php:
|
687 |
msgid "Delete wishlist confirm"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: wpc-smart-wishlist.php:
|
691 |
msgid "Product does not exist"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: wpc-smart-wishlist.php:
|
695 |
msgid "Need to login"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: wpc-smart-wishlist.php:
|
699 |
msgid "Copied wishlist link"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: wpc-smart-wishlist.php:
|
703 |
-
#: wpc-smart-wishlist.php:
|
704 |
msgid "Copied the wishlist link:"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: wpc-smart-wishlist.php:
|
708 |
msgid "Have an error"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: wpc-smart-wishlist.php:
|
712 |
msgid "Community support"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: wpc-smart-wishlist.php:
|
716 |
-
#: wpc-smart-wishlist.php:
|
717 |
-
#: wpc-smart-wishlist.php:
|
718 |
-
#: wpc-smart-wishlist.php:
|
719 |
msgid "%s product"
|
720 |
msgid_plural "%s products"
|
721 |
msgstr[0] ""
|
722 |
msgstr[1] ""
|
723 |
|
724 |
-
#: wpc-smart-wishlist.php:
|
725 |
-
#: wpc-smart-wishlist.php:
|
726 |
msgid "Guest"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: wpc-smart-wishlist.php:
|
730 |
-
#: wpc-smart-wishlist.php:
|
731 |
msgid "Edit"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: wpc-smart-wishlist.php:
|
735 |
msgid "See in wishlist"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: wpc-smart-wishlist.php:
|
739 |
msgid "Empty Wishlist"
|
740 |
msgstr ""
|
2 |
# This file is distributed under the same license as the WPC Smart Wishlist for WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WPC Smart Wishlist for WooCommerce 4.2.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-smart-wishlist\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-07-17T11:11:54+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: woo-smart-wishlist\n"
|
34 |
msgid "https://wpclever.net"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: wpc-smart-wishlist.php:285
|
38 |
+
#: wpc-smart-wishlist.php:338
|
39 |
+
#: wpc-smart-wishlist.php:381
|
40 |
+
#: wpc-smart-wishlist.php:1511
|
41 |
msgid "Please log in to use the Wishlist!"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: wpc-smart-wishlist.php:286
|
45 |
+
#: wpc-smart-wishlist.php:355
|
46 |
+
#: wpc-smart-wishlist.php:399
|
47 |
+
#: wpc-smart-wishlist.php:414
|
48 |
+
#: wpc-smart-wishlist.php:1484
|
49 |
+
#: wpc-smart-wishlist.php:1751
|
50 |
msgid "There are no products on the Wishlist!"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: wpc-smart-wishlist.php:304
|
54 |
+
#: wpc-smart-wishlist.php:1439
|
55 |
msgid "{name} has been added to Wishlist."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: wpc-smart-wishlist.php:306
|
59 |
+
#: wpc-smart-wishlist.php:1448
|
60 |
msgid "{name} is already in the Wishlist."
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: wpc-smart-wishlist.php:319
|
64 |
+
#: wpc-smart-wishlist.php:363
|
65 |
+
#: wpc-smart-wishlist.php:1529
|
66 |
msgid "Have an error, please try again!"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: wpc-smart-wishlist.php:352
|
70 |
+
#: wpc-smart-wishlist.php:1457
|
71 |
msgid "Product has been removed from the Wishlist."
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: wpc-smart-wishlist.php:358
|
75 |
+
#: wpc-smart-wishlist.php:1502
|
76 |
msgid "The product does not exist on the Wishlist!"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: wpc-smart-wishlist.php:398
|
80 |
+
#: wpc-smart-wishlist.php:1475
|
81 |
msgid "All products have been removed from the Wishlist!"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: wpc-smart-wishlist.php:413
|
85 |
+
#: wpc-smart-wishlist.php:438
|
86 |
msgid "Please log in to use Wishlist!"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: wpc-smart-wishlist.php:478
|
90 |
+
#: wpc-smart-wishlist.php:1318
|
91 |
+
#: wpc-smart-wishlist.php:1323
|
92 |
msgid "Add note"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: wpc-smart-wishlist.php:626
|
96 |
+
#: wpc-smart-wishlist.php:1296
|
97 |
+
#: wpc-smart-wishlist.php:1600
|
98 |
msgid "Browse wishlist"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: wpc-smart-wishlist.php:628
|
102 |
+
#: wpc-smart-wishlist.php:1287
|
103 |
+
#: wpc-smart-wishlist.php:1599
|
104 |
msgid "Add to wishlist"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: wpc-smart-wishlist.php:661
|
108 |
+
#: wpc-smart-wishlist.php:1196
|
109 |
msgid "Facebook"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: wpc-smart-wishlist.php:662
|
113 |
+
#: wpc-smart-wishlist.php:1199
|
114 |
msgid "Twitter"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: wpc-smart-wishlist.php:663
|
118 |
+
#: wpc-smart-wishlist.php:1202
|
119 |
msgid "Pinterest"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: wpc-smart-wishlist.php:664
|
123 |
+
#: wpc-smart-wishlist.php:1205
|
124 |
msgid "Mail"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: wpc-smart-wishlist.php:674
|
128 |
msgid "Share on:"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: wpc-smart-wishlist.php:685
|
132 |
msgid "Wishlist link:"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: wpc-smart-wishlist.php:687
|
136 |
msgid "Copy"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: wpc-smart-wishlist.php:747
|
140 |
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: wpc-smart-wishlist.php:750
|
144 |
msgid "Reviews"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: wpc-smart-wishlist.php:752
|
148 |
msgid "Changelog"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: wpc-smart-wishlist.php:754
|
152 |
msgid "Discussion"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: wpc-smart-wishlist.php:759
|
156 |
+
msgid "Settings updated."
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: wpc-smart-wishlist.php:766
|
160 |
+
#: wpc-smart-wishlist.php:1623
|
161 |
msgid "Settings"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: wpc-smart-wishlist.php:770
|
165 |
+
#: wpc-smart-wishlist.php:1276
|
166 |
msgid "Localization"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: wpc-smart-wishlist.php:775
|
170 |
+
#: wpc-smart-wishlist.php:1624
|
171 |
msgid "Premium Version"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: wpc-smart-wishlist.php:778
|
175 |
msgid "Essential Kit"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: wpc-smart-wishlist.php:792
|
179 |
msgid "General"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: wpc-smart-wishlist.php:796
|
183 |
msgid "Disable the wishlist for unauthenticated users"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: wpc-smart-wishlist.php:800
|
187 |
+
#: wpc-smart-wishlist.php:813
|
188 |
+
#: wpc-smart-wishlist.php:837
|
189 |
+
#: wpc-smart-wishlist.php:1055
|
190 |
+
#: wpc-smart-wishlist.php:1101
|
191 |
+
#: wpc-smart-wishlist.php:1119
|
192 |
+
#: wpc-smart-wishlist.php:1162
|
193 |
+
#: wpc-smart-wishlist.php:1176
|
194 |
+
#: wpc-smart-wishlist.php:1215
|
195 |
msgid "Yes"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: wpc-smart-wishlist.php:803
|
199 |
+
#: wpc-smart-wishlist.php:816
|
200 |
+
#: wpc-smart-wishlist.php:840
|
201 |
+
#: wpc-smart-wishlist.php:1058
|
202 |
+
#: wpc-smart-wishlist.php:1088
|
203 |
+
#: wpc-smart-wishlist.php:1104
|
204 |
+
#: wpc-smart-wishlist.php:1122
|
205 |
+
#: wpc-smart-wishlist.php:1165
|
206 |
+
#: wpc-smart-wishlist.php:1179
|
207 |
+
#: wpc-smart-wishlist.php:1218
|
208 |
msgid "No"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: wpc-smart-wishlist.php:809
|
212 |
msgid "Auto remove"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: wpc-smart-wishlist.php:819
|
216 |
msgid "Auto remove product from the wishlist after adding to the cart."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: wpc-smart-wishlist.php:824
|
220 |
+
#: wpc-smart-wishlist.php:1363
|
221 |
msgid "Multiple Wishlist"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: wpc-smart-wishlist.php:833
|
225 |
msgid "Enable"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: wpc-smart-wishlist.php:843
|
229 |
msgid "Enable/disable multiple wishlist."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: wpc-smart-wishlist.php:847
|
233 |
msgid "Maximum wishlists per user"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: wpc-smart-wishlist.php:855
|
237 |
+
#: wpc-smart-wishlist.php:866
|
238 |
msgid "Button"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: wpc-smart-wishlist.php:858
|
242 |
msgid "Settings for \"Add to wishlist\" button."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: wpc-smart-wishlist.php:862
|
246 |
msgid "Type"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: wpc-smart-wishlist.php:869
|
250 |
msgid "Link"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: wpc-smart-wishlist.php:875
|
254 |
+
#: wpc-smart-wishlist.php:1251
|
255 |
msgid "Action"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: wpc-smart-wishlist.php:879
|
259 |
msgid "Show message"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: wpc-smart-wishlist.php:882
|
263 |
+
#: wpc-smart-wishlist.php:921
|
264 |
+
#: wpc-smart-wishlist.php:1258
|
265 |
msgid "Open wishlist popup"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: wpc-smart-wishlist.php:885
|
269 |
msgid "Add to wishlist solely"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: wpc-smart-wishlist.php:888
|
273 |
msgid "Action triggered by clicking on the wishlist button."
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: wpc-smart-wishlist.php:892
|
277 |
msgid "Message position"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: wpc-smart-wishlist.php:896
|
281 |
msgid "right-top"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: wpc-smart-wishlist.php:899
|
285 |
msgid "right-bottom"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: wpc-smart-wishlist.php:902
|
289 |
msgid "center-top"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: wpc-smart-wishlist.php:905
|
293 |
msgid "center-bottom"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: wpc-smart-wishlist.php:908
|
297 |
msgid "left-top"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: wpc-smart-wishlist.php:911
|
301 |
msgid "left-bottom"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: wpc-smart-wishlist.php:917
|
305 |
msgid "Action (added)"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: wpc-smart-wishlist.php:924
|
309 |
+
#: wpc-smart-wishlist.php:1255
|
310 |
+
#: wpc-smart-wishlist.php:1336
|
311 |
+
#: wpc-smart-wishlist.php:1341
|
312 |
+
#: wpc-smart-wishlist.php:1847
|
313 |
msgid "Open wishlist page"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: wpc-smart-wishlist.php:927
|
317 |
msgid "Action triggered by clicking on the wishlist button after adding an item to the wishlist."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: wpc-smart-wishlist.php:931
|
321 |
msgid "Extra class (optional)"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: wpc-smart-wishlist.php:935
|
325 |
msgid "Add extra class for action button/link, split by one space."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: wpc-smart-wishlist.php:939
|
329 |
msgid "Position on archive page"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: wpc-smart-wishlist.php:944
|
333 |
+
#: wpc-smart-wishlist.php:971
|
334 |
msgid "Under title"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: wpc-smart-wishlist.php:945
|
338 |
+
#: wpc-smart-wishlist.php:972
|
339 |
msgid "Under rating"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: wpc-smart-wishlist.php:946
|
343 |
msgid "Under price"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: wpc-smart-wishlist.php:947
|
347 |
+
#: wpc-smart-wishlist.php:974
|
348 |
msgid "Above add to cart button"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: wpc-smart-wishlist.php:948
|
352 |
+
#: wpc-smart-wishlist.php:975
|
353 |
msgid "Under add to cart button"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: wpc-smart-wishlist.php:949
|
357 |
+
#: wpc-smart-wishlist.php:978
|
358 |
msgid "None (hide it)"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: wpc-smart-wishlist.php:966
|
362 |
msgid "Position on single page"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: wpc-smart-wishlist.php:973
|
366 |
msgid "Under excerpt"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: wpc-smart-wishlist.php:976
|
370 |
msgid "Under meta"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: wpc-smart-wishlist.php:977
|
374 |
msgid "Under sharing"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: wpc-smart-wishlist.php:995
|
378 |
msgid "Shortcode"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: wpc-smart-wishlist.php:998
|
382 |
msgid "You can add a button manually by using the shortcode %s, eg. %s for the product whose ID is 99."
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: wpc-smart-wishlist.php:1003
|
386 |
msgid "Categories"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: wpc-smart-wishlist.php:1018
|
390 |
msgid "All categories"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: wpc-smart-wishlist.php:1023
|
394 |
msgid "Only show the wishlist button for products in selected categories."
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: wpc-smart-wishlist.php:1028
|
398 |
msgid "Popup"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: wpc-smart-wishlist.php:1031
|
402 |
msgid "Settings for the wishlist popup."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: wpc-smart-wishlist.php:1035
|
406 |
msgid "Position"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: wpc-smart-wishlist.php:1039
|
410 |
msgid "Center"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: wpc-smart-wishlist.php:1042
|
414 |
msgid "Right"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: wpc-smart-wishlist.php:1045
|
418 |
msgid "Left"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: wpc-smart-wishlist.php:1051
|
422 |
msgid "Use perfect-scrollbar"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: wpc-smart-wishlist.php:1061
|
426 |
msgid "Read more about %s"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: wpc-smart-wishlist.php:1065
|
430 |
msgid "Color"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: wpc-smart-wishlist.php:1071
|
434 |
msgid "Choose the color, default %s"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: wpc-smart-wishlist.php:1075
|
438 |
msgid "Link to individual product"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: wpc-smart-wishlist.php:1079
|
442 |
msgid "Yes, open in the same tab"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: wpc-smart-wishlist.php:1082
|
446 |
msgid "Yes, open in the new tab"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: wpc-smart-wishlist.php:1085
|
450 |
msgid "Yes, open quick view popup"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: wpc-smart-wishlist.php:1097
|
454 |
msgid "Show note"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: wpc-smart-wishlist.php:1107
|
458 |
msgid "Show note on each product for all visitors. Only wishlist owner can add/edit these notes."
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: wpc-smart-wishlist.php:1115
|
462 |
+
#: wpc-smart-wishlist.php:1309
|
463 |
msgid "Empty wishlist button"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: wpc-smart-wishlist.php:1125
|
467 |
msgid "Show empty wishlist button on the popup?"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: wpc-smart-wishlist.php:1129
|
471 |
msgid "Continue shopping link"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: wpc-smart-wishlist.php:1134
|
475 |
msgid "By default, the wishlist popup will only be closed when customers click on the \"Continue Shopping\" button."
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: wpc-smart-wishlist.php:1139
|
479 |
msgid "Page"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: wpc-smart-wishlist.php:1142
|
483 |
msgid "Settings for wishlist page."
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: wpc-smart-wishlist.php:1146
|
487 |
msgid "Wishlist page"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: wpc-smart-wishlist.php:1151
|
491 |
msgid "Choose a page"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: wpc-smart-wishlist.php:1154
|
495 |
msgid "Add shortcode %s to display the wishlist on a page."
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: wpc-smart-wishlist.php:1158
|
499 |
msgid "Share buttons"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: wpc-smart-wishlist.php:1168
|
503 |
msgid "Enable share buttons on the wishlist page?"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: wpc-smart-wishlist.php:1172
|
507 |
msgid "Use font icon"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: wpc-smart-wishlist.php:1185
|
511 |
msgid "Social links"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: wpc-smart-wishlist.php:1211
|
515 |
msgid "Copy link"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: wpc-smart-wishlist.php:1221
|
519 |
msgid "Enable copy wishlist link to share?"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: wpc-smart-wishlist.php:1226
|
523 |
msgid "Menu"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: wpc-smart-wishlist.php:1229
|
527 |
msgid "Settings for the wishlist menu item."
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: wpc-smart-wishlist.php:1233
|
531 |
msgid "Menu(s)"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: wpc-smart-wishlist.php:1247
|
535 |
msgid "Choose the menu(s) you want to add the \"wishlist menu\" at the end."
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: wpc-smart-wishlist.php:1261
|
539 |
msgid "Action when clicking on the \"wishlist menu\"."
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: wpc-smart-wishlist.php:1278
|
|
|
|
|
|
|
|
|
|
|
543 |
msgid "Leave blank to use the default text and its equivalent translation in multiple languages."
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: wpc-smart-wishlist.php:1282
|
547 |
msgid "Button text"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: wpc-smart-wishlist.php:1291
|
551 |
msgid "Button text (added)"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: wpc-smart-wishlist.php:1300
|
555 |
msgid "Wishlist popup heading"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: wpc-smart-wishlist.php:1305
|
559 |
+
#: wpc-smart-wishlist.php:1359
|
560 |
+
#: wpc-smart-wishlist.php:1372
|
561 |
+
#: wpc-smart-wishlist.php:1598
|
562 |
+
#: wpc-smart-wishlist.php:1791
|
563 |
+
#: wpc-smart-wishlist.php:1817
|
564 |
+
#: wpc-smart-wishlist.php:1891
|
565 |
+
#: wpc-smart-wishlist.php:2092
|
566 |
+
#: wpc-smart-wishlist.php:2173
|
567 |
+
#: wpc-smart-wishlist.php:2180
|
568 |
+
#: wpc-smart-wishlist.php:2371
|
569 |
msgid "Wishlist"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: wpc-smart-wishlist.php:1314
|
573 |
+
#: wpc-smart-wishlist.php:1830
|
574 |
msgid "remove all"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: wpc-smart-wishlist.php:1327
|
578 |
msgid "Save note"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: wpc-smart-wishlist.php:1332
|
582 |
msgid "Save"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: wpc-smart-wishlist.php:1345
|
586 |
+
#: wpc-smart-wishlist.php:1350
|
587 |
+
#: wpc-smart-wishlist.php:1852
|
588 |
msgid "Continue shopping"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: wpc-smart-wishlist.php:1354
|
592 |
msgid "Menu item label"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: wpc-smart-wishlist.php:1367
|
596 |
msgid "Primary wishlist name"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: wpc-smart-wishlist.php:1376
|
600 |
+
#: wpc-smart-wishlist.php:1381
|
601 |
+
#: wpc-smart-wishlist.php:1868
|
602 |
msgid "Manage wishlists"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: wpc-smart-wishlist.php:1385
|
606 |
msgid "Set default"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: wpc-smart-wishlist.php:1390
|
610 |
+
#: wpc-smart-wishlist.php:1905
|
611 |
msgid "set default"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: wpc-smart-wishlist.php:1394
|
615 |
msgid "Default"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: wpc-smart-wishlist.php:1399
|
619 |
+
#: wpc-smart-wishlist.php:1903
|
620 |
msgid "default"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: wpc-smart-wishlist.php:1403
|
624 |
msgid "Delete"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: wpc-smart-wishlist.php:1408
|
628 |
+
#: wpc-smart-wishlist.php:1911
|
629 |
msgid "delete"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: wpc-smart-wishlist.php:1412
|
633 |
msgid "Wishlist name placeholder"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: wpc-smart-wishlist.php:1417
|
637 |
+
#: wpc-smart-wishlist.php:1922
|
638 |
msgid "New Wishlist"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: wpc-smart-wishlist.php:1421
|
642 |
msgid "Add new wishlist"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: wpc-smart-wishlist.php:1426
|
646 |
+
#: wpc-smart-wishlist.php:1924
|
647 |
msgid "Add New Wishlist"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: wpc-smart-wishlist.php:1430
|
651 |
msgid "Message"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: wpc-smart-wishlist.php:1434
|
655 |
msgid "Added to the wishlist"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: wpc-smart-wishlist.php:1443
|
659 |
msgid "Already in the wishlist"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: wpc-smart-wishlist.php:1452
|
663 |
msgid "Removed from wishlist"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: wpc-smart-wishlist.php:1461
|
667 |
msgid "Empty wishlist confirm"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: wpc-smart-wishlist.php:1466
|
671 |
+
#: wpc-smart-wishlist.php:1493
|
672 |
+
#: wpc-smart-wishlist.php:1595
|
673 |
+
#: wpc-smart-wishlist.php:1596
|
674 |
msgid "This action cannot be undone. Are you sure?"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: wpc-smart-wishlist.php:1470
|
678 |
msgid "Empty wishlist notice"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: wpc-smart-wishlist.php:1479
|
682 |
msgid "Empty wishlist"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: wpc-smart-wishlist.php:1488
|
686 |
msgid "Delete wishlist confirm"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: wpc-smart-wishlist.php:1497
|
690 |
msgid "Product does not exist"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: wpc-smart-wishlist.php:1506
|
694 |
msgid "Need to login"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: wpc-smart-wishlist.php:1515
|
698 |
msgid "Copied wishlist link"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: wpc-smart-wishlist.php:1520
|
702 |
+
#: wpc-smart-wishlist.php:1597
|
703 |
msgid "Copied the wishlist link:"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: wpc-smart-wishlist.php:1524
|
707 |
msgid "Have an error"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: wpc-smart-wishlist.php:1640
|
711 |
msgid "Community support"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: wpc-smart-wishlist.php:2226
|
715 |
+
#: wpc-smart-wishlist.php:2229
|
716 |
+
#: wpc-smart-wishlist.php:2293
|
717 |
+
#: wpc-smart-wishlist.php:2296
|
718 |
msgid "%s product"
|
719 |
msgid_plural "%s products"
|
720 |
msgstr[0] ""
|
721 |
msgstr[1] ""
|
722 |
|
723 |
+
#: wpc-smart-wishlist.php:2228
|
724 |
+
#: wpc-smart-wishlist.php:2295
|
725 |
msgid "Guest"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: wpc-smart-wishlist.php:2243
|
729 |
+
#: wpc-smart-wishlist.php:2272
|
730 |
msgid "Edit"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: wpc-smart-wishlist.php:2243
|
734 |
msgid "See in wishlist"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: wpc-smart-wishlist.php:2251
|
738 |
msgid "Empty Wishlist"
|
739 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wpclever.net
|
|
4 |
Tags: woocommerce, woo, wpc, smart, wishlist, wish list
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 6.0
|
7 |
-
Stable tag: 4.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -106,6 +106,9 @@ Example:
|
|
106 |
|
107 |
== Changelog ==
|
108 |
|
|
|
|
|
|
|
109 |
= 4.2.2 =
|
110 |
* Fixed: Can't change button position
|
111 |
|
4 |
Tags: woocommerce, woo, wpc, smart, wishlist, wish list
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 4.2.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
= 4.2.3 =
|
110 |
+
* Fixed: Notice on settings page
|
111 |
+
|
112 |
= 4.2.2 =
|
113 |
* Fixed: Can't change button position
|
114 |
|
wpc-smart-wishlist.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WPC Smart Wishlist for WooCommerce
|
4 |
Plugin URI: https://wpclever.net/
|
5 |
Description: WPC Smart Wishlist is a simple but powerful tool that can help your customer save products for buy later.
|
6 |
-
Version: 4.2.
|
7 |
Author: WPClever
|
8 |
Author URI: https://wpclever.net
|
9 |
Text Domain: woo-smart-wishlist
|
@@ -16,7 +16,7 @@ WC tested up to: 6.7
|
|
16 |
|
17 |
defined( 'ABSPATH' ) || exit;
|
18 |
|
19 |
-
! defined( 'WOOSW_VERSION' ) && define( 'WOOSW_VERSION', '4.2.
|
20 |
! defined( 'WOOSW_FILE' ) && define( 'WOOSW_FILE', __FILE__ );
|
21 |
! defined( 'WOOSW_URI' ) && define( 'WOOSW_URI', plugin_dir_url( __FILE__ ) );
|
22 |
! defined( 'WOOSW_DIR' ) && define( 'WOOSW_DIR', plugin_dir_path( __FILE__ ) );
|
@@ -58,6 +58,7 @@ if ( ! function_exists( 'woosw_init' ) ) {
|
|
58 |
add_action( 'init', array( $this, 'init' ) );
|
59 |
|
60 |
// menu
|
|
|
61 |
add_action( 'admin_menu', array( $this, 'admin_menu' ) );
|
62 |
|
63 |
// frontend scripts
|
@@ -693,6 +694,41 @@ if ( ! function_exists( 'woosw_init' ) ) {
|
|
693 |
return $return_html;
|
694 |
}
|
695 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
696 |
function admin_menu() {
|
697 |
add_submenu_page( 'wpclever', 'WPC Smart Wishlist', 'Smart Wishlist', 'manage_options', 'wpclever-woosw', array(
|
698 |
$this,
|
@@ -718,6 +754,11 @@ if ( ! function_exists( 'woosw_init' ) ) {
|
|
718 |
target="_blank"><?php esc_html_e( 'Discussion', 'woo-smart-wishlist' ); ?></a>
|
719 |
</p>
|
720 |
</div>
|
|
|
|
|
|
|
|
|
|
|
721 |
<div class="wpclever_settings_page_nav">
|
722 |
<h2 class="nav-tab-wrapper">
|
723 |
<a href="<?php echo admin_url( 'admin.php?page=wpclever-woosw&tab=settings' ); ?>"
|
@@ -745,7 +786,6 @@ if ( ! function_exists( 'woosw_init' ) ) {
|
|
745 |
}
|
746 |
?>
|
747 |
<form method="post" action="options.php">
|
748 |
-
<?php wp_nonce_field( 'update-options' ); ?>
|
749 |
<table class="form-table">
|
750 |
<tr class="heading">
|
751 |
<th colspan="2">
|
@@ -1223,18 +1263,14 @@ if ( ! function_exists( 'woosw_init' ) ) {
|
|
1223 |
</tr>
|
1224 |
<tr class="submit">
|
1225 |
<th colspan="2">
|
1226 |
-
|
1227 |
-
|
1228 |
-
<input type="hidden" name="action" value="update"/>
|
1229 |
-
<input type="hidden" name="page_options"
|
1230 |
-
value="woosw_disable_unauthenticated,woosw_auto_remove,woosw_enable_multiple,woosw_maximum_wishlists,woosw_link,woosw_show_note,woosw_page_id,woosw_page_share,woosw_page_icon,woosw_page_items,woosw_page_copy,woosw_button_type,woosw_button_text,woosw_button_action,woosw_message_position,woosw_button_text_added,woosw_button_action_added,woosw_button_class,woosw_button_position_archive,woosw_button_position_single,woosw_cats,woosw_popup_position,woosw_perfect_scrollbar,woosw_color,woosw_empty_button,woosw_continue_url,woosw_menus,woosw_menu_action"/>
|
1231 |
</th>
|
1232 |
</tr>
|
1233 |
</table>
|
1234 |
</form>
|
1235 |
<?php } elseif ( $active_tab === 'localization' ) { ?>
|
1236 |
<form method="post" action="options.php">
|
1237 |
-
<?php wp_nonce_field( 'update-options' ); ?>
|
1238 |
<table class="form-table">
|
1239 |
<tr class="heading">
|
1240 |
<th scope="row"><?php esc_html_e( 'Localization', 'woo-smart-wishlist' ); ?></th>
|
@@ -1495,10 +1531,8 @@ if ( ! function_exists( 'woosw_init' ) ) {
|
|
1495 |
</tr>
|
1496 |
<tr class="submit">
|
1497 |
<th colspan="2">
|
1498 |
-
|
1499 |
-
|
1500 |
-
<input type="hidden" name="action" value="update"/>
|
1501 |
-
<input type="hidden" name="page_options" value="woosw_localization"/>
|
1502 |
</th>
|
1503 |
</tr>
|
1504 |
</table>
|
3 |
Plugin Name: WPC Smart Wishlist for WooCommerce
|
4 |
Plugin URI: https://wpclever.net/
|
5 |
Description: WPC Smart Wishlist is a simple but powerful tool that can help your customer save products for buy later.
|
6 |
+
Version: 4.2.3
|
7 |
Author: WPClever
|
8 |
Author URI: https://wpclever.net
|
9 |
Text Domain: woo-smart-wishlist
|
16 |
|
17 |
defined( 'ABSPATH' ) || exit;
|
18 |
|
19 |
+
! defined( 'WOOSW_VERSION' ) && define( 'WOOSW_VERSION', '4.2.3' );
|
20 |
! defined( 'WOOSW_FILE' ) && define( 'WOOSW_FILE', __FILE__ );
|
21 |
! defined( 'WOOSW_URI' ) && define( 'WOOSW_URI', plugin_dir_url( __FILE__ ) );
|
22 |
! defined( 'WOOSW_DIR' ) && define( 'WOOSW_DIR', plugin_dir_path( __FILE__ ) );
|
58 |
add_action( 'init', array( $this, 'init' ) );
|
59 |
|
60 |
// menu
|
61 |
+
add_action( 'admin_init', array( $this, 'register_settings' ) );
|
62 |
add_action( 'admin_menu', array( $this, 'admin_menu' ) );
|
63 |
|
64 |
// frontend scripts
|
694 |
return $return_html;
|
695 |
}
|
696 |
|
697 |
+
function register_settings() {
|
698 |
+
// settings
|
699 |
+
register_setting( 'woosw_settings', 'woosw_disable_unauthenticated' );
|
700 |
+
register_setting( 'woosw_settings', 'woosw_auto_remove' );
|
701 |
+
register_setting( 'woosw_settings', 'woosw_enable_multiple' );
|
702 |
+
register_setting( 'woosw_settings', 'woosw_maximum_wishlists' );
|
703 |
+
register_setting( 'woosw_settings', 'woosw_link' );
|
704 |
+
register_setting( 'woosw_settings', 'woosw_show_note' );
|
705 |
+
register_setting( 'woosw_settings', 'woosw_page_id' );
|
706 |
+
register_setting( 'woosw_settings', 'woosw_page_share' );
|
707 |
+
register_setting( 'woosw_settings', 'woosw_page_icon' );
|
708 |
+
register_setting( 'woosw_settings', 'woosw_page_items' );
|
709 |
+
register_setting( 'woosw_settings', 'woosw_page_copy' );
|
710 |
+
register_setting( 'woosw_settings', 'woosw_button_type' );
|
711 |
+
register_setting( 'woosw_settings', 'woosw_button_text' );
|
712 |
+
register_setting( 'woosw_settings', 'woosw_button_action' );
|
713 |
+
register_setting( 'woosw_settings', 'woosw_message_position' );
|
714 |
+
register_setting( 'woosw_settings', 'woosw_button_text_added' );
|
715 |
+
register_setting( 'woosw_settings', 'woosw_button_action_added' );
|
716 |
+
register_setting( 'woosw_settings', 'woosw_button_class' );
|
717 |
+
register_setting( 'woosw_settings', 'woosw_button_position_archive' );
|
718 |
+
register_setting( 'woosw_settings', 'woosw_button_position_single' );
|
719 |
+
register_setting( 'woosw_settings', 'woosw_cats' );
|
720 |
+
register_setting( 'woosw_settings', 'woosw_popup_position' );
|
721 |
+
register_setting( 'woosw_settings', 'woosw_perfect_scrollbar' );
|
722 |
+
register_setting( 'woosw_settings', 'woosw_color' );
|
723 |
+
register_setting( 'woosw_settings', 'woosw_empty_button' );
|
724 |
+
register_setting( 'woosw_settings', 'woosw_continue_url' );
|
725 |
+
register_setting( 'woosw_settings', 'woosw_menus' );
|
726 |
+
register_setting( 'woosw_settings', 'woosw_menu_action' );
|
727 |
+
|
728 |
+
// localization
|
729 |
+
register_setting( 'woosw_localization', 'woosw_localization' );
|
730 |
+
}
|
731 |
+
|
732 |
function admin_menu() {
|
733 |
add_submenu_page( 'wpclever', 'WPC Smart Wishlist', 'Smart Wishlist', 'manage_options', 'wpclever-woosw', array(
|
734 |
$this,
|
754 |
target="_blank"><?php esc_html_e( 'Discussion', 'woo-smart-wishlist' ); ?></a>
|
755 |
</p>
|
756 |
</div>
|
757 |
+
<?php if ( isset( $_GET['settings-updated'] ) && $_GET['settings-updated'] ) { ?>
|
758 |
+
<div class="notice notice-success is-dismissible">
|
759 |
+
<p><?php esc_html_e( 'Settings updated.', 'woo-smart-wishlist' ); ?></p>
|
760 |
+
</div>
|
761 |
+
<?php } ?>
|
762 |
<div class="wpclever_settings_page_nav">
|
763 |
<h2 class="nav-tab-wrapper">
|
764 |
<a href="<?php echo admin_url( 'admin.php?page=wpclever-woosw&tab=settings' ); ?>"
|
786 |
}
|
787 |
?>
|
788 |
<form method="post" action="options.php">
|
|
|
789 |
<table class="form-table">
|
790 |
<tr class="heading">
|
791 |
<th colspan="2">
|
1263 |
</tr>
|
1264 |
<tr class="submit">
|
1265 |
<th colspan="2">
|
1266 |
+
<?php settings_fields( 'woosw_settings' ); ?>
|
1267 |
+
<?php submit_button(); ?>
|
|
|
|
|
|
|
1268 |
</th>
|
1269 |
</tr>
|
1270 |
</table>
|
1271 |
</form>
|
1272 |
<?php } elseif ( $active_tab === 'localization' ) { ?>
|
1273 |
<form method="post" action="options.php">
|
|
|
1274 |
<table class="form-table">
|
1275 |
<tr class="heading">
|
1276 |
<th scope="row"><?php esc_html_e( 'Localization', 'woo-smart-wishlist' ); ?></th>
|
1531 |
</tr>
|
1532 |
<tr class="submit">
|
1533 |
<th colspan="2">
|
1534 |
+
<?php settings_fields( 'woosw_localization' ); ?>
|
1535 |
+
<?php submit_button(); ?>
|
|
|
|
|
1536 |
</th>
|
1537 |
</tr>
|
1538 |
</table>
|