WPC Smart Wishlist for WooCommerce - Version 4.1.0

Version Description

  • Added: Position left/right for the popup
Download this release

Release Info

Developer wpclever
Plugin Icon 128x128 WPC Smart Wishlist for WooCommerce
Version 4.1.0
Comparing to
See all releases

Code changes from version 4.0.0 to 4.1.0

assets/css/frontend.css CHANGED
@@ -61,6 +61,10 @@
61
  margin: 0;
62
  }
63
 
 
 
 
 
64
  .woosw-popup .woosw-popup-content-mid:before {
65
  content: '';
66
  width: 100%;
@@ -115,10 +119,10 @@
115
  }
116
 
117
  .woosw-popup .woosw-popup-inner .woosw-popup-content {
118
- width: 90%;
119
- max-width: 480px;
120
  height: auto;
121
- max-height: 90%;
122
  position: absolute;
123
  top: 40%;
124
  left: 50%;
@@ -132,21 +136,16 @@
132
  -ms-transition: all 0.5s;
133
  -o-transition: all 0.5s;
134
  transition: all 0.5s;
135
- border-radius: 4px;
136
  overflow: hidden;
137
  }
138
 
139
- #woosw_manage .woosw-popup-inner .woosw-popup-content {
140
- top: 60%;
141
- }
142
-
143
  .woosw-popup.woosw-show {
144
  opacity: 1;
145
  visibility: visible;
146
  }
147
 
148
  .woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
149
- top: 50% !important;
150
  }
151
 
152
  .woosw-popup .woosw-popup-inner .woosw-popup-content > div {
@@ -291,11 +290,11 @@ body.rtl .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-conte
291
  }
292
 
293
  .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items tr:nth-child(2n) td {
294
- background-color: rgba(0, 0, 0, 0.03);
295
  }
296
 
297
  .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items tr:hover td {
298
- background-color: rgba(0, 0, 0, 0.05);
299
  }
300
 
301
  .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items .woosw-item .woosw-item--remove {
@@ -673,4 +672,60 @@ body.rtl .woosw-list .woosw-share .woosw-share-label, body.rtl .woosw-list .woos
673
 
674
  .notiny-container-fluid-bottom {
675
  bottom: 10px !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
676
  }
61
  margin: 0;
62
  }
63
 
64
+ .woosw-popup .woosw-popup-content {
65
+ background-color: #ffffff;
66
+ }
67
+
68
  .woosw-popup .woosw-popup-content-mid:before {
69
  content: '';
70
  width: 100%;
119
  }
120
 
121
  .woosw-popup .woosw-popup-inner .woosw-popup-content {
122
+ width: 100%;
123
+ max-width: 460px;
124
  height: auto;
125
+ max-height: 100%;
126
  position: absolute;
127
  top: 40%;
128
  left: 50%;
136
  -ms-transition: all 0.5s;
137
  -o-transition: all 0.5s;
138
  transition: all 0.5s;
 
139
  overflow: hidden;
140
  }
141
 
 
 
 
 
142
  .woosw-popup.woosw-show {
143
  opacity: 1;
144
  visibility: visible;
145
  }
146
 
147
  .woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
148
+ top: 50%;
149
  }
150
 
151
  .woosw-popup .woosw-popup-inner .woosw-popup-content > div {
290
  }
291
 
292
  .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items tr:nth-child(2n) td {
293
+ background-color: rgba(0, 0, 0, 0.01);
294
  }
295
 
296
  .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items tr:hover td {
297
+ background-color: rgba(0, 0, 0, 0.03);
298
  }
299
 
300
  .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items .woosw-item .woosw-item--remove {
672
 
673
  .notiny-container-fluid-bottom {
674
  bottom: 10px !important;
675
+ }
676
+
677
+ /* Position Right */
678
+
679
+ .woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content {
680
+ left: unset;
681
+ top: 0;
682
+ right: 0;
683
+ height: 100%;
684
+ transform: translate3d(100%, 0, 0);
685
+ -webkit-transform: translate3d(100%, 0, 0);
686
+ }
687
+
688
+ .woosw-popup.woosw-popup-right.woosw-show .woosw-popup-inner .woosw-popup-content {
689
+ transform: translate3d(0, 0, 0);
690
+ -webkit-transform: translate3d(0, 0, 0);
691
+ }
692
+
693
+ .woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top, .woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
694
+ background-color: rgba(0, 0, 0, .1);
695
+ color: #222222;
696
+ text-transform: uppercase;
697
+ }
698
+
699
+ .woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top a, .woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty, .woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage, .woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close, .woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot a, .woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-continue {
700
+ color: #222222;
701
+ }
702
+
703
+ /* Position Left */
704
+
705
+ .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content {
706
+ left: 0;
707
+ top: 0;
708
+ right: unset;
709
+ height: 100%;
710
+ transform: translate3d(-100%, 0, 0);
711
+ -webkit-transform: translate3d(-100%, 0, 0);
712
+ }
713
+
714
+ .woosw-popup.woosw-popup-left.woosw-show .woosw-popup-inner .woosw-popup-content {
715
+ transform: translate3d(0, 0, 0);
716
+ -webkit-transform: translate3d(0, 0, 0);
717
+ }
718
+
719
+ .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
720
+ background-color: rgba(0, 0, 0, .1);
721
+ }
722
+
723
+ .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top, .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
724
+ background-color: rgba(0, 0, 0, .1);
725
+ color: #222222;
726
+ text-transform: uppercase;
727
+ }
728
+
729
+ .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top a, .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty, .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage, .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close, .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot a, .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-continue {
730
+ color: #222222;
731
  }
assets/js/backend.js CHANGED
@@ -2,6 +2,8 @@
2
 
3
  (function($) {
4
  $(function() {
 
 
5
  if ($('.woosw_color_picker').length > 0) {
6
  $('.woosw_color_picker').wpColorPicker();
7
  }
@@ -67,4 +69,15 @@
67
 
68
  e.preventDefault();
69
  });
 
 
 
 
 
 
 
 
 
 
 
70
  })(jQuery);
2
 
3
  (function($) {
4
  $(function() {
5
+ woosw_button_action();
6
+
7
  if ($('.woosw_color_picker').length > 0) {
8
  $('.woosw_color_picker').wpColorPicker();
9
  }
69
 
70
  e.preventDefault();
71
  });
72
+
73
+ $(document).on('change', 'select[name="woosw_button_action"]', function() {
74
+ woosw_button_action();
75
+ });
76
+
77
+ function woosw_button_action() {
78
+ var action = $('select[name="woosw_button_action"]').val();
79
+
80
+ $('.woosw_button_action_hide').hide();
81
+ $('.woosw_button_action_' + action).show();
82
+ }
83
  })(jQuery);
assets/js/frontend.js CHANGED
@@ -315,8 +315,8 @@
315
 
316
  $('.woosw-btn').removeClass('woosw-added').html(woosw_vars.button_text);
317
 
318
- if ((response['products'] != null) && response['products'].length) {
319
- response['products'].forEach((product_id) => {
320
  $('.woosw-btn-' + product_id).
321
  addClass('woosw-added').
322
  html(woosw_vars.button_text_added);
315
 
316
  $('.woosw-btn').removeClass('woosw-added').html(woosw_vars.button_text);
317
 
318
+ if ((response.products != null) && response.products.length) {
319
+ response.products.forEach((product_id) => {
320
  $('.woosw-btn-' + product_id).
321
  addClass('woosw-added').
322
  html(woosw_vars.button_text_added);
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.0.0\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-06-08T10:50:38+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"
@@ -37,7 +37,7 @@ msgstr ""
37
  #: wpc-smart-wishlist.php:284
38
  #: wpc-smart-wishlist.php:337
39
  #: wpc-smart-wishlist.php:380
40
- #: wpc-smart-wishlist.php:1460
41
  msgid "Please log in to use the Wishlist!"
42
  msgstr ""
43
 
@@ -45,39 +45,39 @@ msgstr ""
45
  #: wpc-smart-wishlist.php:354
46
  #: wpc-smart-wishlist.php:398
47
  #: wpc-smart-wishlist.php:413
48
- #: wpc-smart-wishlist.php:1433
49
- #: wpc-smart-wishlist.php:1685
50
  msgid "There are no products on the Wishlist!"
51
  msgstr ""
52
 
53
  #: wpc-smart-wishlist.php:303
54
- #: wpc-smart-wishlist.php:1388
55
  msgid "{name} has been added to Wishlist."
56
  msgstr ""
57
 
58
  #: wpc-smart-wishlist.php:305
59
- #: wpc-smart-wishlist.php:1397
60
  msgid "{name} is already in the Wishlist."
61
  msgstr ""
62
 
63
  #: wpc-smart-wishlist.php:318
64
  #: wpc-smart-wishlist.php:362
65
- #: wpc-smart-wishlist.php:1478
66
  msgid "Have an error, please try again!"
67
  msgstr ""
68
 
69
  #: wpc-smart-wishlist.php:351
70
- #: wpc-smart-wishlist.php:1406
71
  msgid "Product has been removed from the Wishlist."
72
  msgstr ""
73
 
74
  #: wpc-smart-wishlist.php:357
75
- #: wpc-smart-wishlist.php:1451
76
  msgid "The product does not exist on the Wishlist!"
77
  msgstr ""
78
 
79
  #: wpc-smart-wishlist.php:397
80
- #: wpc-smart-wishlist.php:1424
81
  msgid "All products have been removed from the Wishlist!"
82
  msgstr ""
83
 
@@ -87,40 +87,40 @@ msgid "Please log in to use Wishlist!"
87
  msgstr ""
88
 
89
  #: wpc-smart-wishlist.php:477
90
- #: wpc-smart-wishlist.php:1267
91
- #: wpc-smart-wishlist.php:1272
92
  msgid "Add note"
93
  msgstr ""
94
 
95
  #: wpc-smart-wishlist.php:625
96
- #: wpc-smart-wishlist.php:1245
97
- #: wpc-smart-wishlist.php:1551
98
  msgid "Browse wishlist"
99
  msgstr ""
100
 
101
  #: wpc-smart-wishlist.php:627
102
- #: wpc-smart-wishlist.php:1236
103
- #: wpc-smart-wishlist.php:1550
104
  msgid "Add to wishlist"
105
  msgstr ""
106
 
107
  #: wpc-smart-wishlist.php:660
108
- #: wpc-smart-wishlist.php:1141
109
  msgid "Facebook"
110
  msgstr ""
111
 
112
  #: wpc-smart-wishlist.php:661
113
- #: wpc-smart-wishlist.php:1144
114
  msgid "Twitter"
115
  msgstr ""
116
 
117
  #: wpc-smart-wishlist.php:662
118
- #: wpc-smart-wishlist.php:1147
119
  msgid "Pinterest"
120
  msgstr ""
121
 
122
  #: wpc-smart-wishlist.php:663
123
- #: wpc-smart-wishlist.php:1150
124
  msgid "Mail"
125
  msgstr ""
126
 
@@ -153,17 +153,17 @@ msgid "Discussion"
153
  msgstr ""
154
 
155
  #: wpc-smart-wishlist.php:725
156
- #: wpc-smart-wishlist.php:1574
157
  msgid "Settings"
158
  msgstr ""
159
 
160
  #: wpc-smart-wishlist.php:729
161
- #: wpc-smart-wishlist.php:1225
162
  msgid "Localization"
163
  msgstr ""
164
 
165
  #: wpc-smart-wishlist.php:734
166
- #: wpc-smart-wishlist.php:1575
167
  msgid "Premium Version"
168
  msgstr ""
169
 
@@ -182,25 +182,25 @@ msgstr ""
182
  #: wpc-smart-wishlist.php:760
183
  #: wpc-smart-wishlist.php:773
184
  #: wpc-smart-wishlist.php:797
185
- #: wpc-smart-wishlist.php:999
186
- #: wpc-smart-wishlist.php:1045
187
- #: wpc-smart-wishlist.php:1064
188
- #: wpc-smart-wishlist.php:1107
189
- #: wpc-smart-wishlist.php:1121
190
- #: wpc-smart-wishlist.php:1160
191
  msgid "Yes"
192
  msgstr ""
193
 
194
  #: wpc-smart-wishlist.php:763
195
  #: wpc-smart-wishlist.php:776
196
  #: wpc-smart-wishlist.php:800
197
- #: wpc-smart-wishlist.php:1002
198
- #: wpc-smart-wishlist.php:1032
199
  #: wpc-smart-wishlist.php:1048
200
- #: wpc-smart-wishlist.php:1067
201
- #: wpc-smart-wishlist.php:1110
202
- #: wpc-smart-wishlist.php:1124
203
- #: wpc-smart-wishlist.php:1163
 
204
  msgid "No"
205
  msgstr ""
206
 
@@ -213,7 +213,7 @@ msgid "Auto remove product from the wishlist after adding to the cart."
213
  msgstr ""
214
 
215
  #: wpc-smart-wishlist.php:784
216
- #: wpc-smart-wishlist.php:1312
217
  msgid "Multiple Wishlist"
218
  msgstr ""
219
 
@@ -247,7 +247,7 @@ msgid "Link"
247
  msgstr ""
248
 
249
  #: wpc-smart-wishlist.php:835
250
- #: wpc-smart-wishlist.php:1196
251
  msgid "Action"
252
  msgstr ""
253
 
@@ -256,7 +256,9 @@ msgid "Show message"
256
  msgstr ""
257
 
258
  #: wpc-smart-wishlist.php:842
259
- msgid "Show product list"
 
 
260
  msgstr ""
261
 
262
  #: wpc-smart-wishlist.php:845
@@ -299,14 +301,11 @@ msgstr ""
299
  msgid "Action (added)"
300
  msgstr ""
301
 
302
- #: wpc-smart-wishlist.php:881
303
- msgid "Open wishlist popup"
304
- msgstr ""
305
-
306
  #: wpc-smart-wishlist.php:884
307
- #: wpc-smart-wishlist.php:1285
308
- #: wpc-smart-wishlist.php:1290
309
- #: wpc-smart-wishlist.php:1782
 
310
  msgid "Open wishlist page"
311
  msgstr ""
312
 
@@ -400,342 +399,350 @@ msgid "Settings for the wishlist popup."
400
  msgstr ""
401
 
402
  #: wpc-smart-wishlist.php:995
403
- msgid "Use perfect-scrollbar"
 
 
 
 
 
 
 
 
404
  msgstr ""
405
 
406
  #: wpc-smart-wishlist.php:1005
 
 
 
 
 
 
 
 
407
  msgid "Read more about %s"
408
  msgstr ""
409
 
410
- #: wpc-smart-wishlist.php:1009
411
  msgid "Color"
412
  msgstr ""
413
 
414
- #: wpc-smart-wishlist.php:1015
415
  msgid "Choose the color, default %s"
416
  msgstr ""
417
 
418
- #: wpc-smart-wishlist.php:1019
419
  msgid "Link to individual product"
420
  msgstr ""
421
 
422
- #: wpc-smart-wishlist.php:1023
423
  msgid "Yes, open in the same tab"
424
  msgstr ""
425
 
426
- #: wpc-smart-wishlist.php:1026
427
  msgid "Yes, open in the new tab"
428
  msgstr ""
429
 
430
- #: wpc-smart-wishlist.php:1029
431
  msgid "Yes, open quick view popup"
432
  msgstr ""
433
 
434
- #: wpc-smart-wishlist.php:1041
435
  msgid "Show note"
436
  msgstr ""
437
 
438
- #: wpc-smart-wishlist.php:1051
439
  msgid "Show note on each product for all visitors. Only wishlist owner can add/edit these notes."
440
  msgstr ""
441
 
442
- #: wpc-smart-wishlist.php:1060
443
- #: wpc-smart-wishlist.php:1258
444
  msgid "Empty wishlist button"
445
  msgstr ""
446
 
447
- #: wpc-smart-wishlist.php:1070
448
  msgid "Show empty wishlist button on the popup?"
449
  msgstr ""
450
 
451
- #: wpc-smart-wishlist.php:1074
452
  msgid "Continue shopping link"
453
  msgstr ""
454
 
455
- #: wpc-smart-wishlist.php:1079
456
  msgid "By default, the wishlist popup will only be closed when customers click on the \"Continue Shopping\" button."
457
  msgstr ""
458
 
459
- #: wpc-smart-wishlist.php:1084
460
  msgid "Page"
461
  msgstr ""
462
 
463
- #: wpc-smart-wishlist.php:1087
464
  msgid "Settings for wishlist page."
465
  msgstr ""
466
 
467
- #: wpc-smart-wishlist.php:1091
468
  msgid "Wishlist page"
469
  msgstr ""
470
 
471
- #: wpc-smart-wishlist.php:1096
472
  msgid "Choose a page"
473
  msgstr ""
474
 
475
- #: wpc-smart-wishlist.php:1099
476
  msgid "Add shortcode %s to display the wishlist on a page."
477
  msgstr ""
478
 
479
- #: wpc-smart-wishlist.php:1103
480
  msgid "Share buttons"
481
  msgstr ""
482
 
483
- #: wpc-smart-wishlist.php:1113
484
  msgid "Enable share buttons on the wishlist page?"
485
  msgstr ""
486
 
487
- #: wpc-smart-wishlist.php:1117
488
  msgid "Use font icon"
489
  msgstr ""
490
 
491
- #: wpc-smart-wishlist.php:1130
492
  msgid "Social links"
493
  msgstr ""
494
 
495
- #: wpc-smart-wishlist.php:1156
496
  msgid "Copy link"
497
  msgstr ""
498
 
499
- #: wpc-smart-wishlist.php:1166
500
  msgid "Enable copy wishlist link to share?"
501
  msgstr ""
502
 
503
- #: wpc-smart-wishlist.php:1171
504
  msgid "Menu"
505
  msgstr ""
506
 
507
- #: wpc-smart-wishlist.php:1174
508
  msgid "Settings for the wishlist menu item."
509
  msgstr ""
510
 
511
- #: wpc-smart-wishlist.php:1178
512
  msgid "Menu(s)"
513
  msgstr ""
514
 
515
- #: wpc-smart-wishlist.php:1192
516
  msgid "Choose the menu(s) you want to add the \"wishlist menu\" at the end."
517
  msgstr ""
518
 
519
- #: wpc-smart-wishlist.php:1200
520
- msgid "Open page"
521
- msgstr ""
522
-
523
- #: wpc-smart-wishlist.php:1203
524
- msgid "Open popup"
525
- msgstr ""
526
-
527
- #: wpc-smart-wishlist.php:1206
528
  msgid "Action when clicking on the \"wishlist menu\"."
529
  msgstr ""
530
 
531
- #: wpc-smart-wishlist.php:1212
532
- #: wpc-smart-wishlist.php:1484
533
  msgid "Update Options"
534
  msgstr ""
535
 
536
- #: wpc-smart-wishlist.php:1227
537
  msgid "Leave blank to use the default text and its equivalent translation in multiple languages."
538
  msgstr ""
539
 
540
- #: wpc-smart-wishlist.php:1231
541
  msgid "Button text"
542
  msgstr ""
543
 
544
- #: wpc-smart-wishlist.php:1240
545
  msgid "Button text (added)"
546
  msgstr ""
547
 
548
- #: wpc-smart-wishlist.php:1249
549
  msgid "Wishlist popup heading"
550
  msgstr ""
551
 
552
- #: wpc-smart-wishlist.php:1254
553
- #: wpc-smart-wishlist.php:1308
554
- #: wpc-smart-wishlist.php:1321
555
- #: wpc-smart-wishlist.php:1549
556
- #: wpc-smart-wishlist.php:1726
557
- #: wpc-smart-wishlist.php:1752
558
- #: wpc-smart-wishlist.php:1825
559
- #: wpc-smart-wishlist.php:2026
560
- #: wpc-smart-wishlist.php:2107
561
- #: wpc-smart-wishlist.php:2114
562
- #: wpc-smart-wishlist.php:2305
563
  msgid "Wishlist"
564
  msgstr ""
565
 
566
- #: wpc-smart-wishlist.php:1263
567
- #: wpc-smart-wishlist.php:1765
568
  msgid "remove all"
569
  msgstr ""
570
 
571
- #: wpc-smart-wishlist.php:1276
572
  msgid "Save note"
573
  msgstr ""
574
 
575
- #: wpc-smart-wishlist.php:1281
576
  msgid "Save"
577
  msgstr ""
578
 
579
- #: wpc-smart-wishlist.php:1294
580
- #: wpc-smart-wishlist.php:1299
581
- #: wpc-smart-wishlist.php:1786
582
  msgid "Continue shopping"
583
  msgstr ""
584
 
585
- #: wpc-smart-wishlist.php:1303
586
  msgid "Menu item label"
587
  msgstr ""
588
 
589
- #: wpc-smart-wishlist.php:1316
590
  msgid "Primary wishlist name"
591
  msgstr ""
592
 
593
- #: wpc-smart-wishlist.php:1325
594
- #: wpc-smart-wishlist.php:1330
595
- #: wpc-smart-wishlist.php:1802
596
  msgid "Manage wishlists"
597
  msgstr ""
598
 
599
- #: wpc-smart-wishlist.php:1334
600
  msgid "Set default"
601
  msgstr ""
602
 
603
- #: wpc-smart-wishlist.php:1339
604
- #: wpc-smart-wishlist.php:1839
605
  msgid "set default"
606
  msgstr ""
607
 
608
- #: wpc-smart-wishlist.php:1343
609
  msgid "Default"
610
  msgstr ""
611
 
612
- #: wpc-smart-wishlist.php:1348
613
- #: wpc-smart-wishlist.php:1837
614
  msgid "default"
615
  msgstr ""
616
 
617
- #: wpc-smart-wishlist.php:1352
618
  msgid "Delete"
619
  msgstr ""
620
 
621
- #: wpc-smart-wishlist.php:1357
622
- #: wpc-smart-wishlist.php:1845
623
  msgid "delete"
624
  msgstr ""
625
 
626
- #: wpc-smart-wishlist.php:1361
627
  msgid "Wishlist name placeholder"
628
  msgstr ""
629
 
630
- #: wpc-smart-wishlist.php:1366
631
- #: wpc-smart-wishlist.php:1856
632
  msgid "New Wishlist"
633
  msgstr ""
634
 
635
- #: wpc-smart-wishlist.php:1370
636
  msgid "Add new wishlist"
637
  msgstr ""
638
 
639
- #: wpc-smart-wishlist.php:1375
640
- #: wpc-smart-wishlist.php:1858
641
  msgid "Add New Wishlist"
642
  msgstr ""
643
 
644
- #: wpc-smart-wishlist.php:1379
645
  msgid "Message"
646
  msgstr ""
647
 
648
- #: wpc-smart-wishlist.php:1383
649
  msgid "Added to the wishlist"
650
  msgstr ""
651
 
652
- #: wpc-smart-wishlist.php:1392
653
  msgid "Already in the wishlist"
654
  msgstr ""
655
 
656
- #: wpc-smart-wishlist.php:1401
657
  msgid "Removed from wishlist"
658
  msgstr ""
659
 
660
- #: wpc-smart-wishlist.php:1410
661
  msgid "Empty wishlist confirm"
662
  msgstr ""
663
 
664
- #: wpc-smart-wishlist.php:1415
665
- #: wpc-smart-wishlist.php:1442
666
- #: wpc-smart-wishlist.php:1546
667
- #: wpc-smart-wishlist.php:1547
668
  msgid "This action cannot be undone. Are you sure?"
669
  msgstr ""
670
 
671
- #: wpc-smart-wishlist.php:1419
672
  msgid "Empty wishlist notice"
673
  msgstr ""
674
 
675
- #: wpc-smart-wishlist.php:1428
676
  msgid "Empty wishlist"
677
  msgstr ""
678
 
679
- #: wpc-smart-wishlist.php:1437
680
  msgid "Delete wishlist confirm"
681
  msgstr ""
682
 
683
- #: wpc-smart-wishlist.php:1446
684
  msgid "Product does not exist"
685
  msgstr ""
686
 
687
- #: wpc-smart-wishlist.php:1455
688
  msgid "Need to login"
689
  msgstr ""
690
 
691
- #: wpc-smart-wishlist.php:1464
692
  msgid "Copied wishlist link"
693
  msgstr ""
694
 
695
- #: wpc-smart-wishlist.php:1469
696
- #: wpc-smart-wishlist.php:1548
697
  msgid "Copied the wishlist link:"
698
  msgstr ""
699
 
700
- #: wpc-smart-wishlist.php:1473
701
  msgid "Have an error"
702
  msgstr ""
703
 
704
- #: wpc-smart-wishlist.php:1591
705
  msgid "Community support"
706
  msgstr ""
707
 
708
- #: wpc-smart-wishlist.php:1666
709
  msgid "In stock"
710
  msgstr ""
711
 
712
- #: wpc-smart-wishlist.php:1666
713
  msgid "Out of stock"
714
  msgstr ""
715
 
716
- #: wpc-smart-wishlist.php:2160
717
- #: wpc-smart-wishlist.php:2163
718
- #: wpc-smart-wishlist.php:2227
719
- #: wpc-smart-wishlist.php:2230
720
  msgid "%s product"
721
  msgid_plural "%s products"
722
  msgstr[0] ""
723
  msgstr[1] ""
724
 
725
- #: wpc-smart-wishlist.php:2162
726
- #: wpc-smart-wishlist.php:2229
727
  msgid "Guest"
728
  msgstr ""
729
 
730
- #: wpc-smart-wishlist.php:2177
731
- #: wpc-smart-wishlist.php:2206
732
  msgid "Edit"
733
  msgstr ""
734
 
735
- #: wpc-smart-wishlist.php:2177
736
  msgid "See in wishlist"
737
  msgstr ""
738
 
739
- #: wpc-smart-wishlist.php:2185
740
  msgid "Empty Wishlist"
741
  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.1.0\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-06-16T07:34:41+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"
37
  #: wpc-smart-wishlist.php:284
38
  #: wpc-smart-wishlist.php:337
39
  #: wpc-smart-wishlist.php:380
40
+ #: wpc-smart-wishlist.php:1476
41
  msgid "Please log in to use the Wishlist!"
42
  msgstr ""
43
 
45
  #: wpc-smart-wishlist.php:354
46
  #: wpc-smart-wishlist.php:398
47
  #: wpc-smart-wishlist.php:413
48
+ #: wpc-smart-wishlist.php:1449
49
+ #: wpc-smart-wishlist.php:1701
50
  msgid "There are no products on the Wishlist!"
51
  msgstr ""
52
 
53
  #: wpc-smart-wishlist.php:303
54
+ #: wpc-smart-wishlist.php:1404
55
  msgid "{name} has been added to Wishlist."
56
  msgstr ""
57
 
58
  #: wpc-smart-wishlist.php:305
59
+ #: wpc-smart-wishlist.php:1413
60
  msgid "{name} is already in the Wishlist."
61
  msgstr ""
62
 
63
  #: wpc-smart-wishlist.php:318
64
  #: wpc-smart-wishlist.php:362
65
+ #: wpc-smart-wishlist.php:1494
66
  msgid "Have an error, please try again!"
67
  msgstr ""
68
 
69
  #: wpc-smart-wishlist.php:351
70
+ #: wpc-smart-wishlist.php:1422
71
  msgid "Product has been removed from the Wishlist."
72
  msgstr ""
73
 
74
  #: wpc-smart-wishlist.php:357
75
+ #: wpc-smart-wishlist.php:1467
76
  msgid "The product does not exist on the Wishlist!"
77
  msgstr ""
78
 
79
  #: wpc-smart-wishlist.php:397
80
+ #: wpc-smart-wishlist.php:1440
81
  msgid "All products have been removed from the Wishlist!"
82
  msgstr ""
83
 
87
  msgstr ""
88
 
89
  #: wpc-smart-wishlist.php:477
90
+ #: wpc-smart-wishlist.php:1283
91
+ #: wpc-smart-wishlist.php:1288
92
  msgid "Add note"
93
  msgstr ""
94
 
95
  #: wpc-smart-wishlist.php:625
96
+ #: wpc-smart-wishlist.php:1261
97
+ #: wpc-smart-wishlist.php:1567
98
  msgid "Browse wishlist"
99
  msgstr ""
100
 
101
  #: wpc-smart-wishlist.php:627
102
+ #: wpc-smart-wishlist.php:1252
103
+ #: wpc-smart-wishlist.php:1566
104
  msgid "Add to wishlist"
105
  msgstr ""
106
 
107
  #: wpc-smart-wishlist.php:660
108
+ #: wpc-smart-wishlist.php:1157
109
  msgid "Facebook"
110
  msgstr ""
111
 
112
  #: wpc-smart-wishlist.php:661
113
+ #: wpc-smart-wishlist.php:1160
114
  msgid "Twitter"
115
  msgstr ""
116
 
117
  #: wpc-smart-wishlist.php:662
118
+ #: wpc-smart-wishlist.php:1163
119
  msgid "Pinterest"
120
  msgstr ""
121
 
122
  #: wpc-smart-wishlist.php:663
123
+ #: wpc-smart-wishlist.php:1166
124
  msgid "Mail"
125
  msgstr ""
126
 
153
  msgstr ""
154
 
155
  #: wpc-smart-wishlist.php:725
156
+ #: wpc-smart-wishlist.php:1590
157
  msgid "Settings"
158
  msgstr ""
159
 
160
  #: wpc-smart-wishlist.php:729
161
+ #: wpc-smart-wishlist.php:1241
162
  msgid "Localization"
163
  msgstr ""
164
 
165
  #: wpc-smart-wishlist.php:734
166
+ #: wpc-smart-wishlist.php:1591
167
  msgid "Premium Version"
168
  msgstr ""
169
 
182
  #: wpc-smart-wishlist.php:760
183
  #: wpc-smart-wishlist.php:773
184
  #: wpc-smart-wishlist.php:797
185
+ #: wpc-smart-wishlist.php:1015
186
+ #: wpc-smart-wishlist.php:1061
187
+ #: wpc-smart-wishlist.php:1080
188
+ #: wpc-smart-wishlist.php:1123
189
+ #: wpc-smart-wishlist.php:1137
190
+ #: wpc-smart-wishlist.php:1176
191
  msgid "Yes"
192
  msgstr ""
193
 
194
  #: wpc-smart-wishlist.php:763
195
  #: wpc-smart-wishlist.php:776
196
  #: wpc-smart-wishlist.php:800
197
+ #: wpc-smart-wishlist.php:1018
 
198
  #: wpc-smart-wishlist.php:1048
199
+ #: wpc-smart-wishlist.php:1064
200
+ #: wpc-smart-wishlist.php:1083
201
+ #: wpc-smart-wishlist.php:1126
202
+ #: wpc-smart-wishlist.php:1140
203
+ #: wpc-smart-wishlist.php:1179
204
  msgid "No"
205
  msgstr ""
206
 
213
  msgstr ""
214
 
215
  #: wpc-smart-wishlist.php:784
216
+ #: wpc-smart-wishlist.php:1328
217
  msgid "Multiple Wishlist"
218
  msgstr ""
219
 
247
  msgstr ""
248
 
249
  #: wpc-smart-wishlist.php:835
250
+ #: wpc-smart-wishlist.php:1212
251
  msgid "Action"
252
  msgstr ""
253
 
256
  msgstr ""
257
 
258
  #: wpc-smart-wishlist.php:842
259
+ #: wpc-smart-wishlist.php:881
260
+ #: wpc-smart-wishlist.php:1219
261
+ msgid "Open wishlist popup"
262
  msgstr ""
263
 
264
  #: wpc-smart-wishlist.php:845
301
  msgid "Action (added)"
302
  msgstr ""
303
 
 
 
 
 
304
  #: wpc-smart-wishlist.php:884
305
+ #: wpc-smart-wishlist.php:1216
306
+ #: wpc-smart-wishlist.php:1301
307
+ #: wpc-smart-wishlist.php:1306
308
+ #: wpc-smart-wishlist.php:1798
309
  msgid "Open wishlist page"
310
  msgstr ""
311
 
399
  msgstr ""
400
 
401
  #: wpc-smart-wishlist.php:995
402
+ msgid "Position"
403
+ msgstr ""
404
+
405
+ #: wpc-smart-wishlist.php:999
406
+ msgid "Center"
407
+ msgstr ""
408
+
409
+ #: wpc-smart-wishlist.php:1002
410
+ msgid "Right"
411
  msgstr ""
412
 
413
  #: wpc-smart-wishlist.php:1005
414
+ msgid "Left"
415
+ msgstr ""
416
+
417
+ #: wpc-smart-wishlist.php:1011
418
+ msgid "Use perfect-scrollbar"
419
+ msgstr ""
420
+
421
+ #: wpc-smart-wishlist.php:1021
422
  msgid "Read more about %s"
423
  msgstr ""
424
 
425
+ #: wpc-smart-wishlist.php:1025
426
  msgid "Color"
427
  msgstr ""
428
 
429
+ #: wpc-smart-wishlist.php:1031
430
  msgid "Choose the color, default %s"
431
  msgstr ""
432
 
433
+ #: wpc-smart-wishlist.php:1035
434
  msgid "Link to individual product"
435
  msgstr ""
436
 
437
+ #: wpc-smart-wishlist.php:1039
438
  msgid "Yes, open in the same tab"
439
  msgstr ""
440
 
441
+ #: wpc-smart-wishlist.php:1042
442
  msgid "Yes, open in the new tab"
443
  msgstr ""
444
 
445
+ #: wpc-smart-wishlist.php:1045
446
  msgid "Yes, open quick view popup"
447
  msgstr ""
448
 
449
+ #: wpc-smart-wishlist.php:1057
450
  msgid "Show note"
451
  msgstr ""
452
 
453
+ #: wpc-smart-wishlist.php:1067
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:1076
458
+ #: wpc-smart-wishlist.php:1274
459
  msgid "Empty wishlist button"
460
  msgstr ""
461
 
462
+ #: wpc-smart-wishlist.php:1086
463
  msgid "Show empty wishlist button on the popup?"
464
  msgstr ""
465
 
466
+ #: wpc-smart-wishlist.php:1090
467
  msgid "Continue shopping link"
468
  msgstr ""
469
 
470
+ #: wpc-smart-wishlist.php:1095
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:1100
475
  msgid "Page"
476
  msgstr ""
477
 
478
+ #: wpc-smart-wishlist.php:1103
479
  msgid "Settings for wishlist page."
480
  msgstr ""
481
 
482
+ #: wpc-smart-wishlist.php:1107
483
  msgid "Wishlist page"
484
  msgstr ""
485
 
486
+ #: wpc-smart-wishlist.php:1112
487
  msgid "Choose a page"
488
  msgstr ""
489
 
490
+ #: wpc-smart-wishlist.php:1115
491
  msgid "Add shortcode %s to display the wishlist on a page."
492
  msgstr ""
493
 
494
+ #: wpc-smart-wishlist.php:1119
495
  msgid "Share buttons"
496
  msgstr ""
497
 
498
+ #: wpc-smart-wishlist.php:1129
499
  msgid "Enable share buttons on the wishlist page?"
500
  msgstr ""
501
 
502
+ #: wpc-smart-wishlist.php:1133
503
  msgid "Use font icon"
504
  msgstr ""
505
 
506
+ #: wpc-smart-wishlist.php:1146
507
  msgid "Social links"
508
  msgstr ""
509
 
510
+ #: wpc-smart-wishlist.php:1172
511
  msgid "Copy link"
512
  msgstr ""
513
 
514
+ #: wpc-smart-wishlist.php:1182
515
  msgid "Enable copy wishlist link to share?"
516
  msgstr ""
517
 
518
+ #: wpc-smart-wishlist.php:1187
519
  msgid "Menu"
520
  msgstr ""
521
 
522
+ #: wpc-smart-wishlist.php:1190
523
  msgid "Settings for the wishlist menu item."
524
  msgstr ""
525
 
526
+ #: wpc-smart-wishlist.php:1194
527
  msgid "Menu(s)"
528
  msgstr ""
529
 
530
+ #: wpc-smart-wishlist.php:1208
531
  msgid "Choose the menu(s) you want to add the \"wishlist menu\" at the end."
532
  msgstr ""
533
 
534
+ #: wpc-smart-wishlist.php:1222
 
 
 
 
 
 
 
 
535
  msgid "Action when clicking on the \"wishlist menu\"."
536
  msgstr ""
537
 
538
+ #: wpc-smart-wishlist.php:1228
539
+ #: wpc-smart-wishlist.php:1500
540
  msgid "Update Options"
541
  msgstr ""
542
 
543
+ #: wpc-smart-wishlist.php:1243
544
  msgid "Leave blank to use the default text and its equivalent translation in multiple languages."
545
  msgstr ""
546
 
547
+ #: wpc-smart-wishlist.php:1247
548
  msgid "Button text"
549
  msgstr ""
550
 
551
+ #: wpc-smart-wishlist.php:1256
552
  msgid "Button text (added)"
553
  msgstr ""
554
 
555
+ #: wpc-smart-wishlist.php:1265
556
  msgid "Wishlist popup heading"
557
  msgstr ""
558
 
559
+ #: wpc-smart-wishlist.php:1270
560
+ #: wpc-smart-wishlist.php:1324
561
+ #: wpc-smart-wishlist.php:1337
562
+ #: wpc-smart-wishlist.php:1565
563
+ #: wpc-smart-wishlist.php:1742
564
+ #: wpc-smart-wishlist.php:1768
565
+ #: wpc-smart-wishlist.php:1841
566
+ #: wpc-smart-wishlist.php:2042
567
+ #: wpc-smart-wishlist.php:2123
568
+ #: wpc-smart-wishlist.php:2130
569
+ #: wpc-smart-wishlist.php:2321
570
  msgid "Wishlist"
571
  msgstr ""
572
 
573
+ #: wpc-smart-wishlist.php:1279
574
+ #: wpc-smart-wishlist.php:1781
575
  msgid "remove all"
576
  msgstr ""
577
 
578
+ #: wpc-smart-wishlist.php:1292
579
  msgid "Save note"
580
  msgstr ""
581
 
582
+ #: wpc-smart-wishlist.php:1297
583
  msgid "Save"
584
  msgstr ""
585
 
586
+ #: wpc-smart-wishlist.php:1310
587
+ #: wpc-smart-wishlist.php:1315
588
+ #: wpc-smart-wishlist.php:1802
589
  msgid "Continue shopping"
590
  msgstr ""
591
 
592
+ #: wpc-smart-wishlist.php:1319
593
  msgid "Menu item label"
594
  msgstr ""
595
 
596
+ #: wpc-smart-wishlist.php:1332
597
  msgid "Primary wishlist name"
598
  msgstr ""
599
 
600
+ #: wpc-smart-wishlist.php:1341
601
+ #: wpc-smart-wishlist.php:1346
602
+ #: wpc-smart-wishlist.php:1818
603
  msgid "Manage wishlists"
604
  msgstr ""
605
 
606
+ #: wpc-smart-wishlist.php:1350
607
  msgid "Set default"
608
  msgstr ""
609
 
610
+ #: wpc-smart-wishlist.php:1355
611
+ #: wpc-smart-wishlist.php:1855
612
  msgid "set default"
613
  msgstr ""
614
 
615
+ #: wpc-smart-wishlist.php:1359
616
  msgid "Default"
617
  msgstr ""
618
 
619
+ #: wpc-smart-wishlist.php:1364
620
+ #: wpc-smart-wishlist.php:1853
621
  msgid "default"
622
  msgstr ""
623
 
624
+ #: wpc-smart-wishlist.php:1368
625
  msgid "Delete"
626
  msgstr ""
627
 
628
+ #: wpc-smart-wishlist.php:1373
629
+ #: wpc-smart-wishlist.php:1861
630
  msgid "delete"
631
  msgstr ""
632
 
633
+ #: wpc-smart-wishlist.php:1377
634
  msgid "Wishlist name placeholder"
635
  msgstr ""
636
 
637
+ #: wpc-smart-wishlist.php:1382
638
+ #: wpc-smart-wishlist.php:1872
639
  msgid "New Wishlist"
640
  msgstr ""
641
 
642
+ #: wpc-smart-wishlist.php:1386
643
  msgid "Add new wishlist"
644
  msgstr ""
645
 
646
+ #: wpc-smart-wishlist.php:1391
647
+ #: wpc-smart-wishlist.php:1874
648
  msgid "Add New Wishlist"
649
  msgstr ""
650
 
651
+ #: wpc-smart-wishlist.php:1395
652
  msgid "Message"
653
  msgstr ""
654
 
655
+ #: wpc-smart-wishlist.php:1399
656
  msgid "Added to the wishlist"
657
  msgstr ""
658
 
659
+ #: wpc-smart-wishlist.php:1408
660
  msgid "Already in the wishlist"
661
  msgstr ""
662
 
663
+ #: wpc-smart-wishlist.php:1417
664
  msgid "Removed from wishlist"
665
  msgstr ""
666
 
667
+ #: wpc-smart-wishlist.php:1426
668
  msgid "Empty wishlist confirm"
669
  msgstr ""
670
 
671
+ #: wpc-smart-wishlist.php:1431
672
+ #: wpc-smart-wishlist.php:1458
673
+ #: wpc-smart-wishlist.php:1562
674
+ #: wpc-smart-wishlist.php:1563
675
  msgid "This action cannot be undone. Are you sure?"
676
  msgstr ""
677
 
678
+ #: wpc-smart-wishlist.php:1435
679
  msgid "Empty wishlist notice"
680
  msgstr ""
681
 
682
+ #: wpc-smart-wishlist.php:1444
683
  msgid "Empty wishlist"
684
  msgstr ""
685
 
686
+ #: wpc-smart-wishlist.php:1453
687
  msgid "Delete wishlist confirm"
688
  msgstr ""
689
 
690
+ #: wpc-smart-wishlist.php:1462
691
  msgid "Product does not exist"
692
  msgstr ""
693
 
694
+ #: wpc-smart-wishlist.php:1471
695
  msgid "Need to login"
696
  msgstr ""
697
 
698
+ #: wpc-smart-wishlist.php:1480
699
  msgid "Copied wishlist link"
700
  msgstr ""
701
 
702
+ #: wpc-smart-wishlist.php:1485
703
+ #: wpc-smart-wishlist.php:1564
704
  msgid "Copied the wishlist link:"
705
  msgstr ""
706
 
707
+ #: wpc-smart-wishlist.php:1489
708
  msgid "Have an error"
709
  msgstr ""
710
 
711
+ #: wpc-smart-wishlist.php:1607
712
  msgid "Community support"
713
  msgstr ""
714
 
715
+ #: wpc-smart-wishlist.php:1682
716
  msgid "In stock"
717
  msgstr ""
718
 
719
+ #: wpc-smart-wishlist.php:1682
720
  msgid "Out of stock"
721
  msgstr ""
722
 
723
+ #: wpc-smart-wishlist.php:2176
724
+ #: wpc-smart-wishlist.php:2179
725
+ #: wpc-smart-wishlist.php:2243
726
+ #: wpc-smart-wishlist.php:2246
727
  msgid "%s product"
728
  msgid_plural "%s products"
729
  msgstr[0] ""
730
  msgstr[1] ""
731
 
732
+ #: wpc-smart-wishlist.php:2178
733
+ #: wpc-smart-wishlist.php:2245
734
  msgid "Guest"
735
  msgstr ""
736
 
737
+ #: wpc-smart-wishlist.php:2193
738
+ #: wpc-smart-wishlist.php:2222
739
  msgid "Edit"
740
  msgstr ""
741
 
742
+ #: wpc-smart-wishlist.php:2193
743
  msgid "See in wishlist"
744
  msgstr ""
745
 
746
+ #: wpc-smart-wishlist.php:2201
747
  msgid "Empty Wishlist"
748
  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.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -106,8 +106,11 @@ Example:
106
 
107
  == Changelog ==
108
 
 
 
 
109
  = 4.0.0 =
110
- * Updated: New message interface
111
  * Updated: Optimized the code
112
 
113
  = 3.0.6 =
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.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
106
 
107
  == Changelog ==
108
 
109
+ = 4.1.0 =
110
+ * Added: Position left/right for the popup
111
+
112
  = 4.0.0 =
113
+ * Added: New message interface
114
  * Updated: Optimized the code
115
 
116
  = 3.0.6 =
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.0.0
7
  Author: WPClever
8
  Author URI: https://wpclever.net
9
  Text Domain: woo-smart-wishlist
@@ -16,7 +16,7 @@ WC tested up to: 6.6
16
 
17
  defined( 'ABSPATH' ) || exit;
18
 
19
- ! defined( 'WOOSW_VERSION' ) && define( 'WOOSW_VERSION', '4.0.0' );
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__ ) );
@@ -839,7 +839,7 @@ if ( ! function_exists( 'woosw_init' ) ) {
839
  <?php esc_html_e( 'Show message', 'woo-smart-wishlist' ); ?>
840
  </option>
841
  <option value="list" <?php echo esc_attr( get_option( 'woosw_button_action', 'list' ) === 'list' ? 'selected' : '' ); ?>>
842
- <?php esc_html_e( 'Show product list', 'woo-smart-wishlist' ); ?>
843
  </option>
844
  <option value="no" <?php echo esc_attr( get_option( 'woosw_button_action', 'list' ) === 'no' ? 'selected' : '' ); ?>>
845
  <?php esc_html_e( 'Add to wishlist solely', 'woo-smart-wishlist' ); ?>
@@ -848,7 +848,7 @@ if ( ! function_exists( 'woosw_init' ) ) {
848
  <span class="description"><?php esc_html_e( 'Action triggered by clicking on the wishlist button.', 'woo-smart-wishlist' ); ?></span>
849
  </td>
850
  </tr>
851
- <tr>
852
  <th scope="row"><?php esc_html_e( 'Message position', 'woo-smart-wishlist' ); ?></th>
853
  <td>
854
  <select name="woosw_message_position">
@@ -991,6 +991,22 @@ if ( ! function_exists( 'woosw_init' ) ) {
991
  <?php esc_html_e( 'Settings for the wishlist popup.', 'woo-smart-wishlist' ); ?>
992
  </td>
993
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
994
  <tr>
995
  <th scope="row"><?php esc_html_e( 'Use perfect-scrollbar', 'woo-smart-wishlist' ); ?></th>
996
  <td>
@@ -1197,10 +1213,10 @@ if ( ! function_exists( 'woosw_init' ) ) {
1197
  <td>
1198
  <select name="woosw_menu_action">
1199
  <option value="open_page" <?php echo esc_attr( get_option( 'woosw_menu_action', 'open_page' ) === 'open_page' ? 'selected' : '' ); ?>>
1200
- <?php esc_html_e( 'Open page', 'woo-smart-wishlist' ); ?>
1201
  </option>
1202
  <option value="open_popup" <?php echo esc_attr( get_option( 'woosw_menu_action', 'open_page' ) === 'open_popup' ? 'selected' : '' ); ?>>
1203
- <?php esc_html_e( 'Open popup', 'woo-smart-wishlist' ); ?>
1204
  </option>
1205
  </select>
1206
  <span class="description"><?php esc_html_e( 'Action when clicking on the "wishlist menu".', 'woo-smart-wishlist' ); ?></span>
@@ -1212,7 +1228,7 @@ if ( ! function_exists( 'woosw_init' ) ) {
1212
  value="<?php esc_html_e( 'Update Options', 'woo-smart-wishlist' ); ?>"/>
1213
  <input type="hidden" name="action" value="update"/>
1214
  <input type="hidden" name="page_options"
1215
- 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_perfect_scrollbar,woosw_color,woosw_empty_button,woosw_continue_url,woosw_menus,woosw_menu_action"/>
1216
  </th>
1217
  </tr>
1218
  </table>
@@ -1735,7 +1751,7 @@ if ( ! function_exists( 'woosw_init' ) ) {
1735
  return;
1736
  }
1737
 
1738
- echo '<div id="woosw_wishlist" class="woosw-popup"></div>';
1739
  }
1740
 
1741
  function wishlist_content( $key = false, $message = '' ) {
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.1.0
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.1.0' );
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__ ) );
839
  <?php esc_html_e( 'Show message', 'woo-smart-wishlist' ); ?>
840
  </option>
841
  <option value="list" <?php echo esc_attr( get_option( 'woosw_button_action', 'list' ) === 'list' ? 'selected' : '' ); ?>>
842
+ <?php esc_html_e( 'Open wishlist popup', 'woo-smart-wishlist' ); ?>
843
  </option>
844
  <option value="no" <?php echo esc_attr( get_option( 'woosw_button_action', 'list' ) === 'no' ? 'selected' : '' ); ?>>
845
  <?php esc_html_e( 'Add to wishlist solely', 'woo-smart-wishlist' ); ?>
848
  <span class="description"><?php esc_html_e( 'Action triggered by clicking on the wishlist button.', 'woo-smart-wishlist' ); ?></span>
849
  </td>
850
  </tr>
851
+ <tr class="woosw_button_action_hide woosw_button_action_message">
852
  <th scope="row"><?php esc_html_e( 'Message position', 'woo-smart-wishlist' ); ?></th>
853
  <td>
854
  <select name="woosw_message_position">
991
  <?php esc_html_e( 'Settings for the wishlist popup.', 'woo-smart-wishlist' ); ?>
992
  </td>
993
  </tr>
994
+ <tr>
995
+ <th scope="row"><?php esc_html_e( 'Position', 'woo-smart-wishlist' ); ?></th>
996
+ <td>
997
+ <select name="woosw_popup_position">
998
+ <option value="center" <?php echo esc_attr( get_option( 'woosw_popup_position', 'center' ) === 'center' ? 'selected' : '' ); ?>>
999
+ <?php esc_html_e( 'Center', 'woo-smart-wishlist' ); ?>
1000
+ </option>
1001
+ <option value="right" <?php echo esc_attr( get_option( 'woosw_popup_position', 'center' ) === 'right' ? 'selected' : '' ); ?>>
1002
+ <?php esc_html_e( 'Right', 'woo-smart-wishlist' ); ?>
1003
+ </option>
1004
+ <option value="left" <?php echo esc_attr( get_option( 'woosw_popup_position', 'center' ) === 'left' ? 'selected' : '' ); ?>>
1005
+ <?php esc_html_e( 'Left', 'woo-smart-wishlist' ); ?>
1006
+ </option>
1007
+ </select>
1008
+ </td>
1009
+ </tr>
1010
  <tr>
1011
  <th scope="row"><?php esc_html_e( 'Use perfect-scrollbar', 'woo-smart-wishlist' ); ?></th>
1012
  <td>
1213
  <td>
1214
  <select name="woosw_menu_action">
1215
  <option value="open_page" <?php echo esc_attr( get_option( 'woosw_menu_action', 'open_page' ) === 'open_page' ? 'selected' : '' ); ?>>
1216
+ <?php esc_html_e( 'Open wishlist page', 'woo-smart-wishlist' ); ?>
1217
  </option>
1218
  <option value="open_popup" <?php echo esc_attr( get_option( 'woosw_menu_action', 'open_page' ) === 'open_popup' ? 'selected' : '' ); ?>>
1219
+ <?php esc_html_e( 'Open wishlist popup', 'woo-smart-wishlist' ); ?>
1220
  </option>
1221
  </select>
1222
  <span class="description"><?php esc_html_e( 'Action when clicking on the "wishlist menu".', 'woo-smart-wishlist' ); ?></span>
1228
  value="<?php esc_html_e( 'Update Options', 'woo-smart-wishlist' ); ?>"/>
1229
  <input type="hidden" name="action" value="update"/>
1230
  <input type="hidden" name="page_options"
1231
+ 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"/>
1232
  </th>
1233
  </tr>
1234
  </table>
1751
  return;
1752
  }
1753
 
1754
+ echo '<div id="woosw_wishlist" class="woosw-popup ' . esc_attr( 'woosw-popup-' . get_option( 'woosw_popup_position', 'center' ) ) . '"></div>';
1755
  }
1756
 
1757
  function wishlist_content( $key = false, $message = '' ) {