WooLentor – Elementor WooCommerce Builder Addons, Variation Swatches Addons, Gutenberg WooCommerce Product block, grid, slider, templates, widgets, Quick View, Wishlist, Products Compare, Product Filter – All in One Solution - Version 2.3.2

Version Description

Download this release

Release Info

Developer devitemsllc
Plugin Icon 128x128 WooLentor – Elementor WooCommerce Builder Addons, Variation Swatches Addons, Gutenberg WooCommerce Product block, grid, slider, templates, widgets, Quick View, Wishlist, Products Compare, Product Filter – All in One Solution
Version 2.3.2
Comparing to
See all releases

Code changes from version 2.3.1 to 2.3.2

assets/css/product-grid.css CHANGED
@@ -167,6 +167,20 @@
167
  -webkit-animation: spin 2s linear infinite;
168
  animation: spin 2s linear infinite;
169
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  .ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a.woolentor-product-addtocart.loading{
171
  padding-left: 20px;
172
  }
@@ -469,6 +483,25 @@
469
  position: relative;
470
  border-radius: 50%;
471
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
472
  .ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a:hover {
473
  background-color: #dc9a0e;
474
  }
167
  -webkit-animation: spin 2s linear infinite;
168
  animation: spin 2s linear infinite;
169
  }
170
+ .ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.added{
171
+ display: none;
172
+ }
173
+ .ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.wc-forward{
174
+ padding: 0;
175
+ }
176
+ .ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.loading i[class*="fa-"]::before {
177
+ content: "\e01c";
178
+ font-family: WooCommerce;
179
+ }
180
+ .ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.loading i[class*="fa-"]{
181
+ -webkit-animation: spin 2s linear infinite;
182
+ animation: spin 2s linear infinite;
183
+ }
184
  .ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a.woolentor-product-addtocart.loading{
185
  padding-left: 20px;
186
  }
483
  position: relative;
484
  border-radius: 50%;
485
  }
486
+ :is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added{
487
+ display: none;
488
+ }
489
+ :is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added_to_cart {
490
+ text-indent: -9999px;
491
+ position: relative;
492
+ height: 100%;
493
+ text-align: center;
494
+ }
495
+ :is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added_to_cart::before {
496
+ content: "\f058";
497
+ text-indent: 0px;
498
+ position: absolute;
499
+ width: 100%;
500
+ height: 100%;
501
+ top: 8px;
502
+ left: 0;
503
+ font-family: "Font Awesome 5 Free";
504
+ }
505
  .ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a:hover {
506
  background-color: #dc9a0e;
507
  }
assets/css/testimonial.css CHANGED
@@ -178,9 +178,6 @@
178
 
179
  .wlb-testimonial-style-2 .ht-single-testimonial-wrap,.wlb-testimonial-style-4 .ht-single-testimonial-wrap{
180
  text-align: center;
181
- }
182
- .wlb-testimonial-style-4 .ht-single-testimonial-wrap{
183
-
184
  }
185
  .ht-single-testimonial-wrap .ht-client-info-wrap-2 {
186
  margin: 0 0 20px;
@@ -306,39 +303,54 @@
306
  }
307
 
308
  /* Testimonial Style Two */
309
- .wlb-testimonial-style-5 .woolentor-testimonial-thumb{
 
 
 
 
 
 
 
 
 
310
  overflow: hidden;
311
- width: 80px;
312
- height: 80px;
 
 
 
313
  border-radius: 50%;
314
  }
315
- .wlb-testimonial-style-5 .woolentor-testimonial-thumb img{
 
 
 
316
  width: 100%;
317
  }
318
- .wlb-testimonial-style-5 .woolentor-testimonial-content{
319
  width: calc(100% - 100px);
320
  }
321
- .wlb-testimonial-style-5 .woolentor-testimonial-rating{
322
  line-height: 1;
323
  display: flex;
324
  width: 90px;
325
  height: 14px;
326
  margin-bottom: 15px;
327
  }
328
- .wlb-testimonial-style-5 .woolentor-testimonial-rating-inner{
329
  line-height: 1;
330
  display: flex;
331
  overflow: hidden;
332
  width: 100%;
333
  }
334
- .wlb-testimonial-style-5 .woolentor-testimonial-rating-star{
335
  line-height: 1;
336
  flex: 1 0 auto;
337
  }
338
- .wlb-testimonial-style-5 .woolentor-testimonial-rating-star:not(:last-child){
339
  margin-right: 5px;
340
  }
341
- .wlb-testimonial-style-5 .woolentor-testimonial-text{
342
  font-size: 18px;
343
  font-weight: 500;
344
  font-style: italic;
@@ -346,7 +358,7 @@
346
  margin-bottom: 12px;
347
  color: #595959;
348
  }
349
- .wlb-testimonial-style-5 .woolentor-testimonial-name{
350
  font-size: 14px;
351
  font-weight: 500;
352
  margin-bottom: 0;
178
 
179
  .wlb-testimonial-style-2 .ht-single-testimonial-wrap,.wlb-testimonial-style-4 .ht-single-testimonial-wrap{
180
  text-align: center;
 
 
 
181
  }
182
  .ht-single-testimonial-wrap .ht-client-info-wrap-2 {
183
  margin: 0 0 20px;
303
  }
304
 
305
  /* Testimonial Style Two */
306
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .woolentor-testimonial-2 {
307
+ display: flex;
308
+ gap: 20px;
309
+ flex-flow: inherit;
310
+ }
311
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .woolentor-testimonial-thumb {
312
+ overflow: hidden;
313
+ flex: 0 0 100px;
314
+ }
315
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .wl-has-thumb .woolentor-testimonial-thumb {
316
  overflow: hidden;
317
+ flex: 0 0 100px;
318
+ }
319
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .woolentor-testimonial-thumb img {
320
+ width: 100%;
321
+ height: auto;
322
  border-radius: 50%;
323
  }
324
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .woolentor-testimonial-content{
325
+ width: 100%;
326
+ }
327
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .wl-has-thumb .woolentor-testimonial-content{
328
  width: 100%;
329
  }
330
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .wl-has-thumb .woolentor-testimonial-content{
331
  width: calc(100% - 100px);
332
  }
333
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .woolentor-testimonial-rating{
334
  line-height: 1;
335
  display: flex;
336
  width: 90px;
337
  height: 14px;
338
  margin-bottom: 15px;
339
  }
340
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .woolentor-testimonial-rating-inner{
341
  line-height: 1;
342
  display: flex;
343
  overflow: hidden;
344
  width: 100%;
345
  }
346
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .woolentor-testimonial-rating-star{
347
  line-height: 1;
348
  flex: 1 0 auto;
349
  }
350
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .woolentor-testimonial-rating-star:not(:last-child){
351
  margin-right: 5px;
352
  }
353
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .woolentor-testimonial-text{
354
  font-size: 18px;
355
  font-weight: 500;
356
  font-style: italic;
358
  margin-bottom: 12px;
359
  color: #595959;
360
  }
361
+ :is(.wlb-testimonial-style-5,.wlb-testimonial-style-6) .woolentor-testimonial-name{
362
  font-size: 14px;
363
  font-weight: 500;
364
  margin-bottom: 0;
assets/css/woolentor-widgets-rtl.css CHANGED
@@ -25,4 +25,271 @@
25
 
26
  [dir="rtl"] .product-slider .slick-arrow.slick-prev{
27
  left: -30px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  }
25
 
26
  [dir="rtl"] .product-slider .slick-arrow.slick-prev{
27
  left: -30px;
28
+ }
29
+
30
+ /* Module: Shopify Like Checkout CSS */
31
+ [dir="rtl"] .woolentor-checkout__left-sidebar {
32
+ padding: 0 40px 0 60px;
33
+ }
34
+
35
+ [dir="rtl"] .woolentor-checkout__right-sidebar:after {
36
+ left: auto;
37
+ right: -100%;
38
+ right: 0;
39
+ background-position: right top;
40
+ box-shadow: -1px 0 0 #e1e1e1 inset;
41
+ }
42
+
43
+ [dir="rtl"] .woolentor-checkout__breadcrumb {
44
+ margin-right: 0;
45
+ margin-left: 0;
46
+ }
47
+
48
+ [dir="rtl"] .woolentor-checkout__breadcrumb-item {
49
+ margin-left: 25px;
50
+ margin-right: 0;
51
+ }
52
+
53
+ [dir="rtl"] .woolentor-checkout__breadcrumb-item:last-child {
54
+ margin-left: 0;
55
+ margin-right: 0;
56
+ }
57
+
58
+ [dir="rtl"] .woolentor-checkout__breadcrumb-item:before {
59
+ border-left: 2px solid #222;
60
+ border-right: 0;
61
+ -webkit-transform: rotate(45deg) translateY(-50%);
62
+ transform: rotate(45deg) translateY(-50%);
63
+ left: -13px;
64
+ right: auto;
65
+ }
66
+
67
+ [dir="rtl"] .woolentor-checkout__box #ship-to-different-address {
68
+ margin-left: 0;
69
+ }
70
+
71
+ [dir="rtl"] .woolentor-checkout__box .form-row label,
72
+ [dir="rtl"] .woolentor-checkout__box .checkout_coupon label {
73
+ left: auto;
74
+ right: 22px;
75
+ }
76
+
77
+ [dir="rtl"] .woolentor-checkout__box .checkout_coupon label {
78
+ left: auto;
79
+ right: 15px;
80
+ }
81
+
82
+ [dir="rtl"] .woolentor-checkout__field-select {
83
+ padding: 24px 15px 5px 25px;
84
+ background: #fff url(../images/icons/selector-icon.webp) no-repeat center left 14px;
85
+ }
86
+
87
+ [dir="rtl"] .woolentor-checkout__select-label {
88
+ left: auto;
89
+ right: 15px;
90
+ }
91
+
92
+ [dir="rtl"] .woolentor-checkout__field-select-wrapper .woocommerce-input-wrapper::after {
93
+ left: 11px;
94
+ right: auto;
95
+ padding: 15px 8px 0px 0px;
96
+ }
97
+
98
+ [dir="rtl"] .woolentor-checkout__radio label,
99
+ [dir="rtl"] .woolentor-checkout__shipping-method label,
100
+ [dir="rtl"] .woolentor-checkout__box ul.payment_methods label {
101
+ padding-right: 13px;
102
+ margin-right: 0;
103
+ }
104
+
105
+ [dir="rtl"] .woolentor-checkout__step-footer .woolentor-checkout__text-link {
106
+ margin-right: 30px;
107
+ margin-left: 0;
108
+ }
109
+
110
+ [dir="rtl"] .woolentor-checkout__policy-list {
111
+ margin-right: 0;
112
+ margin-left: 0;
113
+ }
114
+
115
+ [dir="rtl"] .woolentor-checkout__policy-list li {
116
+ margin-left: 10px;
117
+ margin-right: 0;
118
+ }
119
+
120
+ [dir="rtl"] .woolentor-checkout__policy-list li:last-child {
121
+ margin-left: 0;
122
+ margin-right: 0;
123
+ }
124
+
125
+ [dir="rtl"] .woolentor-checkout__box .input-text[type="date"]::-webkit-inner-spin-button,
126
+ [dir="rtl"] .woolentor-checkout__box .input-text[type="date"]::-webkit-calendar-picker-indicator {
127
+ left: 0;
128
+ right: auto
129
+ }
130
+
131
+ [dir="rtl"] .woocommerce-form__input-checkbox,
132
+ [dir="rtl"] .woolentor-checkout__input-radio,
133
+ [dir="rtl"] .woolentor-checkout__box ul li .shipping_method,
134
+ [dir="rtl"] .woolentor-checkout__box #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child,
135
+ [dir="rtl"] .woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"] {
136
+ margin-right: 0;
137
+ margin-left: 0;
138
+ }
139
+
140
+ [dir="rtl"] .woocommerce-form__input-checkbox:after,
141
+ [dir="rtl"] .woolentor-checkout__box .woolentor-footer--3 .wc-terms-and-conditions input[type="checkbox"]:after {
142
+ right: 50%;
143
+ left: auto;
144
+ margin-right: -5px;
145
+ margin-left: 0;
146
+ }
147
+
148
+ [dir="rtl"] .woolentor-checkout__product-quantity {
149
+ left: -0.75em;
150
+ right: auto
151
+ }
152
+
153
+ [dir="rtl"] .woolentor-checkout__product-description {
154
+ margin-right: 20px;
155
+ margin-left: 0;
156
+ }
157
+
158
+ [dir="rtl"] .woolentor-checkout__product-price {
159
+ margin-right: 20px;
160
+ margin-left: 0;
161
+ }
162
+
163
+ [dir="rtl"] .woolentor-checkout__apply-button-box {
164
+ margin-right: 10px;
165
+ margin-left: 0;
166
+ }
167
+
168
+ [dir="rtl"] .woocommerce-checkout-review-order-table th {
169
+ text-align: right;
170
+ }
171
+
172
+ [dir="rtl"] .woocommerce-checkout-review-order-table td {
173
+ text-align: left;
174
+ }
175
+
176
+ [dir="rtl"] .woocommerce-checkout-review-order-table .cart-subtotal th {
177
+ text-align: right;
178
+ }
179
+
180
+ [dir="rtl"] .woocommerce-checkout-review-order-table .cart-subtotal tr {
181
+ text-align: left;
182
+ }
183
+
184
+ [dir="rtl"] .woolentor-checkout__left-sidebar .wc_payment_methods li.woocommerce-notice.woocommerce-notice--info {
185
+ border-right: 3px solid #e2401c;
186
+ border-left: 0;
187
+ padding-right: 15px;
188
+ }
189
+
190
+ [dir="rtl"] .woolentor-checkout__left-sidebar .wc_payment_methods li.woocommerce-notice.woocommerce-notice--info::after {
191
+ left: -15px;
192
+ right: auto;
193
+ }
194
+
195
+ [dir="rtl"] .woolentor-checkout__box .form-row.form-row-wide:not(.woolentor-one-third) {
196
+ float: right;
197
+ }
198
+
199
+ [dir="rtl"] .woolentor-checkout__box #payment .payment_methods>.wc_payment_method>label {
200
+ padding-right: 10px;
201
+ margin-left: 0;
202
+ }
203
+
204
+ [dir="rtl"] .woolentor-checkout__box #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
205
+ margin-right: 15px;
206
+ ;
207
+ margin-left: 0;
208
+ }
209
+
210
+ [dir="rtl"] .woolentor-checkout__box ul#shipping_method input {
211
+ margin-right: 0;
212
+ margin-left: 0;
213
+ }
214
+
215
+ [dir="rtl"] .woolentor-checkout__box ul#shipping_method input[type=radio]+label {
216
+ margin-right: 0;
217
+ margin-left: 0;
218
+ }
219
+
220
+ [dir="rtl"] .select2-container .select2-selection--single .select2-selection__rendered {
221
+ padding-right: 15px;
222
+ }
223
+
224
+ [dir="rtl"] .woolentor-checkout__box .woolentor-one-third {
225
+ float: right;
226
+ }
227
+
228
+ [dir="rtl"] .woocommerce-checkout .woolentor-checkout__box .form-row-first,
229
+ [dir="rtl"] .woocommerce-checkout .woolentor-checkout__box .form-row-last {
230
+ margin-left: 0;
231
+ margin-right: 0;
232
+ float: right;
233
+ }
234
+
235
+ [dir="rtl"] .woolentor-checkout__box #ship-to-different-address .woocommerce-form__input-checkbox {
236
+ left: 0;
237
+ right: auto;
238
+ -webkit-transform: translateY(-50%);
239
+ transform: translateY(-50%);
240
+ margin-left: 0;
241
+ margin-right: 0;
242
+ }
243
+
244
+ [dir="rtl"] .woolentor-checkout__box .woocommerce-message {
245
+ border-right: 3px solid #24AE4D;
246
+ border-left: 0;
247
+ }
248
+
249
+ [dir="rtl"] .woolentor-checkout__box ul.woocommerce-error {
250
+ border-right: 3px solid #e2401c;
251
+ border-left: 0;
252
+ }
253
+
254
+ [dir="rtl"] .woolentor-checkout__box ul.woocommerce-error li {
255
+ padding: 5px 10px 5px 0px;
256
+ }
257
+
258
+ [dir="rtl"] .woocommerce-terms-and-conditions-wrapper .form-row,
259
+ [dir="rtl"] .wc-gzd-checkbox-placeholder-legal .form-row.checkbox-legal {
260
+ padding-right: 0;
261
+ }
262
+
263
+ [dir="rtl"] .woocommerce-terms-and-conditions-wrapper .form-row,
264
+ [dir="rtl"] .wc-gzd-checkbox-placeholder-legal .form-row.checkbox-legal {
265
+ padding-right: 0;
266
+ }
267
+
268
+ [dir="rtl"] .wc-gzd-checkbox-placeholder-legal .form-row.checkbox-legal input {
269
+ margin-left: 5px;
270
+ margin-right: 0;
271
+ }
272
+
273
+ [dir="rtl"] .woolentor-checkout__box p.wc-terms-and-conditions {
274
+ padding-right: 0;
275
+ padding-left: 0;
276
+ }
277
+
278
+ [dir="rtl"] .woolentor-checkout__box p.wc-terms-and-conditions input {
279
+ margin-left: 5px;
280
+ margin-right: 0;
281
+ }
282
+
283
+ [dir="rtl"] .woolentor-checkout__body form.checkout #stripe-payment-data .form-row label {
284
+ margin-right: 0;
285
+ margin-left: 0;
286
+ }
287
+
288
+ [dir="rtl"] .woolentor-field-area {
289
+ float: right;
290
+ }
291
+
292
+ [dir="rtl"] .woolentor-field-area .woocommerce-input-wrapper,
293
+ [dir="rtl"] .woolentor-field-area .woocommerce-input-wrapper select {
294
+ float: right;
295
  }
assets/css/woolentor-widgets.css CHANGED
@@ -2373,6 +2373,9 @@ span.woolentor-order-item-title .product-thumbnail{
2373
  background-color: transparent;
2374
  width: 100%;
2375
  }
 
 
 
2376
 
2377
  /* Sale Notification */
2378
  .notifake{
2373
  background-color: transparent;
2374
  width: 100%;
2375
  }
2376
+ .elementor-widget-wl-product-add-to-cart .stock:not(.available-on-backorder),.elementor-widget-wl-product-add-to-cart .ast-stock-detail{
2377
+ display: none;
2378
+ }
2379
 
2380
  /* Sale Notification */
2381
  .notifake{
assets/js/single_product_ajax_add_to_cart.js CHANGED
@@ -49,7 +49,7 @@
49
 
50
  var alldata = data.all_data + '&product_id='+ data.product_id + '&product_sku='+ data.product_sku + '&quantity='+ data.quantity + '&variation_id='+ data.variation_id + '&variations='+ JSON.stringify( data.variations ) +'&action=woolentor_single_insert_to_cart';
51
 
52
- $( document.body ).trigger('adding_to_cart', [$this, data]);
53
 
54
  $.ajax({
55
  type: 'post',
49
 
50
  var alldata = data.all_data + '&product_id='+ data.product_id + '&product_sku='+ data.product_sku + '&quantity='+ data.quantity + '&variation_id='+ data.variation_id + '&variations='+ JSON.stringify( data.variations ) +'&action=woolentor_single_insert_to_cart';
51
 
52
+ $( document.body ).trigger('adding_to_cart', [$this, alldata]);
53
 
54
  $.ajax({
55
  type: 'post',
classes/class.assest_management.php CHANGED
@@ -322,7 +322,7 @@ class Assets_Management{
322
  'yes' => esc_html__( 'Yes', 'woolentor' ),
323
  'cancel' => esc_html__( 'Cancel', 'woolentor' ),
324
  'sure' => esc_html__( 'Are you sure?', 'woolentor' ),
325
- 'reseting'=> esc_html__( 'Reseting...', 'woolentor' ),
326
  'reseted' => esc_html__( 'Reset All Settings', 'woolentor' ),
327
  ],
328
  'option_data' => [],
322
  'yes' => esc_html__( 'Yes', 'woolentor' ),
323
  'cancel' => esc_html__( 'Cancel', 'woolentor' ),
324
  'sure' => esc_html__( 'Are you sure?', 'woolentor' ),
325
+ 'reseting'=> esc_html__( 'Resetting...', 'woolentor' ),
326
  'reseted' => esc_html__( 'Reset All Settings', 'woolentor' ),
327
  ],
328
  'option_data' => [],
classes/class.widgets_control.php CHANGED
@@ -84,8 +84,12 @@ class Widgets_Control{
84
 
85
  foreach ( $this->widget_list_manager( $tmpType ) as $element_key => $element ){
86
 
87
- $widget_path = ( $element['is_pro'] == true ) ? WOOLENTOR_ADDONS_PL_PATH_PRO : WOOLENTOR_ADDONS_PL_PATH;
88
- $widget_file = $widget_path.'includes/addons/'.$element_key.'.php';
 
 
 
 
89
 
90
  if ( ( woolentor_get_option( $element_key, 'woolentor_elements_tabs', 'on' ) === 'on' ) && file_exists( $widget_file ) ){
91
  require_once( $widget_file );
@@ -201,6 +205,10 @@ class Widgets_Control{
201
 
202
  }
203
 
 
 
 
 
204
  return $template_type;
205
 
206
  }
84
 
85
  foreach ( $this->widget_list_manager( $tmpType ) as $element_key => $element ){
86
 
87
+ if ( isset( $element['location'] ) ) {
88
+ $widget_file = trailingslashit( $element['location'] ) . $element_key . '.php';
89
+ } else {
90
+ $widget_path = ( $element['is_pro'] == true ) ? WOOLENTOR_ADDONS_PL_PATH_PRO : WOOLENTOR_ADDONS_PL_PATH;
91
+ $widget_file = $widget_path.'includes/addons/'.$element_key.'.php';
92
+ }
93
 
94
  if ( ( woolentor_get_option( $element_key, 'woolentor_elements_tabs', 'on' ) === 'on' ) && file_exists( $widget_file ) ){
95
  require_once( $widget_file );
205
 
206
  }
207
 
208
+ if ( 0 === strpos($type, 'email') ) {
209
+ $template_type = 'emails';
210
+ }
211
+
212
  return $template_type;
213
 
214
  }
includes/addons/wb_wishsuite_table.php CHANGED
@@ -129,6 +129,215 @@ class Woolentor_Wb_Wishsuite_Table_Widget extends Widget_Base {
129
  ]
130
  );
131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  $this->end_controls_section();
133
 
134
  // Table Add to cart button Style
@@ -140,6 +349,27 @@ class Woolentor_Wb_Wishsuite_Table_Widget extends Widget_Base {
140
  ]
141
  );
142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  $this->start_controls_tabs('table_add_to_cart_button_style_tabs');
144
 
145
  // Normal
129
  ]
130
  );
131
 
132
+ $this->add_control(
133
+ 'table_body_title',
134
+ [
135
+ 'label' => __( 'Title', 'woolentor' ),
136
+ 'type' => Controls_Manager::HEADING,
137
+ 'separator' => 'after',
138
+ ]
139
+ );
140
+
141
+ $this->add_group_control(
142
+ \Elementor\Group_Control_Typography::get_type(),
143
+ [
144
+ 'name' => 'table_body_title_typography',
145
+ 'label' => __( 'Typography', 'woolentor' ),
146
+ 'selector' => '{{WRAPPER}} .wishsuite-table-content table tbody > tr td.wishsuite-product-title',
147
+ ]
148
+ );
149
+
150
+ $this->add_control(
151
+ 'table_body_title_color',
152
+ [
153
+ 'label' => __( 'Color', 'woolentor' ),
154
+ 'type' => Controls_Manager::COLOR,
155
+ 'selectors' => [
156
+ '{{WRAPPER}} .wishsuite-table-content table tbody > tr td.wishsuite-product-title a' => 'color: {{VALUE}}',
157
+ ],
158
+ ]
159
+ );
160
+
161
+ $this->add_control(
162
+ 'table_body_title_hover_color',
163
+ [
164
+ 'label' => __( 'Hover Color', 'woolentor' ),
165
+ 'type' => Controls_Manager::COLOR,
166
+ 'selectors' => [
167
+ '{{WRAPPER}} .wishsuite-table-content table tbody > tr td.wishsuite-product-title a:hover' => 'color: {{VALUE}}',
168
+ ],
169
+ ]
170
+ );
171
+
172
+ $this->add_control(
173
+ 'table_body_price',
174
+ [
175
+ 'label' => __( 'Price', 'woolentor' ),
176
+ 'type' => Controls_Manager::HEADING,
177
+ 'separator' => 'after',
178
+ ]
179
+ );
180
+
181
+ $this->add_group_control(
182
+ \Elementor\Group_Control_Typography::get_type(),
183
+ [
184
+ 'name' => 'table_body_price_typography',
185
+ 'label' => __( 'Typography', 'woolentor' ),
186
+ 'selector' => '{{WRAPPER}} .wishsuite-table-content table tbody > tr td.wishsuite-product-price',
187
+ ]
188
+ );
189
+
190
+ $this->add_control(
191
+ 'table_body_price_color',
192
+ [
193
+ 'label' => __( 'Color', 'woolentor' ),
194
+ 'type' => Controls_Manager::COLOR,
195
+ 'selectors' => [
196
+ '{{WRAPPER}} .wishsuite-table-content table tbody > tr td.wishsuite-product-price' => 'color: {{VALUE}}',
197
+ '{{WRAPPER}} .wishsuite-table-content table tbody > tr td.wishsuite-product-price .woocommerce-Price-amount' => 'color: {{VALUE}}',
198
+ ],
199
+ ]
200
+ );
201
+
202
+ $this->add_control(
203
+ 'table_body_quantity_field',
204
+ [
205
+ 'label' => __( 'Quantity', 'woolentor' ),
206
+ 'type' => Controls_Manager::HEADING,
207
+ 'separator' => 'after',
208
+ ]
209
+ );
210
+ $this->add_control(
211
+ 'table_body_quantity_field_color',
212
+ [
213
+ 'label' => __( 'Color', 'woolentor' ),
214
+ 'type' => Controls_Manager::COLOR,
215
+ 'selectors' => [
216
+ '{{WRAPPER}} .wishsuite-table-content .quantity .qty' => 'color: {{VALUE}}',
217
+ ],
218
+ ]
219
+ );
220
+ $this->add_group_control(
221
+ \Elementor\Group_Control_Typography::get_type(),
222
+ [
223
+ 'name' => 'table_body_quantity_field_typography',
224
+ 'label' => __( 'Typography', 'woolentor' ),
225
+ 'selector' => '{{WRAPPER}} .wishsuite-table-content .quantity .qty',
226
+ ]
227
+ );
228
+ $this->add_control(
229
+ 'table_body_quantity_field_background_color',
230
+ [
231
+ 'label' => __( 'Background Color', 'woolentor' ),
232
+ 'type' => Controls_Manager::COLOR,
233
+ 'selectors' => [
234
+ '{{WRAPPER}} .wishsuite-table-content .quantity .qty' => 'background-color: {{VALUE}}',
235
+ ],
236
+ ]
237
+ );
238
+ $this->add_control(
239
+ 'table_body_quantity_field_border_color',
240
+ [
241
+ 'label' => __( 'Border Color', 'woolentor' ),
242
+ 'type' => Controls_Manager::COLOR,
243
+ 'selectors' => [
244
+ '{{WRAPPER}} .wishsuite-table-content .quantity .qty' => 'border-color: {{VALUE}}',
245
+ ],
246
+ ]
247
+ );
248
+
249
+ $this->add_control(
250
+ 'table_body_remove_icon',
251
+ [
252
+ 'label' => __( 'Remove Icon', 'woolentor' ),
253
+ 'type' => Controls_Manager::HEADING,
254
+ 'separator' => 'after',
255
+ ]
256
+ );
257
+
258
+ $this->add_control(
259
+ 'table_body_remove_icon_color',
260
+ [
261
+ 'label' => __( 'Color', 'woolentor' ),
262
+ 'type' => Controls_Manager::COLOR,
263
+ 'selectors' => [
264
+ '{{WRAPPER}} .wishsuite-remove::before' => 'background-color: {{VALUE}}',
265
+ '{{WRAPPER}} .wishsuite-remove::after' => 'background-color: {{VALUE}}',
266
+ ],
267
+ ]
268
+ );
269
+ $this->add_control(
270
+ 'table_body_remove_icon_hover_color',
271
+ [
272
+ 'label' => __( 'Hover Color', 'woolentor' ),
273
+ 'type' => Controls_Manager::COLOR,
274
+ 'selectors' => [
275
+ '{{WRAPPER}} .wishsuite-remove:hover::before' => 'background-color: {{VALUE}}',
276
+ '{{WRAPPER}} .wishsuite-remove:hover::after' => 'background-color: {{VALUE}}',
277
+ ],
278
+ ]
279
+ );
280
+
281
+ $this->add_control(
282
+ 'table_body_social_share',
283
+ [
284
+ 'label' => __( 'Social Share', 'woolentor' ),
285
+ 'type' => Controls_Manager::HEADING,
286
+ 'separator' => 'after',
287
+ ]
288
+ );
289
+ $this->add_control(
290
+ 'table_body_social_share_title_color',
291
+ [
292
+ 'label' => __( 'Title Color', 'woolentor' ),
293
+ 'type' => Controls_Manager::COLOR,
294
+ 'selectors' => [
295
+ '{{WRAPPER}} .wishsuite-social-share .wishsuite-social-title' => 'color: {{VALUE}}',
296
+ ],
297
+ ]
298
+ );
299
+ $this->add_group_control(
300
+ \Elementor\Group_Control_Typography::get_type(),
301
+ [
302
+ 'name' => 'table_body_social_share_title_typography',
303
+ 'label' => __( 'Typography', 'woolentor' ),
304
+ 'selector' => '{{WRAPPER}} .wishsuite-social-share .wishsuite-social-title',
305
+ ]
306
+ );
307
+
308
+ $this->add_control(
309
+ 'table_body_social_share_color',
310
+ [
311
+ 'label' => __( 'Icon Color', 'woolentor' ),
312
+ 'type' => Controls_Manager::COLOR,
313
+ 'selectors' => [
314
+ '{{WRAPPER}} .wishsuite-social-share ul li a' => 'color: {{VALUE}}',
315
+ ],
316
+ ]
317
+ );
318
+ $this->add_control(
319
+ 'table_body_social_share_hover_color',
320
+ [
321
+ 'label' => __( 'Icon Hover Color', 'woolentor' ),
322
+ 'type' => Controls_Manager::COLOR,
323
+ 'selectors' => [
324
+ '{{WRAPPER}} .wishsuite-social-share ul li a:hover' => 'color: {{VALUE}}',
325
+ ],
326
+ ]
327
+ );
328
+
329
+ $this->add_responsive_control(
330
+ 'table_body_social_share_size',
331
+ [
332
+ 'label' => esc_html__( 'Size', 'woolentor' ),
333
+ 'type' => \Elementor\Controls_Manager::SLIDER,
334
+ 'size_units' => [ 'px', '%' ],
335
+ 'selectors' => [
336
+ '{{WRAPPER}} .wishsuite-social-share ul li a .wishsuite-social-icon svg' => 'width: {{SIZE}}{{UNIT}};height: {{SIZE}}{{UNIT}};',
337
+ ],
338
+ ]
339
+ );
340
+
341
  $this->end_controls_section();
342
 
343
  // Table Add to cart button Style
349
  ]
350
  );
351
 
352
+ $this->add_group_control(
353
+ \Elementor\Group_Control_Typography::get_type(),
354
+ [
355
+ 'name' => 'table_add_to_cart_button_typography',
356
+ 'label' => __( 'Typography', 'woolentor' ),
357
+ 'selector' => '{{WRAPPER}} .wishsuite-table-content table .wishsuite-addtocart',
358
+ ]
359
+ );
360
+
361
+ $this->add_responsive_control(
362
+ 'table_add_to_cart_button_padding',
363
+ [
364
+ 'label' => __( 'Padding', 'woolentor' ),
365
+ 'type' => Controls_Manager::DIMENSIONS,
366
+ 'size_units' => [ 'px', '%', 'em' ],
367
+ 'selectors' => [
368
+ '{{WRAPPER}} .wishsuite-table-content table .wishsuite-addtocart' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
369
+ ],
370
+ ]
371
+ );
372
+
373
  $this->start_controls_tabs('table_add_to_cart_button_style_tabs');
374
 
375
  // Normal
includes/addons/wl_product_filter.php CHANGED
@@ -794,9 +794,23 @@ class Woolentor_Wl_Product_Filter_Widget extends Widget_Base {
794
 
795
  $woocommerce_currency_pos = get_option( 'woocommerce_currency_pos' );
796
  $currency_pos_left = false;
 
797
  if( $woocommerce_currency_pos == 'left' || $woocommerce_currency_pos == 'left_space' ){
798
  $currency_pos_left = true;
799
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
800
 
801
  $step = 1;
802
  // Find min and max price in current result set.
@@ -860,7 +874,7 @@ class Woolentor_Wl_Product_Filter_Widget extends Widget_Base {
860
  current_min_price = parseInt( '<?php echo $current_min_price; ?>' ),
861
  current_max_price = parseInt( '<?php echo $current_max_price; ?>' ),
862
  currency_pos_left = '<?php echo $currency_pos_left; ?>',
863
- currency_symbol = '<?php echo $currency_symbol; ?>';
864
 
865
  $( ".woolentor_slider_range" ).slider({
866
  range: true,
794
 
795
  $woocommerce_currency_pos = get_option( 'woocommerce_currency_pos' );
796
  $currency_pos_left = false;
797
+ $currency_pos_space = false;
798
  if( $woocommerce_currency_pos == 'left' || $woocommerce_currency_pos == 'left_space' ){
799
  $currency_pos_left = true;
800
  }
801
+ if( strstr( $woocommerce_currency_pos, 'space' ) ){
802
+ $currency_pos_space = true;
803
+ }
804
+
805
+ if( $currency_pos_space == true && $currency_pos_left == true){
806
+ // left space
807
+ $final_currency_symbol = $currency_symbol.' ';
808
+ }else if( $currency_pos_space == true && $currency_pos_left == false ){
809
+ // right space
810
+ $final_currency_symbol = ' '.$currency_symbol;
811
+ }else{
812
+ $final_currency_symbol = $currency_symbol;
813
+ }
814
 
815
  $step = 1;
816
  // Find min and max price in current result set.
874
  current_min_price = parseInt( '<?php echo $current_min_price; ?>' ),
875
  current_max_price = parseInt( '<?php echo $current_max_price; ?>' ),
876
  currency_pos_left = '<?php echo $currency_pos_left; ?>',
877
+ currency_symbol = '<?php echo $final_currency_symbol; ?>';
878
 
879
  $( ".woolentor_slider_range" ).slider({
880
  range: true,
includes/addons/wl_product_horizontal_filter.php CHANGED
@@ -983,6 +983,20 @@ class Woolentor_Wl_Product_Horizontal_Filter_Widget extends Widget_Base {
983
  $currency_pos_left = true;
984
  }
985
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
986
  $cmin_price = ( isset( $_GET['min_price'] ) && !empty( $_GET['min_price'] ) ) ? $_GET['min_price'] : '';
987
  $cmax_price = ( isset( $_GET['max_price'] ) && !empty( $_GET['max_price'] ) ) ? $_GET['max_price'] : '';
988
 
@@ -1014,9 +1028,9 @@ class Woolentor_Wl_Product_Horizontal_Filter_Widget extends Widget_Base {
1014
  }
1015
 
1016
  if( $currency_pos_left ){
1017
- $generate_price = sprintf('%s%s %s %s%s',$currency_symbol,$price_range['min_price'], $price_range['price_seprator'],$currency_symbol,$price_range['max_price'] );
1018
  }else{
1019
- $generate_price = sprintf('%s%s %s %s%s',$price_range['min_price'], $currency_symbol, $price_range['price_seprator'],$price_range['max_price'], $currency_symbol );
1020
  }
1021
 
1022
  echo sprintf("<option value='%s' data-min_price='&min_price=%s' data-max_price='&max_price=%s' %s>%s</option>", $key, $price_range['min_price'], $price_range['max_price'], selected( $pselected, 1, false ), $generate_price );
983
  $currency_pos_left = true;
984
  }
985
 
986
+ if( strstr( $woocommerce_currency_pos, 'space' ) ){
987
+ $currency_pos_space = true;
988
+ }
989
+
990
+ if( $currency_pos_space == true && $currency_pos_left == true){
991
+ // left space
992
+ $final_currency_symbol = $currency_symbol.' ';
993
+ }else if( $currency_pos_space == true && $currency_pos_left == false ){
994
+ // right space
995
+ $final_currency_symbol = ' '.$currency_symbol;
996
+ }else{
997
+ $final_currency_symbol = $currency_symbol;
998
+ }
999
+
1000
  $cmin_price = ( isset( $_GET['min_price'] ) && !empty( $_GET['min_price'] ) ) ? $_GET['min_price'] : '';
1001
  $cmax_price = ( isset( $_GET['max_price'] ) && !empty( $_GET['max_price'] ) ) ? $_GET['max_price'] : '';
1002
 
1028
  }
1029
 
1030
  if( $currency_pos_left ){
1031
+ $generate_price = sprintf('%s%s %s %s%s',$final_currency_symbol,$price_range['min_price'], $price_range['price_seprator'],$final_currency_symbol,$price_range['max_price'] );
1032
  }else{
1033
+ $generate_price = sprintf('%s%s %s %s%s',$price_range['min_price'], $final_currency_symbol, $price_range['price_seprator'],$price_range['max_price'], $final_currency_symbol );
1034
  }
1035
 
1036
  echo sprintf("<option value='%s' data-min_price='&min_price=%s' data-max_price='&max_price=%s' %s>%s</option>", $key, $price_range['min_price'], $price_range['max_price'], selected( $pselected, 1, false ), $generate_price );
includes/addons/wl_testimonial.php CHANGED
@@ -1208,7 +1208,7 @@ class Woolentor_Wl_Testimonial_Widget extends Widget_Base {
1208
  </div>
1209
  <?php
1210
  if( !empty( $testimonial['message'] ) ){
1211
- echo sprintf( '<div class="ht-client-content"><p">%1$s</p></div>', $testimonial['message'] );
1212
  }
1213
  ?>
1214
 
1208
  </div>
1209
  <?php
1210
  if( !empty( $testimonial['message'] ) ){
1211
+ echo sprintf( '<div class="ht-client-content"><p>%1$s</p></div>', $testimonial['message'] );
1212
  }
1213
  ?>
1214
 
includes/admin/admin-init.php CHANGED
@@ -67,7 +67,7 @@ class Woolentor_Admin_Init{
67
  public function include(){
68
  require_once('include/admin_field-manager.php');
69
  require_once('include/admin_fields.php');
70
- if( is_plugin_active('woolentor-addons-pro/woolentor_addons_pro.php') && file_exists( WOOLENTOR_ADDONS_PL_PATH_PRO.'includes/admin/admin_fields.php' ) ){
71
  require_once WOOLENTOR_ADDONS_PL_PATH_PRO.'includes/admin/admin_fields.php';
72
  }
73
  require_once('include/template-library.php');
67
  public function include(){
68
  require_once('include/admin_field-manager.php');
69
  require_once('include/admin_fields.php');
70
+ if( is_plugin_active('woolentor-addons-pro/woolentor_addons_pro.php') && defined( "WOOLENTOR_ADDONS_PL_PATH_PRO" ) && file_exists( WOOLENTOR_ADDONS_PL_PATH_PRO.'includes/admin/admin_fields.php' ) ){
71
  require_once WOOLENTOR_ADDONS_PL_PATH_PRO.'includes/admin/admin_fields.php';
72
  }
73
  require_once('include/template-library.php');
includes/admin/assets/css/tmp-style.css CHANGED
@@ -12,7 +12,7 @@
12
  margin-right: auto;
13
  margin-left: auto;
14
  }
15
- .row {
16
  display: -webkit-box;
17
  display: -webkit-flex;
18
  display: -ms-flexbox;
@@ -116,10 +116,7 @@ body {
116
  background-color: #FFFFFF;
117
  }
118
 
119
- .httemplates-templates-area {}
120
-
121
  /* Search Section */
122
- .htwpt-search-section {}
123
  .htwpt-search-section.group-project-open {
124
  visibility: hidden;
125
  overflow: hidden;
@@ -132,11 +129,11 @@ body {
132
  padding-bottom: 30px;
133
  border-bottom: 1px solid #dee2e6;
134
  }
135
- .htwpt-search-form .row {
136
  margin-bottom: -20px;
137
  }
138
 
139
- .htwpt-search-form .row [class*="col"] {
140
  margin-bottom: 20px;
141
  }
142
 
@@ -163,7 +160,7 @@ body {
163
  }
164
 
165
  @media only screen and (max-width: 479px) {
166
- .htwpt-search-form .row [class*="col"] {
167
  width: 100%;
168
  }
169
  .htwpt-search-form input[type="text"] {
@@ -706,7 +703,6 @@ body {
706
  * Template Laibrary Start
707
  */
708
  .htmega-addons_page_htmega_addons_templates_library #wpfooter{ display: none; }
709
- .httemplate-row{}
710
 
711
  /*Pop Up*/
712
  .woolentor-template-import-popup,.woolentor-popup-preview {
12
  margin-right: auto;
13
  margin-left: auto;
14
  }
15
+ .htwpwl-template-row {
16
  display: -webkit-box;
17
  display: -webkit-flex;
18
  display: -ms-flexbox;
116
  background-color: #FFFFFF;
117
  }
118
 
 
 
119
  /* Search Section */
 
120
  .htwpt-search-section.group-project-open {
121
  visibility: hidden;
122
  overflow: hidden;
129
  padding-bottom: 30px;
130
  border-bottom: 1px solid #dee2e6;
131
  }
132
+ .htwpt-search-form .htwpwl-template-row {
133
  margin-bottom: -20px;
134
  }
135
 
136
+ .htwpt-search-form .htwpwl-template-row [class*="col"] {
137
  margin-bottom: 20px;
138
  }
139
 
160
  }
161
 
162
  @media only screen and (max-width: 479px) {
163
+ .htwpt-search-form .htwpwl-template-row [class*="col"] {
164
  width: 100%;
165
  }
166
  .htwpt-search-form input[type="text"] {
703
  * Template Laibrary Start
704
  */
705
  .htmega-addons_page_htmega_addons_templates_library #wpfooter{ display: none; }
 
706
 
707
  /*Pop Up*/
708
  .woolentor-template-import-popup,.woolentor-popup-preview {
includes/admin/assets/css/woolentor-admin.css CHANGED
@@ -519,6 +519,14 @@
519
  background-color: #0065cc;
520
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
521
  }
 
 
 
 
 
 
 
 
522
 
523
  /* Icon List */
524
  @font-face {
519
  background-color: #0065cc;
520
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
521
  }
522
+
523
+ /* Button Field Type */
524
+ .woolentor-admin-button-type a{
525
+ text-decoration: none;
526
+ }
527
+ .woolentor-admin-button-type a.woolentor-admin-btn{
528
+ color: #fff;
529
+ }
530
 
531
  /* Icon List */
532
  @font-face {
includes/admin/assets/js/woolentor-admin.js CHANGED
@@ -500,6 +500,10 @@
500
  $hidden.removeClass('woolentor-repeater-hidden').addClass('woolentor_active_repeater');
501
  $hidden.insertAfter( $insert_location );
502
 
 
 
 
 
503
  $(document).trigger('repeater_field_added', [ $('.woolentor-module-setting-data .woolentor-option-repeater-item.woolentor_active_repeater') ] );
504
 
505
  // Field Dependency
@@ -533,17 +537,12 @@
533
  // Remove Element
534
  $( '.woolentor-option-repeater-item-remove' ).on('click', function( event ) {
535
  $(this).parents('.woolentor-option-repeater-item').remove();
536
- // ID Reorder
 
537
  $('.woolentor-option-repeater-item:not(.woolentor-repeater-hidden)').each( function( index ) {
538
  $(this).attr('data-id', index );
539
  });
540
 
541
- // If delete all item then insert empty item
542
- if( $('.woolentor-option-repeater-item').length == 1 ){
543
- var emptyHtml = $('<div class="woolentor-option-repeater-item-area"><div class="woolentor-option-repeater-item" style="margin:0;height:0;">&nbsp;</div></div>');
544
- emptyHtml.insertAfter('.woolentor-repeater-heading');
545
- }
546
-
547
  // Enable Button
548
  $('.woolentor-admin-module-save').removeClass('disabled').attr('disabled', false).text( WOOLENTOR_ADMIN.message.btntxt );
549
 
500
  $hidden.removeClass('woolentor-repeater-hidden').addClass('woolentor_active_repeater');
501
  $hidden.insertAfter( $insert_location );
502
 
503
+ if( $insert_location.length == 0 ){
504
+ $this.closest('.woolenor-reapeater-fields-area').find('.woolentor-option-repeater-item-area').html( $hidden );
505
+ }
506
+
507
  $(document).trigger('repeater_field_added', [ $('.woolentor-module-setting-data .woolentor-option-repeater-item.woolentor_active_repeater') ] );
508
 
509
  // Field Dependency
537
  // Remove Element
538
  $( '.woolentor-option-repeater-item-remove' ).on('click', function( event ) {
539
  $(this).parents('.woolentor-option-repeater-item').remove();
540
+
541
+ // ID Re-Order
542
  $('.woolentor-option-repeater-item:not(.woolentor-repeater-hidden)').each( function( index ) {
543
  $(this).attr('data-id', index );
544
  });
545
 
 
 
 
 
 
 
546
  // Enable Button
547
  $('.woolentor-admin-module-save').removeClass('disabled').attr('disabled', false).text( WOOLENTOR_ADMIN.message.btntxt );
548
 
includes/admin/include/admin_field-manager.php CHANGED
@@ -94,6 +94,7 @@ class Woolentor_Admin_Fields_Manager {
94
  'max' => isset( $option['max'] ) ? $option['max'] : '',
95
  'step' => isset( $option['step'] ) ? $option['step'] : '',
96
  'headding' => isset( $option['headding'] ) ? $option['headding'] : '',
 
97
  'fields' => $fields,
98
  'depend' => $depend,
99
  'additional_info' => [
@@ -110,7 +111,10 @@ class Woolentor_Admin_Fields_Manager {
110
  }
111
 
112
  public function create_field( $args, $callback ){
113
- call_user_func( $callback, $args );
 
 
 
114
  }
115
 
116
  /**
@@ -146,6 +150,47 @@ class Woolentor_Admin_Fields_Manager {
146
  return $desc;
147
  }
148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  /**
150
  * Get Title for display
151
  *
@@ -802,6 +847,8 @@ class Woolentor_Admin_Fields_Manager {
802
  if( $element['type'] !== 'title' ){
803
  if( isset( $element['is_pro'] ) && $element['is_pro'] == true ){
804
  return false;
 
 
805
  }else{
806
  return $element[$key];
807
  }
94
  'max' => isset( $option['max'] ) ? $option['max'] : '',
95
  'step' => isset( $option['step'] ) ? $option['step'] : '',
96
  'headding' => isset( $option['headding'] ) ? $option['headding'] : '',
97
+ 'html' => isset( $option['html'] ) ? $option['html'] : '',
98
  'fields' => $fields,
99
  'depend' => $depend,
100
  'additional_info' => [
111
  }
112
 
113
  public function create_field( $args, $callback ){
114
+ // call_user_func( $callback, $args );
115
+ if ( method_exists( $callback[0], $callback[1] ) && is_callable( $callback ) ){
116
+ call_user_func( $callback, $args );
117
+ }
118
  }
119
 
120
  /**
150
  return $desc;
151
  }
152
 
153
+ /**
154
+ * Get Title for display
155
+ *
156
+ * @param array $args settings field args
157
+ */
158
+ public function callback_html( $args ) {
159
+ $html = isset( $args['html'] ) ? $args['html'] : '';
160
+ $html = sprintf( '<div class="woolentor-admin-option %2$s" %3$s>%1$s</div>', $html, $args['class'], $args['depend'] );
161
+ echo $html;
162
+ }
163
+
164
+ /**
165
+ * Get Title for display
166
+ *
167
+ * @param array $args settings field args
168
+ */
169
+ public function callback_button( $args ) {
170
+ $button_html = isset( $args['html'] ) ? $args['html'] : '';
171
+
172
+ $data_atr = $disabled = '';
173
+ if( $args['additional_info']['is_pro'] === true ){
174
+ $disabled = esc_attr('disabled=true');
175
+ $data_atr = esc_attr( 'data-woolentor-pro=disabled' );
176
+ }
177
+
178
+ $html = '<div class="woolentor-admin-option '.esc_attr( $args['class'] ).'" '.$args['depend'].'>';
179
+ $html .= '<div class="woolentor-admin-option-content">';
180
+ $html .= $this->get_field_title( $args );
181
+ $html .= $this->get_field_description( $args );
182
+ $html .= '</div>';
183
+ $html .= '<div class="woolentor-admin-option-action" '.$data_atr.'>';
184
+ $html .= '<div class="woolentor-admin-button-type">';
185
+ $html .= $button_html;
186
+ $html .= '</div>';
187
+ $html .= '</div>';
188
+ $html .= '</div>';
189
+
190
+ echo $html;
191
+
192
+ }
193
+
194
  /**
195
  * Get Title for display
196
  *
847
  if( $element['type'] !== 'title' ){
848
  if( isset( $element['is_pro'] ) && $element['is_pro'] == true ){
849
  return false;
850
+ }if( isset( $element['html'] ) && !empty( $element['html'] ) ){
851
+ return false;
852
  }else{
853
  return $element[$key];
854
  }
includes/admin/include/admin_fields.php CHANGED
@@ -1886,6 +1886,15 @@ class Woolentor_Admin_Fields {
1886
  'is_pro' => true
1887
  ),
1888
 
 
 
 
 
 
 
 
 
 
1889
  array(
1890
  'name' => 'gtm_conversion_trackingp',
1891
  'label' => esc_html__( 'GTM Conversion Tracking', 'woolentor' ),
1886
  'is_pro' => true
1887
  ),
1888
 
1889
+ array(
1890
+ 'name' => 'email_customizerp',
1891
+ 'label' => esc_html__( 'Email Customizer', 'woolentor' ),
1892
+ 'type' => 'module',
1893
+ 'default'=> 'off',
1894
+ 'require_settings' => true,
1895
+ 'is_pro' => true
1896
+ ),
1897
+
1898
  array(
1899
  'name' => 'gtm_conversion_trackingp',
1900
  'label' => esc_html__( 'GTM Conversion Tracking', 'woolentor' ),
includes/admin/include/class.template-manager.php CHANGED
@@ -161,17 +161,36 @@ class Woolentor_Template_Manager{
161
  * @return void
162
  */
163
  public function query_filter( \WP_Query $query ) {
164
-
165
  if ( ! is_admin() || ! $this->is_current_screen() || ! empty( $query->query_vars['meta_key'] ) ) {
166
  return;
167
  }
 
168
  if( isset( $_GET['template_type'] ) && $_GET['template_type'] != '' && $_GET['template_type'] != 'all') {
169
- $type = isset( $_GET['template_type'] ) ? sanitize_key( $_GET['template_type'] ) : '';
170
- $query->query_vars['meta_key'] = self::CPT_META . '_type';
171
- $query->query_vars['meta_value'] = $type;
172
- $query->query_vars['meta_compare'] = '=';
173
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
174
 
 
 
 
 
 
 
175
  }
176
 
177
  /**
161
  * @return void
162
  */
163
  public function query_filter( \WP_Query $query ) {
 
164
  if ( ! is_admin() || ! $this->is_current_screen() || ! empty( $query->query_vars['meta_key'] ) ) {
165
  return;
166
  }
167
+
168
  if( isset( $_GET['template_type'] ) && $_GET['template_type'] != '' && $_GET['template_type'] != 'all') {
169
+ $type = isset( $_GET['template_type'] ) ? sanitize_key( $_GET['template_type'] ) : '';
170
+
171
+ if ( ( 'emails' === $type ) && ( 'on' == woolentor_get_option( 'enable', 'woolentor_email_customizer_settings', 'off' ) ) ) {
172
+ $emails = woolentor_wc_get_emails( 'id' );
173
+ $emails = array_map( function ( $id ) { return 'email_' . $id; }, $emails );
174
+
175
+ $meta_query = [
176
+ 'relation' => 'OR'
177
+ ];
178
+
179
+ foreach ( $emails as $email ) {
180
+ $meta_query[] = [
181
+ 'key' => self::CPT_META . '_type',
182
+ 'value' => $email,
183
+ 'compare' => '=',
184
+ ];
185
+ }
186
+ $query->query_vars['meta_query'] = $meta_query;
187
 
188
+ } else {
189
+ $query->query_vars['meta_key'] = self::CPT_META . '_type';
190
+ $query->query_vars['meta_value'] = $type;
191
+ $query->query_vars['meta_compare'] = '=';
192
+ }
193
+ }
194
  }
195
 
196
  /**
includes/admin/include/template-library/templates_list.php CHANGED
@@ -3,7 +3,7 @@
3
  <div id="htwpt-search-section" class="htwpt-search-section section">
4
  <div class="container-fluid">
5
  <form action="#" class="htwpt-search-form">
6
- <div class="row">
7
 
8
  <div class="col-md-auto col">
9
  <div class="htwpt-demos-select">
@@ -38,7 +38,7 @@
38
  </div>
39
 
40
  <div id="htwpt-project-section" class="htwpt-project-section section">
41
- <div id="htwpt-project-grid" class="htwpt-project-grid row" style="overflow: hidden;">
42
  <h2 class="htwpt-project-message"><span class="htwpt-pro-loading2"></span></h2>
43
  </div>
44
  <div id="htwpt-load-more-project" class="text-center"></div>
@@ -50,7 +50,7 @@
50
  <h3 id="htwpt-group-name" class="title"></h3>
51
  </div>
52
 
53
- <div id="htwpt-group-grid" class="row"></div>
54
  <a href="#top" class="htwpt-groupScrollToTop"><?php echo esc_html__( 'Top', 'woolentor' );?></a>
55
  </div>
56
 
3
  <div id="htwpt-search-section" class="htwpt-search-section section">
4
  <div class="container-fluid">
5
  <form action="#" class="htwpt-search-form">
6
+ <div class="htwpwl-template-row">
7
 
8
  <div class="col-md-auto col">
9
  <div class="htwpt-demos-select">
38
  </div>
39
 
40
  <div id="htwpt-project-section" class="htwpt-project-section section">
41
+ <div id="htwpt-project-grid" class="htwpt-project-grid htwpwl-template-row" style="overflow: hidden;">
42
  <h2 class="htwpt-project-message"><span class="htwpt-pro-loading2"></span></h2>
43
  </div>
44
  <div id="htwpt-load-more-project" class="text-center"></div>
50
  <h3 id="htwpt-group-name" class="title"></h3>
51
  </div>
52
 
53
+ <div id="htwpt-group-grid" class="htwpwl-template-row"></div>
54
  <a href="#top" class="htwpt-groupScrollToTop"><?php echo esc_html__( 'Top', 'woolentor' );?></a>
55
  </div>
56
 
includes/helper-function.php CHANGED
@@ -916,7 +916,9 @@ if( class_exists('WooCommerce') ){
916
 
917
  // HTML Markup Render in footer
918
  function woolentor_html_render_infooter(){
919
- do_action( 'woolentor_footer_render_content' );
 
 
920
  }
921
  add_action( 'wp_footer', 'woolentor_html_render_infooter' );
922
 
916
 
917
  // HTML Markup Render in footer
918
  function woolentor_html_render_infooter(){
919
+ if ( true === apply_filters( 'woolentor_footer_content_visibility', true ) ) {
920
+ do_action( 'woolentor_footer_render_content' );
921
+ }
922
  }
923
  add_action( 'wp_footer', 'woolentor_html_render_infooter' );
924
 
includes/modules/class.module-manager.php CHANGED
@@ -74,7 +74,7 @@ class Woolentor_Module_Manager{
74
 
75
  // Wishlist
76
  if( woolentor_get_option( 'wishlist', 'woolentor_others_tabs', 'off' ) == 'on' ){
77
- $this->deactivate( 'wishsuite/wishsuite.php' );
78
  if( ! class_exists('WishSuite_Base') ){
79
  require_once( WOOLENTOR_ADDONS_PL_PATH .'includes/modules/wishlist/init.php' );
80
  }
@@ -82,7 +82,7 @@ class Woolentor_Module_Manager{
82
 
83
  // Compare
84
  if( woolentor_get_option( 'compare', 'woolentor_others_tabs', 'off' ) == 'on' ){
85
- $this->deactivate( 'ever-compare/ever-compare.php' );
86
  if( ! class_exists('Ever_Compare') ){
87
  require_once( WOOLENTOR_ADDONS_PL_PATH .'includes/modules/compare/init.php' );
88
  }
@@ -125,6 +125,11 @@ class Woolentor_Module_Manager{
125
  if( ( woolentor_get_option( 'enable', 'woolentor_size_chart_settings', 'off' ) == 'on' ) ){
126
  require_once( WOOLENTOR_ADDONS_PL_PATH_PRO .'includes/modules/size-chart/class.size-chart.php' );
127
  }
 
 
 
 
 
128
 
129
 
130
  }
74
 
75
  // Wishlist
76
  if( woolentor_get_option( 'wishlist', 'woolentor_others_tabs', 'off' ) == 'on' ){
77
+ // $this->deactivate( 'wishsuite/wishsuite.php' );
78
  if( ! class_exists('WishSuite_Base') ){
79
  require_once( WOOLENTOR_ADDONS_PL_PATH .'includes/modules/wishlist/init.php' );
80
  }
82
 
83
  // Compare
84
  if( woolentor_get_option( 'compare', 'woolentor_others_tabs', 'off' ) == 'on' ){
85
+ // $this->deactivate( 'ever-compare/ever-compare.php' );
86
  if( ! class_exists('Ever_Compare') ){
87
  require_once( WOOLENTOR_ADDONS_PL_PATH .'includes/modules/compare/init.php' );
88
  }
125
  if( ( woolentor_get_option( 'enable', 'woolentor_size_chart_settings', 'off' ) == 'on' ) ){
126
  require_once( WOOLENTOR_ADDONS_PL_PATH_PRO .'includes/modules/size-chart/class.size-chart.php' );
127
  }
128
+
129
+ // Email Customizer
130
+ if( ( woolentor_get_option( 'enable', 'woolentor_email_customizer_settings', 'off' ) == 'on' ) ){
131
+ require_once( WOOLENTOR_ADDONS_PL_PATH_PRO .'includes/modules/email-customizer/email-customizer.php' );
132
+ }
133
 
134
 
135
  }
includes/modules/compare/init.php CHANGED
@@ -31,7 +31,7 @@ final class Woolentor_Ever_Compare{
31
  $this->define_constants();
32
  $this->includes();
33
  if( get_option('woolentor_compare_status', 'no') === 'no' ){
34
- $this->activate();
35
  update_option( 'woolentor_compare_status','yes' );
36
  }
37
  $this->init_plugin();
31
  $this->define_constants();
32
  $this->includes();
33
  if( get_option('woolentor_compare_status', 'no') === 'no' ){
34
+ add_action( 'wp_loaded',[ $this, 'activate' ] );
35
  update_option( 'woolentor_compare_status','yes' );
36
  }
37
  $this->init_plugin();
includes/modules/shopify-like-checkout/class.shopify-like-checkout.php CHANGED
@@ -5,6 +5,9 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
5
 
6
  private static $_instance = null;
7
 
 
 
 
8
  /**
9
  * Get Instance
10
  */
@@ -19,7 +22,9 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
19
  * Constructor
20
  */
21
  function __construct(){
22
-
 
 
23
  // Enqueue scripts
24
  add_action( 'wp_enqueue_scripts', [ $this, 'enqueue_scripts' ], 999 );
25
 
@@ -175,41 +180,48 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
175
  }
176
 
177
  // Remove fields
178
- unset($fieldset['billing']['billing_company']);
179
- unset($fieldset['billing']['billing_phone']);
 
180
 
 
 
 
181
 
182
- $fieldset['billing']['billing_email']['priority'] = 1;
183
- $fieldset['billing']['billing_email']['placeholder'] = $fieldset['billing']['billing_email']['label'];
 
 
184
 
185
  // Set the order of the fields
186
  $count = 0;
187
  $priority = 10;
188
 
189
  // Updating the 'priority' argument
190
- foreach($this->get_address_fields('billing') as $field_name){
191
  $count++;
192
  $fieldset['billing'][$field_name]['priority'] = $count * $priority;
193
 
194
  if( !isset($fieldset['billing'][$field_name]['placeholder']) ){
195
  $fieldset['billing'][$field_name]['placeholder'] = $fieldset['billing'][$field_name]['label'];
196
  }
 
 
 
 
 
197
  }
198
 
199
- foreach($this->get_address_fields('shipping') as $field_name){
200
  if( !isset($fieldset['shipping'][$field_name]['placeholder']) ){
201
  $fieldset['shipping'][$field_name]['placeholder'] = $fieldset['shipping'][$field_name]['label'];
202
  }
203
- }
204
 
205
- // Customize classes
206
- $fieldset['billing']['billing_country']['class'] = array('woolentor-one-third');
207
- $fieldset['billing']['billing_state']['class'] = array('woolentor-one-third');
208
- $fieldset['billing']['billing_postcode']['class'] = array('woolentor-one-third');
209
-
210
- $fieldset['shipping']['shipping_country']['class'] = array('woolentor-one-third');
211
- $fieldset['shipping']['shipping_state']['class'] = array('woolentor-one-third');
212
- $fieldset['shipping']['shipping_postcode']['class'] = array('woolentor-one-third');
213
 
214
  return $fieldset;
215
  }
@@ -223,26 +235,19 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
223
  }
224
 
225
  // remove fields
226
- unset($fields['company']);
227
- unset($fields['phone']);
 
 
 
 
 
228
 
229
  $count = 0;
230
  $priority = 10;
231
 
232
  // Updating the 'priority' argument
233
- foreach($this->get_address_fields() as $field_name){
234
- $count++;
235
- $fields[$field_name]['priority'] = $count * $priority;
236
- }
237
-
238
- return $fields;
239
- }
240
-
241
- /**
242
- * Render only the specified fields into the address from
243
- */
244
- public function get_address_fields( $group = '' ){
245
- $fields = array(
246
  'first_name',
247
  'last_name',
248
  'address_1',
@@ -253,22 +258,29 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
253
  'postcode',
254
  );
255
 
256
- if( $group ){
257
- $fields = array(
258
- $group. '_first_name',
259
- $group. '_last_name',
260
- $group. '_address_1',
261
- $group. '_address_2',
262
- $group. '_city',
263
- $group. '_country',
264
- $group. '_state',
265
- $group. '_postcode',
266
- );
267
  }
268
-
269
  return $fields;
270
  }
271
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
  /**
273
  * Update fragments
274
  */
5
 
6
  private static $_instance = null;
7
 
8
+ public $hide_billing_company = true;
9
+ public $hide_billing_phone = true;
10
+
11
  /**
12
  * Get Instance
13
  */
22
  * Constructor
23
  */
24
  function __construct(){
25
+ $this->hide_billing_company = apply_filters('woolentor_slc_hide_billing_company', true);
26
+ $this->hide_billing_phone = apply_filters('woolentor_slc_hide_billing_phone', true);
27
+
28
  // Enqueue scripts
29
  add_action( 'wp_enqueue_scripts', [ $this, 'enqueue_scripts' ], 999 );
30
 
180
  }
181
 
182
  // Remove fields
183
+ if( isset($fieldset['billing']['billing_company']) && $this->hide_billing_company ){
184
+ unset($fieldset['billing']['billing_company']);
185
+ }
186
 
187
+ if( isset($fieldset['billing']['billing_phone']) && $this->hide_billing_phone ){
188
+ unset($fieldset['billing']['billing_phone']);
189
+ }
190
 
191
+ if( isset($fieldset['billing']['billing_email']) ){
192
+ $fieldset['billing']['billing_email']['priority'] = 1;
193
+ $fieldset['billing']['billing_email']['placeholder'] = $fieldset['billing']['billing_email']['label'];
194
+ }
195
 
196
  // Set the order of the fields
197
  $count = 0;
198
  $priority = 10;
199
 
200
  // Updating the 'priority' argument
201
+ foreach($this->get_address_field_keys('billing', $fieldset) as $field_name){
202
  $count++;
203
  $fieldset['billing'][$field_name]['priority'] = $count * $priority;
204
 
205
  if( !isset($fieldset['billing'][$field_name]['placeholder']) ){
206
  $fieldset['billing'][$field_name]['placeholder'] = $fieldset['billing'][$field_name]['label'];
207
  }
208
+
209
+ // Customize classes
210
+ if( $field_name == 'billing_country' || $field_name == 'billing_state' || $field_name == 'billing_postcode' ){
211
+ $fieldset['billing'][$field_name]['class'] = array('woolentor-one-third');
212
+ }
213
  }
214
 
215
+ foreach($this->get_address_field_keys('shipping', $fieldset) as $field_name){
216
  if( !isset($fieldset['shipping'][$field_name]['placeholder']) ){
217
  $fieldset['shipping'][$field_name]['placeholder'] = $fieldset['shipping'][$field_name]['label'];
218
  }
 
219
 
220
+ // Customize classes
221
+ if( $field_name == 'shipping_country' || $field_name == 'shipping_state' || $field_name == 'shipping_postcode' ){
222
+ $fieldset['shipping'][$field_name]['class'] = array('woolentor-one-third');
223
+ }
224
+ }
 
 
 
225
 
226
  return $fieldset;
227
  }
235
  }
236
 
237
  // remove fields
238
+ if( isset($fields['company']) && $this->hide_billing_company ){
239
+ unset($fields['company']);
240
+ }
241
+
242
+ if( isset($fields['phone']) && $this->hide_billing_phone ){
243
+ unset($fields['phone']);
244
+ }
245
 
246
  $count = 0;
247
  $priority = 10;
248
 
249
  // Updating the 'priority' argument
250
+ $fields_order = array(
 
 
 
 
 
 
 
 
 
 
 
 
251
  'first_name',
252
  'last_name',
253
  'address_1',
258
  'postcode',
259
  );
260
 
261
+ foreach($fields_order as $field_name){
262
+ $count++;
263
+ $fields[$field_name]['priority'] = $count * $priority;
 
 
 
 
 
 
 
 
264
  }
265
+
266
  return $fields;
267
  }
268
 
269
+
270
+ /**
271
+ * It returns an array of keys from the $fieldset array
272
+ *
273
+ * @param group The group name. e.g: shipping
274
+ * @param fieldset Array of fields that you want to get the keys from.
275
+ */
276
+ public function get_address_field_keys( $group = '', $fieldset = array() ){
277
+ if( $group && $fieldset ){
278
+ return array_keys( $fieldset[$group] );
279
+ }
280
+
281
+ return array();
282
+ }
283
+
284
  /**
285
  * Update fragments
286
  */
includes/modules/shopify-like-checkout/templates/form-billing.php CHANGED
@@ -12,14 +12,19 @@ defined( 'ABSPATH' ) || exit;
12
  <div class="woocommerce-billing-fields__field-wrapper">
13
  <?php
14
  $fields = $checkout->get_checkout_fields( 'billing' );
15
- Woolentor_Shopify_Like_Checkout::woocommerce_form_field( 'billing_email', $fields['billing_email'], $checkout->get_value( 'billing_email' ) );
 
 
16
  ?>
17
  </div>
18
 
19
  <div class="woolentor-checkout__section-header">
20
- <?php if ( wc_ship_to_billing_address_only() && WC()->cart->needs_shipping() ) : ?>
 
 
 
21
  <h3 class="woolentor-checkout__section-title"><?php esc_html_e( 'Billing &amp; Shipping', 'woolentor' ); ?></h3>
22
- <?php else : ?>
23
  <h3 class="woolentor-checkout__section-title"><?php esc_html_e( 'Billing address', 'woolentor' ); ?></h3>
24
  <?php endif; ?>
25
  </div>
12
  <div class="woocommerce-billing-fields__field-wrapper">
13
  <?php
14
  $fields = $checkout->get_checkout_fields( 'billing' );
15
+ if( array_key_exists('billing_email', $fields) ){
16
+ Woolentor_Shopify_Like_Checkout::woocommerce_form_field( 'billing_email', $fields['billing_email'], $checkout->get_value( 'billing_email' ) );
17
+ }
18
  ?>
19
  </div>
20
 
21
  <div class="woolentor-checkout__section-header">
22
+ <?php
23
+ $title_status = array_key_exists('billing_email', $fields) && count($fields) == 1 ? false : true;
24
+
25
+ if ( $title_status && wc_ship_to_billing_address_only() && WC()->cart->needs_shipping() ) : ?>
26
  <h3 class="woolentor-checkout__section-title"><?php esc_html_e( 'Billing &amp; Shipping', 'woolentor' ); ?></h3>
27
+ <?php elseif( $title_status ) : ?>
28
  <h3 class="woolentor-checkout__section-title"><?php esc_html_e( 'Billing address', 'woolentor' ); ?></h3>
29
  <?php endif; ?>
30
  </div>
includes/modules/shopify-like-checkout/templates/form-checkout.php CHANGED
@@ -59,7 +59,7 @@ $labels = array(
59
 
60
  'return_to_cart' => __('Return to cart', 'woolentor'),
61
  'continue_to_payment' => __('Continue to payment', 'woolentor'),
62
- 'return_to_informations' => __('Return to informations', 'woolentor'),
63
  'place_order' => __('Place order', 'woolentor'),
64
  'return_to_shipping' => __('Return to shipping', 'woolentor'),
65
  );
@@ -68,32 +68,36 @@ $customize_labels = woolentor_get_option( 'customize_labels', 'woolentor_shopify
68
  if( $customize_labels ){
69
  $labels_list = woolentor_get_option( 'labels_list', 'woolentor_shopify_checkout_settings', array() );
70
 
71
- foreach( $labels_list as $repeater ){
72
- if( empty($repeater['select_tab']) ){
73
- continue;
74
- }
75
 
76
- if( $repeater['select_tab'] == 'information' ){
77
- $dynamic_key = $hide_shipping_step ? 'continue_to_payment' : 'continue_to_shipping';
 
 
78
 
79
- $labels['information'] = !empty($repeater['tab_label']) ? $repeater['tab_label'] : $labels['information'];
80
- $labels[$dynamic_key] = !empty($repeater['label_1']) ? $repeater['label_1'] : $labels[$dynamic_key];
81
- $labels['return_to_cart'] = !empty($repeater['label_2']) ? $repeater['label_2'] : $labels['return_to_cart'];
82
- }
83
 
84
- if( $repeater['select_tab'] == 'shipping' && !$hide_shipping_step ){
85
- $labels['shipping'] = !empty($repeater['tab_label']) ? $repeater['tab_label'] : $labels['shipping'];
86
- $labels['continue_to_payment'] = !empty($repeater['label_1']) ? $repeater['label_1'] : $labels['continue_to_payment'];
87
- $labels['return_to_informations'] = !empty($repeater['label_2']) ? $repeater['label_2'] : $labels['return_to_informations'];
88
- }
89
 
90
- if( $repeater['select_tab'] == 'payment' ){
91
- $dynamic_key = $hide_shipping_step ? 'return_to_informations' : 'return_to_shipping';
 
 
 
 
 
 
 
 
 
 
 
 
92
 
93
- $labels['payment'] = !empty($repeater['tab_label']) ? $repeater['tab_label'] : $labels['payment'];
94
- $labels['place_order'] = !empty($repeater['label_1']) ? $repeater['label_1'] : $labels['place_order'];
95
- $labels[$dynamic_key] = !empty($repeater['label_2']) ? $repeater['label_2'] : $labels[$dynamic_key];
96
- }
97
  }
98
  }
99
 
59
 
60
  'return_to_cart' => __('Return to cart', 'woolentor'),
61
  'continue_to_payment' => __('Continue to payment', 'woolentor'),
62
+ 'return_to_informations' => __('Return to information', 'woolentor'),
63
  'place_order' => __('Place order', 'woolentor'),
64
  'return_to_shipping' => __('Return to shipping', 'woolentor'),
65
  );
68
  if( $customize_labels ){
69
  $labels_list = woolentor_get_option( 'labels_list', 'woolentor_shopify_checkout_settings', array() );
70
 
71
+ if( isset( $labels_list ) && is_array( $labels_list ) ){
 
 
 
72
 
73
+ foreach( $labels_list as $repeater ){
74
+ if( empty($repeater['select_tab']) ){
75
+ continue;
76
+ }
77
 
78
+ if( $repeater['select_tab'] == 'information' ){
79
+ $dynamic_key = $hide_shipping_step ? 'continue_to_payment' : 'continue_to_shipping';
 
 
80
 
81
+ $labels['information'] = !empty($repeater['tab_label']) ? $repeater['tab_label'] : $labels['information'];
82
+ $labels[$dynamic_key] = !empty($repeater['label_1']) ? $repeater['label_1'] : $labels[$dynamic_key];
83
+ $labels['return_to_cart'] = !empty($repeater['label_2']) ? $repeater['label_2'] : $labels['return_to_cart'];
84
+ }
 
85
 
86
+ if( $repeater['select_tab'] == 'shipping' && !$hide_shipping_step ){
87
+ $labels['shipping'] = !empty($repeater['tab_label']) ? $repeater['tab_label'] : $labels['shipping'];
88
+ $labels['continue_to_payment'] = !empty($repeater['label_1']) ? $repeater['label_1'] : $labels['continue_to_payment'];
89
+ $labels['return_to_informations'] = !empty($repeater['label_2']) ? $repeater['label_2'] : $labels['return_to_informations'];
90
+ }
91
+
92
+ if( $repeater['select_tab'] == 'payment' ){
93
+ $dynamic_key = $hide_shipping_step ? 'return_to_informations' : 'return_to_shipping';
94
+
95
+ $labels['payment'] = !empty($repeater['tab_label']) ? $repeater['tab_label'] : $labels['payment'];
96
+ $labels['place_order'] = !empty($repeater['label_1']) ? $repeater['label_1'] : $labels['place_order'];
97
+ $labels[$dynamic_key] = !empty($repeater['label_2']) ? $repeater['label_2'] : $labels[$dynamic_key];
98
+ }
99
+ }
100
 
 
 
 
 
101
  }
102
  }
103
 
includes/modules/wishlist/includes/classes/Frontend/Shortcode.php CHANGED
@@ -167,6 +167,7 @@ class Shortcode {
167
  wp_enqueue_style( 'wishsuite-frontend' );
168
 
169
  $enable_login_limit = woolentor_get_option( 'enable_login_limit', 'wishsuite_general_tabs', 'off' );
 
170
 
171
  $products = Manage_Wishlist::instance()->get_products_data();
172
  if ( !is_user_logged_in() && $enable_login_limit == 'on' ) {
167
  wp_enqueue_style( 'wishsuite-frontend' );
168
 
169
  $enable_login_limit = woolentor_get_option( 'enable_login_limit', 'wishsuite_general_tabs', 'off' );
170
+ $myaccount_url = get_permalink( get_option('woocommerce_myaccount_page_id') );
171
 
172
  $products = Manage_Wishlist::instance()->get_products_data();
173
  if ( !is_user_logged_in() && $enable_login_limit == 'on' ) {
includes/modules/wishlist/init.php CHANGED
@@ -30,7 +30,7 @@ final class Woolentor_WishSuite_Base{
30
  $this->define_constants();
31
  $this->includes();
32
  if( get_option('woolentor_wishsuite_status', 'no') === 'no' ){
33
- $this->activate();
34
  update_option( 'woolentor_wishsuite_status','yes' );
35
  }
36
  $this->init_plugin();
30
  $this->define_constants();
31
  $this->includes();
32
  if( get_option('woolentor_wishsuite_status', 'no') === 'no' ){
33
+ add_action( 'wp_loaded',[ $this, 'activate' ] );
34
  update_option( 'woolentor_wishsuite_status','yes' );
35
  }
36
  $this->init_plugin();
languages/woolentor.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WooLentor - WooCommerce Elementor Addons + Builder\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2022-06-04 04:18+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
@@ -180,7 +180,7 @@ msgstr ""
180
  msgid "Add ID Manually"
181
  msgstr ""
182
 
183
- #: includes/admin/include/admin_field-manager.php:387
184
  msgid "Add Item"
185
  msgstr ""
186
 
@@ -193,7 +193,7 @@ msgid "Add New Template"
193
  msgstr ""
194
 
195
  #: includes/addons/wl_recently_viewed_products.php:394
196
- #: includes/addons/wb_wishsuite_table.php:138
197
  msgid "Add To Cart"
198
  msgstr ""
199
 
@@ -212,8 +212,8 @@ msgstr ""
212
  msgid "Add to Cart Button Text"
213
  msgstr ""
214
 
215
- #: includes/helper-function.php:1046 includes/helper-function.php:1047
216
- #: includes/helper-function.php:1063
217
  #: woolentor-blocks/includes/helper-functions.php:312
218
  #: woolentor-blocks/includes/helper-functions.php:313
219
  #: woolentor-blocks/includes/helper-functions.php:329
@@ -234,7 +234,7 @@ msgstr ""
234
  msgid "Additional Options"
235
  msgstr ""
236
 
237
- #: classes/class.widgets_control.php:224
238
  msgid "Adds Banner"
239
  msgstr ""
240
 
@@ -281,11 +281,11 @@ msgid "ALL"
281
  msgstr ""
282
 
283
  #: includes/addons/wb_wc_multicurrency.php:58
284
- #: includes/admin/include/class.template-manager.php:294
285
  msgid "All"
286
  msgstr ""
287
 
288
- #: includes/admin/include/class.template-manager.php:395
289
  msgid "All Assigned Template has been imported"
290
  msgstr ""
291
 
@@ -298,7 +298,7 @@ msgstr ""
298
  msgid "All Categories"
299
  msgstr ""
300
 
301
- #: includes/admin/include/class.template-manager.php:383
302
  msgid "All Data Saved"
303
  msgstr ""
304
 
@@ -326,12 +326,12 @@ msgstr ""
326
  msgid "Apply coupon"
327
  msgstr ""
328
 
329
- #: includes/admin/include/class.template-manager.php:189
330
- #: includes/admin/include/class.template-manager.php:213
331
  msgid "Archive"
332
  msgstr ""
333
 
334
- #: classes/class.widgets_control.php:404
335
  msgid "Archive Catalog Ordering"
336
  msgstr ""
337
 
@@ -339,7 +339,7 @@ msgstr ""
339
  msgid "Archive Description"
340
  msgstr ""
341
 
342
- #: classes/class.widgets_control.php:396
343
  msgid "Archive Layout Default"
344
  msgstr ""
345
 
@@ -347,18 +347,18 @@ msgstr ""
347
  msgid "Archive Product"
348
  msgstr ""
349
 
350
- #: classes/class.widgets_control.php:400
351
  msgid "Archive Result Count"
352
  msgstr ""
353
 
354
- #: classes/class.widgets_control.php:264
355
  #: includes/addons/wl_archive_title.php:43
356
  #: includes/addons/wl_archive_title.php:224
357
  msgid "Archive Title"
358
  msgstr ""
359
 
360
  #: classes/class.assest_management.php:324
361
- #: includes/admin/include/class.template-manager.php:398
362
  msgid "Are you sure?"
363
  msgstr ""
364
 
@@ -386,7 +386,7 @@ msgstr ""
386
  #: includes/addons/wb_product_upsell.php:84
387
  #: includes/addons/wb_archive_product.php:148
388
  #: includes/addons/wb_product_related.php:99
389
- #: includes/addons/wl_product_filter.php:899
390
  msgid "ASC"
391
  msgstr ""
392
 
@@ -400,7 +400,7 @@ msgstr ""
400
  msgid "Ascending"
401
  msgstr ""
402
 
403
- #: includes/admin/include/class.template-manager.php:394
404
  msgid "Assigned Template Importing.."
405
  msgstr ""
406
 
@@ -483,8 +483,8 @@ msgstr ""
483
  #: includes/addons/wb_image_marker.php:207
484
  #: includes/addons/wb_image_marker.php:260
485
  #: includes/addons/wb_customer_review.php:327
486
- #: includes/addons/wb_wishsuite_table.php:168
487
- #: includes/addons/wb_wishsuite_table.php:200
488
  #: includes/addons/product_tabs.php:776
489
  #: includes/addons/wl_category_grid.php:471
490
  #: includes/addons/wl_category_grid.php:853
@@ -513,6 +513,7 @@ msgstr ""
513
  #: includes/addons/wl_recently_viewed_products.php:498
514
  #: includes/addons/wl_recently_viewed_products.php:602
515
  #: includes/addons/wl_recently_viewed_products.php:677
 
516
  #: includes/addons/product_tabs.php:661 includes/addons/product_tabs.php:713
517
  #: includes/addons/product_tabs.php:817 includes/addons/product_tabs.php:1146
518
  #: includes/addons/product_tabs.php:1206
@@ -599,11 +600,11 @@ msgstr ""
599
  msgid "Best Selling Products"
600
  msgstr ""
601
 
602
- #: includes/modules/shopify-like-checkout/templates/form-billing.php:21
603
  msgid "Billing &amp; Shipping"
604
  msgstr ""
605
 
606
- #: includes/modules/shopify-like-checkout/templates/form-billing.php:23
607
  msgid "Billing address"
608
  msgstr ""
609
 
@@ -689,6 +690,7 @@ msgstr ""
689
  #: includes/addons/product_curvy.php:352 includes/addons/product_curvy.php:368
690
  #: includes/addons/wb_product_suggest_price.php:672
691
  #: includes/addons/wb_product_suggest_price.php:815
 
692
  #: includes/addons/wb_product_add_to_cart.php:179
693
  #: includes/addons/wb_ever_compare_table.php:187
694
  msgid "Border Color"
@@ -783,7 +785,7 @@ msgstr ""
783
  msgid "Box Shadow"
784
  msgstr ""
785
 
786
- #: classes/class.widgets_control.php:280 includes/addons/wl_brand.php:241
787
  msgid "Brand"
788
  msgstr ""
789
 
@@ -808,7 +810,7 @@ msgstr ""
808
  msgid "Brand Title"
809
  msgstr ""
810
 
811
- #: classes/class.widgets_control.php:268 includes/addons/wl_breadcrumbs.php:43
812
  msgid "Breadcrumbs"
813
  msgstr ""
814
 
@@ -888,7 +890,7 @@ msgid "Call For Price"
888
  msgstr ""
889
 
890
  #: classes/class.assest_management.php:323
891
- #: includes/admin/include/class.template-manager.php:401
892
  msgid "Cancel"
893
  msgstr ""
894
 
@@ -920,7 +922,7 @@ msgstr ""
920
  msgid "Categories"
921
  msgstr ""
922
 
923
- #: classes/class.widgets_control.php:276
924
  msgid "Category"
925
  msgstr ""
926
 
@@ -932,7 +934,7 @@ msgstr ""
932
  msgid "Category Display Type"
933
  msgstr ""
934
 
935
- #: classes/class.widgets_control.php:244
936
  #: includes/addons/wl_category_grid.php:44
937
  msgid "Category Grid"
938
  msgstr ""
@@ -987,7 +989,7 @@ msgid "Choose a Payment Gateway"
987
  msgstr ""
988
 
989
  #: includes/addons/wl_brand.php:84
990
- #: includes/admin/include/admin_field-manager.php:243
991
  msgid "Choose Image"
992
  msgstr ""
993
 
@@ -1104,8 +1106,12 @@ msgstr ""
1104
  #: includes/addons/wl_recently_viewed_products.php:487
1105
  #: includes/addons/wl_recently_viewed_products.php:580
1106
  #: includes/addons/wl_recently_viewed_products.php:666
1107
- #: includes/addons/wb_wishsuite_table.php:156
1108
- #: includes/addons/wb_wishsuite_table.php:188
 
 
 
 
1109
  #: includes/addons/product_tabs.php:282 includes/addons/product_tabs.php:361
1110
  #: includes/addons/product_tabs.php:649 includes/addons/product_tabs.php:764
1111
  #: includes/addons/product_tabs.php:1134 includes/addons/product_tabs.php:1194
@@ -1133,14 +1139,14 @@ msgstr ""
1133
  msgid "Columns"
1134
  msgstr ""
1135
 
1136
- #: includes/helper-function.php:1008 includes/addons/product_flash_sale.php:137
1137
  #: includes/addons/product_image_accordion.php:150
1138
  #: includes/addons/product_accordion.php:171
1139
  #: includes/addons/product_curvy.php:206 includes/addons/product_tabs.php:165
1140
  msgid "Comment count"
1141
  msgstr ""
1142
 
1143
- #: includes/helper-function.php:1063
1144
  #: woolentor-blocks/includes/helper-functions.php:329
1145
  #: includes/modules/compare/includes/classes/Admin/Dashboard.php:59
1146
  #: includes/modules/compare/includes/classes/Admin/Dashboard.php:60
@@ -1280,7 +1286,7 @@ msgstr ""
1280
  msgid "Create a new page from this template"
1281
  msgstr ""
1282
 
1283
- #: includes/modules/shopify-like-checkout/templates/form-billing.php:50
1284
  msgid "Create an account?"
1285
  msgstr ""
1286
 
@@ -1316,7 +1322,7 @@ msgstr ""
1316
  msgid "Customer"
1317
  msgstr ""
1318
 
1319
- #: classes/class.widgets_control.php:284
1320
  msgid "Customer Review"
1321
  msgstr ""
1322
 
@@ -1328,7 +1334,7 @@ msgstr ""
1328
  msgid "Data Saved successfully!"
1329
  msgstr ""
1330
 
1331
- #: includes/helper-function.php:1005 includes/addons/product_flash_sale.php:134
1332
  #: includes/addons/wb_product_upsell.php:66
1333
  #: includes/addons/wb_archive_product.php:127
1334
  #: includes/addons/product_image_accordion.php:147
@@ -1362,7 +1368,7 @@ msgstr ""
1362
  #: includes/addons/wb_product_upsell.php:85
1363
  #: includes/addons/wb_archive_product.php:149
1364
  #: includes/addons/wb_product_related.php:100
1365
- #: includes/addons/wl_product_filter.php:900
1366
  msgid "DESC"
1367
  msgstr ""
1368
 
@@ -1419,8 +1425,8 @@ msgstr ""
1419
  msgid "Do you want to individual icon ?"
1420
  msgstr ""
1421
 
1422
- #: includes/admin/include/admin_field-manager.php:305
1423
- #: includes/admin/include/admin_field-manager.php:425
1424
  #: includes/admin/templates/dashboard-welcome.php:19
1425
  msgid "Documentation"
1426
  msgstr ""
@@ -1434,11 +1440,11 @@ msgstr ""
1434
  msgid "Edit Template"
1435
  msgstr ""
1436
 
1437
- #: includes/admin/include/class.template-manager.php:373
1438
  msgid "Edit With Elementor"
1439
  msgstr ""
1440
 
1441
- #: includes/admin/include/class.template-manager.php:377
1442
  msgid "Edit With Gutenberg"
1443
  msgstr ""
1444
 
@@ -1453,7 +1459,7 @@ msgstr ""
1453
  msgid "Element Information"
1454
  msgstr ""
1455
 
1456
- #: includes/admin/include/class.template-manager.php:389
1457
  #: includes/admin/include/template-library/templates_list.php:19
1458
  msgid "Elementor"
1459
  msgstr ""
@@ -1512,7 +1518,7 @@ msgstr ""
1512
  msgid "Enter a different address"
1513
  msgstr ""
1514
 
1515
- #: includes/admin/include/class.template-manager.php:365
1516
  msgid "Enter a template name"
1517
  msgstr ""
1518
 
@@ -1535,7 +1541,7 @@ msgstr ""
1535
  msgid "Even Heading Background"
1536
  msgstr ""
1537
 
1538
- #: classes/class.widgets_control.php:431
1539
  #: includes/addons/wb_ever_compare_table.php:49
1540
  msgid "EverCompare"
1541
  msgstr ""
@@ -1549,7 +1555,7 @@ msgstr ""
1549
  msgid "Extra Option"
1550
  msgstr ""
1551
 
1552
- #: classes/class.widgets_control.php:240
1553
  msgid "Faq"
1554
  msgstr ""
1555
 
@@ -1557,7 +1563,7 @@ msgstr ""
1557
  msgid "FAQ Title"
1558
  msgstr ""
1559
 
1560
- #: includes/helper-function.php:1010
1561
  msgid "Featured"
1562
  msgstr ""
1563
 
@@ -1574,7 +1580,7 @@ msgstr ""
1574
  #: includes/addons/wl_product_horizontal_filter.php:52
1575
  #: includes/addons/wl_product_horizontal_filter.php:199
1576
  #: includes/addons/wl_product_filter.php:52
1577
- #: includes/addons/wl_product_filter.php:840
1578
  msgid "Filter"
1579
  msgstr ""
1580
 
@@ -1791,7 +1797,7 @@ msgstr ""
1791
  msgid "Here"
1792
  msgstr ""
1793
 
1794
- #: includes/helper-function.php:932 includes/helper-function.php:950
1795
  msgid "here"
1796
  msgstr ""
1797
 
@@ -1847,7 +1853,7 @@ msgstr ""
1847
  msgid "Horizontal Position"
1848
  msgstr ""
1849
 
1850
- #: classes/class.widgets_control.php:301
1851
  msgid "Horizontal Product Filter"
1852
  msgstr ""
1853
 
@@ -1876,7 +1882,7 @@ msgstr ""
1876
  #: includes/addons/wl_product_filter.php:465
1877
  #: includes/addons/wl_product_filter.php:702
1878
  #: includes/addons/wl_recently_viewed_products.php:480
1879
- #: includes/addons/wb_wishsuite_table.php:181
1880
  #: includes/addons/product_tabs.php:353 includes/addons/product_tabs.php:748
1881
  #: includes/addons/product_tabs.php:1066 includes/addons/product_tabs.php:1188
1882
  #: includes/addons/wb_product_add_to_cart.php:150
@@ -1907,6 +1913,8 @@ msgstr ""
1907
  #: includes/addons/wl_onepage_slider.php:404
1908
  #: includes/addons/wl_category.php:327
1909
  #: includes/addons/wl_recently_viewed_products.php:325
 
 
1910
  #: includes/addons/add_banner.php:251 includes/addons/wl_category_grid.php:563
1911
  msgid "Hover Color"
1912
  msgstr ""
@@ -1941,10 +1949,12 @@ msgstr ""
1941
  #: includes/addons/product_flash_sale.php:538
1942
  #: includes/addons/wl_breadcrumbs.php:154
1943
  #: includes/addons/wl_store_features.php:264
 
1944
  msgid "Icon Color"
1945
  msgstr ""
1946
 
1947
  #: includes/addons/wl_store_features.php:279
 
1948
  msgid "Icon Hover Color"
1949
  msgstr ""
1950
 
@@ -1977,7 +1987,7 @@ msgstr ""
1977
  msgid "Icon Width"
1978
  msgstr ""
1979
 
1980
- #: includes/helper-function.php:1004 includes/addons/product_flash_sale.php:133
1981
  #: includes/addons/product_image_accordion.php:146
1982
  #: includes/addons/product_accordion.php:167
1983
  #: includes/addons/product_curvy.php:202 includes/addons/product_tabs.php:161
@@ -2031,7 +2041,7 @@ msgstr ""
2031
  msgid "Image Area Border Color"
2032
  msgstr ""
2033
 
2034
- #: classes/class.widgets_control.php:232
2035
  msgid "Image Marker"
2036
  msgstr ""
2037
 
@@ -2043,7 +2053,7 @@ msgstr ""
2043
  msgid "Import"
2044
  msgstr ""
2045
 
2046
- #: includes/admin/include/class.template-manager.php:305
2047
  msgid "Import Previously Assigned Templates"
2048
  msgstr ""
2049
 
@@ -2107,7 +2117,7 @@ msgstr ""
2107
  msgid "Installing.."
2108
  msgstr ""
2109
 
2110
- #: includes/admin/include/class.template-manager.php:399
2111
  msgid ""
2112
  "It will import those templates that were created from the \"Templates\" menu "
2113
  "of Elementor and assigned to corresponding WooCommerce pages."
@@ -2141,7 +2151,7 @@ msgstr ""
2141
  msgid "Justified"
2142
  msgstr ""
2143
 
2144
- #: classes/class.widgets_control.php:438 includes/addons/wb_just_table.php:48
2145
  msgid "JustTable"
2146
  msgstr ""
2147
 
@@ -2410,7 +2420,7 @@ msgstr ""
2410
  msgid "Max Price"
2411
  msgstr ""
2412
 
2413
- #: includes/addons/wl_product_filter.php:838
2414
  msgid "Max price"
2415
  msgstr ""
2416
 
@@ -2445,7 +2455,7 @@ msgstr ""
2445
  msgid "Min Price"
2446
  msgstr ""
2447
 
2448
- #: includes/addons/wl_product_filter.php:837
2449
  msgid "Min price"
2450
  msgstr ""
2451
 
@@ -2505,7 +2515,7 @@ msgstr ""
2505
  msgid "N/A"
2506
  msgstr ""
2507
 
2508
- #: includes/helper-function.php:1006 includes/addons/product_flash_sale.php:135
2509
  #: includes/addons/wl_testimonial.php:82 includes/addons/wl_testimonial.php:576
2510
  #: includes/addons/product_image_accordion.php:148
2511
  #: includes/addons/product_accordion.php:169
@@ -2513,7 +2523,7 @@ msgstr ""
2513
  #: includes/addons/wb_customer_review.php:80
2514
  #: includes/addons/wb_customer_review.php:392
2515
  #: includes/addons/product_tabs.php:163
2516
- #: includes/admin/include/class.template-manager.php:364
2517
  msgid "Name"
2518
  msgstr ""
2519
 
@@ -2575,7 +2585,7 @@ msgstr ""
2575
  msgid "No Gutters"
2576
  msgstr ""
2577
 
2578
- #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:411
2579
  msgid "No naughty business please!"
2580
  msgstr ""
2581
 
@@ -2609,18 +2619,18 @@ msgstr ""
2609
  msgid "No upsell products are available."
2610
  msgstr ""
2611
 
2612
- #: includes/admin/include/class.template-manager.php:423
2613
- #: includes/admin/include/class.template-manager.php:559
2614
- #: includes/admin/include/class.template-manager.php:595
2615
- #: includes/admin/include/class.template-manager.php:644
2616
  msgid "Nonce Varification Faild !"
2617
  msgstr ""
2618
 
2619
- #: includes/helper-function.php:1003 includes/addons/product_flash_sale.php:132
2620
  #: includes/addons/product_image_accordion.php:145
2621
  #: includes/addons/product_accordion.php:166
2622
  #: includes/addons/product_curvy.php:201
2623
- #: includes/addons/wl_product_filter.php:898
2624
  #: includes/addons/product_tabs.php:160
2625
  msgid "None"
2626
  msgstr ""
@@ -2648,7 +2658,7 @@ msgstr ""
2648
  #: includes/addons/wl_product_filter.php:400
2649
  #: includes/addons/wl_product_filter.php:637
2650
  #: includes/addons/wl_recently_viewed_products.php:428
2651
- #: includes/addons/wb_wishsuite_table.php:149
2652
  #: includes/addons/product_tabs.php:267 includes/addons/product_tabs.php:634
2653
  #: includes/addons/product_tabs.php:870 includes/addons/product_tabs.php:1127
2654
  #: includes/addons/wb_product_add_to_cart.php:65
@@ -2682,7 +2692,7 @@ msgstr ""
2682
  msgid "Odd Heading Background"
2683
  msgstr ""
2684
 
2685
- #: includes/addons/wl_product_horizontal_filter.php:1095
2686
  msgid "of"
2687
  msgstr ""
2688
 
@@ -2711,7 +2721,7 @@ msgstr ""
2711
  msgid "One"
2712
  msgstr ""
2713
 
2714
- #: classes/class.widgets_control.php:248
2715
  msgid "One Page Slider"
2716
  msgstr ""
2717
 
@@ -2851,6 +2861,7 @@ msgstr ""
2851
  #: includes/addons/wl_recently_viewed_products.php:413
2852
  #: includes/addons/wl_recently_viewed_products.php:633
2853
  #: includes/addons/wl_recently_viewed_products.php:697
 
2854
  #: includes/addons/product_tabs.php:693
2855
  #: includes/addons/wb_product_add_to_cart.php:92
2856
  #: includes/addons/wl_category_grid.php:449
@@ -2931,7 +2942,7 @@ msgstr ""
2931
  msgid "Please fill in your details above to see available payment methods."
2932
  msgstr ""
2933
 
2934
- #: includes/addons/wl_product_filter.php:957
2935
  msgid "Please Select Filter Type"
2936
  msgstr ""
2937
 
@@ -2959,7 +2970,7 @@ msgstr ""
2959
  msgid "Position"
2960
  msgstr ""
2961
 
2962
- #: includes/admin/include/class.template-manager.php:452
2963
  msgid "Post request dose not found"
2964
  msgstr ""
2965
 
@@ -2974,8 +2985,8 @@ msgid "Template Builder"
2974
  msgstr ""
2975
 
2976
  #: classes/class.assest_management.php:355
2977
- #: includes/admin/include/admin_field-manager.php:304
2978
- #: includes/admin/include/admin_field-manager.php:424
2979
  msgid "Preview"
2980
  msgstr ""
2981
 
@@ -2987,6 +2998,7 @@ msgstr ""
2987
  #: includes/addons/wb_product_related.php:83
2988
  #: includes/addons/wl_product_filter.php:44
2989
  #: includes/addons/wl_recently_viewed_products.php:350
 
2990
  msgid "Price"
2991
  msgstr ""
2992
 
@@ -3016,7 +3028,7 @@ msgstr ""
3016
  msgid "Price Range"
3017
  msgstr ""
3018
 
3019
- #: includes/addons/wl_product_filter.php:842
3020
  msgid "Price:"
3021
  msgstr ""
3022
 
@@ -3030,10 +3042,10 @@ msgid "Pricing"
3030
  msgstr ""
3031
 
3032
  #: classes/class.assest_management.php:343
3033
- #: includes/admin/include/class.template-manager.php:390
3034
- #: includes/admin/include/admin_field-manager.php:126
3035
- #: includes/admin/include/admin_field-manager.php:287
3036
- #: includes/admin/include/admin_field-manager.php:405
3037
  #: includes/admin/include/template-library/templates_list.php:31
3038
  msgid "Pro"
3039
  msgstr ""
@@ -3046,16 +3058,16 @@ msgstr ""
3046
  msgid "Producing Perfume From Home"
3047
  msgstr ""
3048
 
3049
- #: classes/class.widgets_control.php:325
3050
  msgid "Product Add To Cart"
3051
  msgstr ""
3052
 
3053
- #: includes/helper-function.php:1048
3054
  #: woolentor-blocks/includes/helper-functions.php:314
3055
  msgid "Product Added"
3056
  msgstr ""
3057
 
3058
- #: classes/class.widgets_control.php:329
3059
  msgid "Product Additional Info"
3060
  msgstr ""
3061
 
@@ -3063,11 +3075,11 @@ msgstr ""
3063
  msgid "Product Badge"
3064
  msgstr ""
3065
 
3066
- #: classes/class.widgets_control.php:305
3067
  msgid "Product Call for Price"
3068
  msgstr ""
3069
 
3070
- #: classes/class.widgets_control.php:385
3071
  #: includes/addons/product_image_accordion.php:117
3072
  #: includes/addons/product_accordion.php:128
3073
  #: includes/addons/product_curvy.php:163 includes/addons/product_tabs.php:135
@@ -3104,19 +3116,19 @@ msgid ""
3104
  "the pro version"
3105
  msgstr ""
3106
 
3107
- #: classes/class.widgets_control.php:252
3108
  msgid "Product Curvy"
3109
  msgstr ""
3110
 
3111
- #: classes/class.widgets_control.php:333
3112
  msgid "Product Data tabs"
3113
  msgstr ""
3114
 
3115
- #: classes/class.widgets_control.php:337
3116
  msgid "Product Description"
3117
  msgstr ""
3118
 
3119
- #: classes/class.widgets_control.php:297
3120
  msgid "Product Filter"
3121
  msgstr ""
3122
 
@@ -3130,11 +3142,11 @@ msgstr ""
3130
  msgid "Product IDs"
3131
  msgstr ""
3132
 
3133
- #: classes/class.widgets_control.php:357
3134
  msgid "Product Image"
3135
  msgstr ""
3136
 
3137
- #: classes/class.widgets_control.php:256
3138
  msgid "Product Image Accordion"
3139
  msgstr ""
3140
 
@@ -3159,7 +3171,7 @@ msgstr ""
3159
  msgid "Product Limit"
3160
  msgstr ""
3161
 
3162
- #: classes/class.widgets_control.php:373
3163
  msgid "Product Meta"
3164
  msgstr ""
3165
 
@@ -3173,7 +3185,7 @@ msgstr ""
3173
  msgid "Product Per Page"
3174
  msgstr ""
3175
 
3176
- #: classes/class.widgets_control.php:345 includes/helper-function.php:1011
3177
  #: includes/addons/product_flash_sale.php:466
3178
  #: includes/addons/product_image_accordion.php:411
3179
  #: includes/addons/product_accordion.php:490
@@ -3181,7 +3193,7 @@ msgstr ""
3181
  msgid "Product Price"
3182
  msgstr ""
3183
 
3184
- #: classes/class.widgets_control.php:389
3185
  msgid "Product QR Code"
3186
  msgstr ""
3187
 
@@ -3192,7 +3204,7 @@ msgstr ""
3192
  msgid "Product Rating"
3193
  msgstr ""
3194
 
3195
- #: classes/class.widgets_control.php:349
3196
  msgid "Product rating"
3197
  msgstr ""
3198
 
@@ -3200,7 +3212,7 @@ msgstr ""
3200
  msgid "Product Reviews"
3201
  msgstr ""
3202
 
3203
- #: classes/class.widgets_control.php:353
3204
  msgid "Product reviews"
3205
  msgstr ""
3206
 
@@ -3208,11 +3220,11 @@ msgstr ""
3208
  msgid "Product Settings"
3209
  msgstr ""
3210
 
3211
- #: classes/class.widgets_control.php:341
3212
  msgid "Product short description"
3213
  msgstr ""
3214
 
3215
- #: classes/class.widgets_control.php:377
3216
  msgid "Product SKU"
3217
  msgstr ""
3218
 
@@ -3220,7 +3232,7 @@ msgstr ""
3220
  msgid "Product Slider"
3221
  msgstr ""
3222
 
3223
- #: classes/class.widgets_control.php:369
3224
  msgid "Product Stock"
3225
  msgstr ""
3226
 
@@ -3228,7 +3240,7 @@ msgstr ""
3228
  msgid "Product Style"
3229
  msgstr ""
3230
 
3231
- #: classes/class.widgets_control.php:309
3232
  msgid "Product suggest price"
3233
  msgstr ""
3234
 
@@ -3240,11 +3252,11 @@ msgstr ""
3240
  msgid "Product tab menu background"
3241
  msgstr ""
3242
 
3243
- #: classes/class.widgets_control.php:220
3244
  msgid "Product Tabs"
3245
  msgstr ""
3246
 
3247
- #: classes/class.widgets_control.php:381
3248
  msgid "Product Tags"
3249
  msgstr ""
3250
 
@@ -3252,7 +3264,7 @@ msgstr ""
3252
  msgid "Product tags does not exists."
3253
  msgstr ""
3254
 
3255
- #: classes/class.widgets_control.php:317
3256
  #: includes/addons/product_flash_sale.php:411
3257
  #: includes/addons/product_image_accordion.php:357
3258
  #: includes/addons/product_curvy.php:410
@@ -3261,11 +3273,11 @@ msgstr ""
3261
  msgid "Product Title"
3262
  msgstr ""
3263
 
3264
- #: classes/class.widgets_control.php:365
3265
  msgid "Product Upsell"
3266
  msgstr ""
3267
 
3268
- #: classes/class.widgets_control.php:361
3269
  msgid "Product Video Gallery"
3270
  msgstr ""
3271
 
@@ -3298,6 +3310,7 @@ msgid "QR Code"
3298
  msgstr ""
3299
 
3300
  #: includes/addons/wb_product_qr_code.php:72
 
3301
  msgid "Quantity"
3302
  msgstr ""
3303
 
@@ -3307,7 +3320,7 @@ msgstr ""
3307
  msgid "Query Settings"
3308
  msgstr ""
3309
 
3310
- #: includes/helper-function.php:1009 includes/addons/product_flash_sale.php:138
3311
  #: includes/addons/wb_product_upsell.php:71
3312
  #: includes/addons/wb_archive_product.php:132
3313
  #: includes/addons/product_image_accordion.php:151
@@ -3360,7 +3373,7 @@ msgstr ""
3360
  msgid "Recent Products"
3361
  msgstr ""
3362
 
3363
- #: classes/class.widgets_control.php:272
3364
  msgid "Recently Viewed Products"
3365
  msgstr ""
3366
 
@@ -3380,7 +3393,7 @@ msgstr ""
3380
  msgid "Regular Price Color"
3381
  msgstr ""
3382
 
3383
- #: classes/class.widgets_control.php:321
3384
  #: includes/addons/wb_product_related.php:45
3385
  msgid "Related Product"
3386
  msgstr ""
@@ -3393,6 +3406,10 @@ msgstr ""
3393
  msgid "Remove featured image"
3394
  msgstr ""
3395
 
 
 
 
 
3396
  #: includes/admin/templates/dashboard-welcome.php:54
3397
  msgid "Request"
3398
  msgstr ""
@@ -3410,7 +3427,7 @@ msgid "Reset To Default"
3410
  msgstr ""
3411
 
3412
  #: classes/class.assest_management.php:325
3413
- msgid "Reseting..."
3414
  msgstr ""
3415
 
3416
  #: includes/addons/wb_archive_result_count.php:42
@@ -3423,7 +3440,7 @@ msgid "Return to cart"
3423
  msgstr ""
3424
 
3425
  #: includes/modules/shopify-like-checkout/templates/form-checkout.php:62
3426
- msgid "Return to informations"
3427
  msgstr ""
3428
 
3429
  #: includes/modules/shopify-like-checkout/templates/form-checkout.php:64
@@ -3512,7 +3529,7 @@ msgstr ""
3512
  msgid "Sale!"
3513
  msgstr ""
3514
 
3515
- #: includes/admin/include/class.template-manager.php:388
3516
  msgid "Sample Design"
3517
  msgstr ""
3518
 
@@ -3525,7 +3542,7 @@ msgstr ""
3525
  msgid "Save Changes"
3526
  msgstr ""
3527
 
3528
- #: includes/admin/include/class.template-manager.php:381
3529
  msgid "Save Settings"
3530
  msgstr ""
3531
 
@@ -3534,7 +3551,7 @@ msgid "Saved All Data"
3534
  msgstr ""
3535
 
3536
  #: classes/class.assest_management.php:320
3537
- #: includes/admin/include/class.template-manager.php:382
3538
  msgid "Saving..."
3539
  msgstr ""
3540
 
@@ -3582,7 +3599,7 @@ msgstr ""
3582
  msgid "Select"
3583
  msgstr ""
3584
 
3585
- #: includes/addons/wl_product_horizontal_filter.php:1094
3586
  msgid "select"
3587
  msgstr ""
3588
 
@@ -3633,7 +3650,7 @@ msgstr ""
3633
  msgid "Separator Icon"
3634
  msgstr ""
3635
 
3636
- #: includes/admin/include/class.template-manager.php:368
3637
  msgid "Set Default"
3638
  msgstr ""
3639
 
@@ -3641,7 +3658,7 @@ msgstr ""
3641
  msgid "Set featured image"
3642
  msgstr ""
3643
 
3644
- #: includes/helper-function.php:932 includes/helper-function.php:950
3645
  msgid "Set the initial stock amount from"
3646
  msgstr ""
3647
 
@@ -3661,8 +3678,8 @@ msgstr ""
3661
  msgid "Ship to a different address?"
3662
  msgstr ""
3663
 
3664
- #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:286
3665
- #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:287
3666
  #: includes/modules/shopify-like-checkout/templates/review-order.php:26
3667
  #: includes/modules/shopify-like-checkout/templates/form-checkout.php:49
3668
  msgid "Shipping"
@@ -3686,8 +3703,8 @@ msgstr ""
3686
  msgid "Shipping to %s."
3687
  msgstr ""
3688
 
3689
- #: includes/admin/include/class.template-manager.php:186
3690
- #: includes/admin/include/class.template-manager.php:209
3691
  msgid "Shop"
3692
  msgstr ""
3693
 
@@ -3794,8 +3811,8 @@ msgid ""
3794
  "items, and news in your inbox."
3795
  msgstr ""
3796
 
3797
- #: includes/admin/include/class.template-manager.php:192
3798
- #: includes/admin/include/class.template-manager.php:217
3799
  msgid "Single"
3800
  msgstr ""
3801
 
@@ -3812,6 +3829,7 @@ msgstr ""
3812
 
3813
  #: includes/addons/wb_product_qr_code.php:50
3814
  #: includes/addons/wl_product_filter.php:550
 
3815
  msgid "Size"
3816
  msgstr ""
3817
 
@@ -3891,7 +3909,11 @@ msgstr ""
3891
  msgid "Slider Option"
3892
  msgstr ""
3893
 
3894
- #: includes/helper-function.php:945
 
 
 
 
3895
  msgid "Sold"
3896
  msgstr ""
3897
 
@@ -3908,10 +3930,10 @@ msgstr ""
3908
  msgid "Sold:"
3909
  msgstr ""
3910
 
3911
- #: includes/admin/include/class.template-manager.php:501
3912
- #: includes/admin/include/class.template-manager.php:576
3913
- #: includes/admin/include/class.template-manager.php:614
3914
- #: includes/admin/include/class.template-manager.php:684
3915
  msgid "Some thing is worng !"
3916
  msgstr ""
3917
 
@@ -3995,7 +4017,7 @@ msgstr ""
3995
  msgid "span"
3996
  msgstr ""
3997
 
3998
- #: classes/class.widgets_control.php:228
3999
  msgid "Special Day Offer"
4000
  msgstr ""
4001
 
@@ -4027,7 +4049,7 @@ msgstr ""
4027
  msgid "Store Feature"
4028
  msgstr ""
4029
 
4030
- #: classes/class.widgets_control.php:236
4031
  msgid "Store Features"
4032
  msgstr ""
4033
 
@@ -4221,16 +4243,16 @@ msgstr ""
4221
  msgid "Template Builder"
4222
  msgstr ""
4223
 
4224
- #: includes/admin/include/class.template-manager.php:677
4225
  msgid "Template has been imported"
4226
  msgstr ""
4227
 
4228
- #: includes/admin/include/class.template-manager.php:476
4229
  msgid "Template has been inserted"
4230
  msgstr ""
4231
 
4232
- #: includes/admin/include/class.template-manager.php:541
4233
- #: includes/admin/include/class.template-manager.php:606
4234
  msgid "Template has been updated"
4235
  msgstr ""
4236
 
@@ -4239,7 +4261,7 @@ msgstr ""
4239
  msgid "Template Library"
4240
  msgstr ""
4241
 
4242
- #: includes/admin/include/class.template-manager.php:370
4243
  msgid "Template Settings"
4244
  msgstr ""
4245
 
@@ -4263,7 +4285,7 @@ msgstr ""
4263
  msgid "Ten"
4264
  msgstr ""
4265
 
4266
- #: classes/class.widgets_control.php:288 includes/addons/wl_testimonial.php:45
4267
  msgid "Testimonial"
4268
  msgstr ""
4269
 
@@ -4330,7 +4352,7 @@ msgstr ""
4330
  msgid "Theme Activated"
4331
  msgstr ""
4332
 
4333
- #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:290
4334
  #: includes/modules/shopify-like-checkout/templates/cart-shipping.php:53
4335
  msgid ""
4336
  "There are no shipping options available. Please ensure that your address has "
@@ -4373,7 +4395,7 @@ msgstr ""
4373
  msgid "Thumbnails Position"
4374
  msgstr ""
4375
 
4376
- #: includes/helper-function.php:1007 includes/addons/wl_faq.php:68
4377
  #: includes/addons/wl_faq.php:342 includes/addons/product_flash_sale.php:136
4378
  #: includes/addons/product_flash_sale.php:772
4379
  #: includes/addons/wl_product_horizontal_filter.php:197
@@ -4396,6 +4418,7 @@ msgstr ""
4396
  #: includes/addons/wl_product_filter.php:143
4397
  #: includes/addons/wb_image_marker.php:304
4398
  #: includes/addons/wl_recently_viewed_products.php:295
 
4399
  #: includes/addons/product_tabs.php:164 includes/addons/product_tabs.php:945
4400
  #: includes/addons/add_banner.php:147 includes/addons/wl_category_grid.php:543
4401
  msgid "Title"
@@ -4412,7 +4435,9 @@ msgstr ""
4412
  #: includes/addons/product_curvy.php:427 includes/addons/product_curvy.php:441
4413
  #: includes/addons/wb_product_categories.php:95
4414
  #: includes/addons/wb_product_title.php:70
4415
- #: includes/addons/wb_product_sku.php:95 includes/addons/wb_product_tags.php:95
 
 
4416
  msgid "Title Color"
4417
  msgstr ""
4418
 
@@ -4452,7 +4477,7 @@ msgstr ""
4452
  msgid "Top"
4453
  msgstr ""
4454
 
4455
- #: includes/helper-function.php:1013
4456
  msgid "Top Rated"
4457
  msgstr ""
4458
 
@@ -4462,7 +4487,7 @@ msgstr ""
4462
  msgid "Top Rated Products"
4463
  msgstr ""
4464
 
4465
- #: includes/helper-function.php:1012
4466
  msgid "Top Seller"
4467
  msgstr ""
4468
 
@@ -4478,7 +4503,7 @@ msgid "Two"
4478
  msgstr ""
4479
 
4480
  #: includes/admin/include/class.template-manager.php:100
4481
- #: includes/admin/include/class.template-manager.php:367
4482
  msgid "Type"
4483
  msgstr ""
4484
 
@@ -4548,6 +4573,11 @@ msgstr ""
4548
  #: includes/addons/wb_product_sku.php:52
4549
  #: includes/addons/wb_product_stock.php:63
4550
  #: includes/addons/wb_wishsuite_table.php:108
 
 
 
 
 
4551
  #: includes/addons/wb_product_add_to_cart.php:84
4552
  #: includes/addons/wb_ever_compare_table.php:88
4553
  #: includes/addons/wb_product_additional_information.php:91
@@ -4563,7 +4593,7 @@ msgstr ""
4563
  msgid "Unfortunately, no products were found in the deal you selected."
4564
  msgstr ""
4565
 
4566
- #: classes/class.widgets_control.php:216
4567
  msgid "Universal Product"
4568
  msgstr ""
4569
 
@@ -4646,7 +4676,7 @@ msgstr ""
4646
  msgid "View Templates"
4647
  msgstr ""
4648
 
4649
- #: classes/class.widgets_control.php:452
4650
  msgid "WC Multicurrency"
4651
  msgstr ""
4652
 
@@ -4675,7 +4705,7 @@ msgstr ""
4675
  msgid "When the product tab is off, Then working slider."
4676
  msgstr ""
4677
 
4678
- #: classes/class.widgets_control.php:445
4679
  #: includes/admin/include/class.extension-manager.php:71
4680
  msgid "Whols"
4681
  msgstr ""
@@ -4710,12 +4740,12 @@ msgstr ""
4710
  msgid "WishSuite"
4711
  msgstr ""
4712
 
4713
- #: classes/class.widgets_control.php:424
4714
  #: includes/addons/wb_wishsuite_counter.php:38
4715
  msgid "WishSuite Counter"
4716
  msgstr ""
4717
 
4718
- #: classes/class.widgets_control.php:420
4719
  msgid "WishSuite Table"
4720
  msgstr ""
4721
 
@@ -4819,7 +4849,7 @@ msgstr ""
4819
  msgid "WL: Product Filter"
4820
  msgstr ""
4821
 
4822
- #: classes/class.widgets_control.php:413
4823
  #: includes/addons/product_flash_sale.php:13
4824
  msgid "WL: Product Flash Sale"
4825
  msgstr ""
@@ -5010,7 +5040,7 @@ msgstr ""
5010
  #: includes/addons/wl_category_grid.php:153
5011
  #: includes/addons/wl_category_grid.php:214
5012
  #: includes/addons/wl_category_grid.php:300
5013
- #: includes/admin/include/class.template-manager.php:400
5014
  msgid "Yes"
5015
  msgstr ""
5016
 
3
  msgstr ""
4
  "Project-Id-Version: WooLentor - WooCommerce Elementor Addons + Builder\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-06-20 05:45+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
180
  msgid "Add ID Manually"
181
  msgstr ""
182
 
183
+ #: includes/admin/include/admin_field-manager.php:432
184
  msgid "Add Item"
185
  msgstr ""
186
 
193
  msgstr ""
194
 
195
  #: includes/addons/wl_recently_viewed_products.php:394
196
+ #: includes/addons/wb_wishsuite_table.php:347
197
  msgid "Add To Cart"
198
  msgstr ""
199
 
212
  msgid "Add to Cart Button Text"
213
  msgstr ""
214
 
215
+ #: includes/helper-function.php:1048 includes/helper-function.php:1049
216
+ #: includes/helper-function.php:1065
217
  #: woolentor-blocks/includes/helper-functions.php:312
218
  #: woolentor-blocks/includes/helper-functions.php:313
219
  #: woolentor-blocks/includes/helper-functions.php:329
234
  msgid "Additional Options"
235
  msgstr ""
236
 
237
+ #: classes/class.widgets_control.php:232
238
  msgid "Adds Banner"
239
  msgstr ""
240
 
281
  msgstr ""
282
 
283
  #: includes/addons/wb_wc_multicurrency.php:58
284
+ #: includes/admin/include/class.template-manager.php:313
285
  msgid "All"
286
  msgstr ""
287
 
288
+ #: includes/admin/include/class.template-manager.php:414
289
  msgid "All Assigned Template has been imported"
290
  msgstr ""
291
 
298
  msgid "All Categories"
299
  msgstr ""
300
 
301
+ #: includes/admin/include/class.template-manager.php:402
302
  msgid "All Data Saved"
303
  msgstr ""
304
 
326
  msgid "Apply coupon"
327
  msgstr ""
328
 
329
+ #: includes/admin/include/class.template-manager.php:208
330
+ #: includes/admin/include/class.template-manager.php:232
331
  msgid "Archive"
332
  msgstr ""
333
 
334
+ #: classes/class.widgets_control.php:412
335
  msgid "Archive Catalog Ordering"
336
  msgstr ""
337
 
339
  msgid "Archive Description"
340
  msgstr ""
341
 
342
+ #: classes/class.widgets_control.php:404
343
  msgid "Archive Layout Default"
344
  msgstr ""
345
 
347
  msgid "Archive Product"
348
  msgstr ""
349
 
350
+ #: classes/class.widgets_control.php:408
351
  msgid "Archive Result Count"
352
  msgstr ""
353
 
354
+ #: classes/class.widgets_control.php:272
355
  #: includes/addons/wl_archive_title.php:43
356
  #: includes/addons/wl_archive_title.php:224
357
  msgid "Archive Title"
358
  msgstr ""
359
 
360
  #: classes/class.assest_management.php:324
361
+ #: includes/admin/include/class.template-manager.php:417
362
  msgid "Are you sure?"
363
  msgstr ""
364
 
386
  #: includes/addons/wb_product_upsell.php:84
387
  #: includes/addons/wb_archive_product.php:148
388
  #: includes/addons/wb_product_related.php:99
389
+ #: includes/addons/wl_product_filter.php:913
390
  msgid "ASC"
391
  msgstr ""
392
 
400
  msgid "Ascending"
401
  msgstr ""
402
 
403
+ #: includes/admin/include/class.template-manager.php:413
404
  msgid "Assigned Template Importing.."
405
  msgstr ""
406
 
483
  #: includes/addons/wb_image_marker.php:207
484
  #: includes/addons/wb_image_marker.php:260
485
  #: includes/addons/wb_customer_review.php:327
486
+ #: includes/addons/wb_wishsuite_table.php:398
487
+ #: includes/addons/wb_wishsuite_table.php:430
488
  #: includes/addons/product_tabs.php:776
489
  #: includes/addons/wl_category_grid.php:471
490
  #: includes/addons/wl_category_grid.php:853
513
  #: includes/addons/wl_recently_viewed_products.php:498
514
  #: includes/addons/wl_recently_viewed_products.php:602
515
  #: includes/addons/wl_recently_viewed_products.php:677
516
+ #: includes/addons/wb_wishsuite_table.php:231
517
  #: includes/addons/product_tabs.php:661 includes/addons/product_tabs.php:713
518
  #: includes/addons/product_tabs.php:817 includes/addons/product_tabs.php:1146
519
  #: includes/addons/product_tabs.php:1206
600
  msgid "Best Selling Products"
601
  msgstr ""
602
 
603
+ #: includes/modules/shopify-like-checkout/templates/form-billing.php:26
604
  msgid "Billing &amp; Shipping"
605
  msgstr ""
606
 
607
+ #: includes/modules/shopify-like-checkout/templates/form-billing.php:28
608
  msgid "Billing address"
609
  msgstr ""
610
 
690
  #: includes/addons/product_curvy.php:352 includes/addons/product_curvy.php:368
691
  #: includes/addons/wb_product_suggest_price.php:672
692
  #: includes/addons/wb_product_suggest_price.php:815
693
+ #: includes/addons/wb_wishsuite_table.php:241
694
  #: includes/addons/wb_product_add_to_cart.php:179
695
  #: includes/addons/wb_ever_compare_table.php:187
696
  msgid "Border Color"
785
  msgid "Box Shadow"
786
  msgstr ""
787
 
788
+ #: classes/class.widgets_control.php:288 includes/addons/wl_brand.php:241
789
  msgid "Brand"
790
  msgstr ""
791
 
810
  msgid "Brand Title"
811
  msgstr ""
812
 
813
+ #: classes/class.widgets_control.php:276 includes/addons/wl_breadcrumbs.php:43
814
  msgid "Breadcrumbs"
815
  msgstr ""
816
 
890
  msgstr ""
891
 
892
  #: classes/class.assest_management.php:323
893
+ #: includes/admin/include/class.template-manager.php:420
894
  msgid "Cancel"
895
  msgstr ""
896
 
922
  msgid "Categories"
923
  msgstr ""
924
 
925
+ #: classes/class.widgets_control.php:284
926
  msgid "Category"
927
  msgstr ""
928
 
934
  msgid "Category Display Type"
935
  msgstr ""
936
 
937
+ #: classes/class.widgets_control.php:252
938
  #: includes/addons/wl_category_grid.php:44
939
  msgid "Category Grid"
940
  msgstr ""
989
  msgstr ""
990
 
991
  #: includes/addons/wl_brand.php:84
992
+ #: includes/admin/include/admin_field-manager.php:288
993
  msgid "Choose Image"
994
  msgstr ""
995
 
1106
  #: includes/addons/wl_recently_viewed_products.php:487
1107
  #: includes/addons/wl_recently_viewed_products.php:580
1108
  #: includes/addons/wl_recently_viewed_products.php:666
1109
+ #: includes/addons/wb_wishsuite_table.php:153
1110
+ #: includes/addons/wb_wishsuite_table.php:193
1111
+ #: includes/addons/wb_wishsuite_table.php:213
1112
+ #: includes/addons/wb_wishsuite_table.php:261
1113
+ #: includes/addons/wb_wishsuite_table.php:386
1114
+ #: includes/addons/wb_wishsuite_table.php:418
1115
  #: includes/addons/product_tabs.php:282 includes/addons/product_tabs.php:361
1116
  #: includes/addons/product_tabs.php:649 includes/addons/product_tabs.php:764
1117
  #: includes/addons/product_tabs.php:1134 includes/addons/product_tabs.php:1194
1139
  msgid "Columns"
1140
  msgstr ""
1141
 
1142
+ #: includes/helper-function.php:1010 includes/addons/product_flash_sale.php:137
1143
  #: includes/addons/product_image_accordion.php:150
1144
  #: includes/addons/product_accordion.php:171
1145
  #: includes/addons/product_curvy.php:206 includes/addons/product_tabs.php:165
1146
  msgid "Comment count"
1147
  msgstr ""
1148
 
1149
+ #: includes/helper-function.php:1065
1150
  #: woolentor-blocks/includes/helper-functions.php:329
1151
  #: includes/modules/compare/includes/classes/Admin/Dashboard.php:59
1152
  #: includes/modules/compare/includes/classes/Admin/Dashboard.php:60
1286
  msgid "Create a new page from this template"
1287
  msgstr ""
1288
 
1289
+ #: includes/modules/shopify-like-checkout/templates/form-billing.php:55
1290
  msgid "Create an account?"
1291
  msgstr ""
1292
 
1322
  msgid "Customer"
1323
  msgstr ""
1324
 
1325
+ #: classes/class.widgets_control.php:292
1326
  msgid "Customer Review"
1327
  msgstr ""
1328
 
1334
  msgid "Data Saved successfully!"
1335
  msgstr ""
1336
 
1337
+ #: includes/helper-function.php:1007 includes/addons/product_flash_sale.php:134
1338
  #: includes/addons/wb_product_upsell.php:66
1339
  #: includes/addons/wb_archive_product.php:127
1340
  #: includes/addons/product_image_accordion.php:147
1368
  #: includes/addons/wb_product_upsell.php:85
1369
  #: includes/addons/wb_archive_product.php:149
1370
  #: includes/addons/wb_product_related.php:100
1371
+ #: includes/addons/wl_product_filter.php:914
1372
  msgid "DESC"
1373
  msgstr ""
1374
 
1425
  msgid "Do you want to individual icon ?"
1426
  msgstr ""
1427
 
1428
+ #: includes/admin/include/admin_field-manager.php:350
1429
+ #: includes/admin/include/admin_field-manager.php:470
1430
  #: includes/admin/templates/dashboard-welcome.php:19
1431
  msgid "Documentation"
1432
  msgstr ""
1440
  msgid "Edit Template"
1441
  msgstr ""
1442
 
1443
+ #: includes/admin/include/class.template-manager.php:392
1444
  msgid "Edit With Elementor"
1445
  msgstr ""
1446
 
1447
+ #: includes/admin/include/class.template-manager.php:396
1448
  msgid "Edit With Gutenberg"
1449
  msgstr ""
1450
 
1459
  msgid "Element Information"
1460
  msgstr ""
1461
 
1462
+ #: includes/admin/include/class.template-manager.php:408
1463
  #: includes/admin/include/template-library/templates_list.php:19
1464
  msgid "Elementor"
1465
  msgstr ""
1518
  msgid "Enter a different address"
1519
  msgstr ""
1520
 
1521
+ #: includes/admin/include/class.template-manager.php:384
1522
  msgid "Enter a template name"
1523
  msgstr ""
1524
 
1541
  msgid "Even Heading Background"
1542
  msgstr ""
1543
 
1544
+ #: classes/class.widgets_control.php:439
1545
  #: includes/addons/wb_ever_compare_table.php:49
1546
  msgid "EverCompare"
1547
  msgstr ""
1555
  msgid "Extra Option"
1556
  msgstr ""
1557
 
1558
+ #: classes/class.widgets_control.php:248
1559
  msgid "Faq"
1560
  msgstr ""
1561
 
1563
  msgid "FAQ Title"
1564
  msgstr ""
1565
 
1566
+ #: includes/helper-function.php:1012
1567
  msgid "Featured"
1568
  msgstr ""
1569
 
1580
  #: includes/addons/wl_product_horizontal_filter.php:52
1581
  #: includes/addons/wl_product_horizontal_filter.php:199
1582
  #: includes/addons/wl_product_filter.php:52
1583
+ #: includes/addons/wl_product_filter.php:854
1584
  msgid "Filter"
1585
  msgstr ""
1586
 
1797
  msgid "Here"
1798
  msgstr ""
1799
 
1800
+ #: includes/helper-function.php:934 includes/helper-function.php:952
1801
  msgid "here"
1802
  msgstr ""
1803
 
1853
  msgid "Horizontal Position"
1854
  msgstr ""
1855
 
1856
+ #: classes/class.widgets_control.php:309
1857
  msgid "Horizontal Product Filter"
1858
  msgstr ""
1859
 
1882
  #: includes/addons/wl_product_filter.php:465
1883
  #: includes/addons/wl_product_filter.php:702
1884
  #: includes/addons/wl_recently_viewed_products.php:480
1885
+ #: includes/addons/wb_wishsuite_table.php:411
1886
  #: includes/addons/product_tabs.php:353 includes/addons/product_tabs.php:748
1887
  #: includes/addons/product_tabs.php:1066 includes/addons/product_tabs.php:1188
1888
  #: includes/addons/wb_product_add_to_cart.php:150
1913
  #: includes/addons/wl_onepage_slider.php:404
1914
  #: includes/addons/wl_category.php:327
1915
  #: includes/addons/wl_recently_viewed_products.php:325
1916
+ #: includes/addons/wb_wishsuite_table.php:164
1917
+ #: includes/addons/wb_wishsuite_table.php:272
1918
  #: includes/addons/add_banner.php:251 includes/addons/wl_category_grid.php:563
1919
  msgid "Hover Color"
1920
  msgstr ""
1949
  #: includes/addons/product_flash_sale.php:538
1950
  #: includes/addons/wl_breadcrumbs.php:154
1951
  #: includes/addons/wl_store_features.php:264
1952
+ #: includes/addons/wb_wishsuite_table.php:311
1953
  msgid "Icon Color"
1954
  msgstr ""
1955
 
1956
  #: includes/addons/wl_store_features.php:279
1957
+ #: includes/addons/wb_wishsuite_table.php:321
1958
  msgid "Icon Hover Color"
1959
  msgstr ""
1960
 
1987
  msgid "Icon Width"
1988
  msgstr ""
1989
 
1990
+ #: includes/helper-function.php:1006 includes/addons/product_flash_sale.php:133
1991
  #: includes/addons/product_image_accordion.php:146
1992
  #: includes/addons/product_accordion.php:167
1993
  #: includes/addons/product_curvy.php:202 includes/addons/product_tabs.php:161
2041
  msgid "Image Area Border Color"
2042
  msgstr ""
2043
 
2044
+ #: classes/class.widgets_control.php:240
2045
  msgid "Image Marker"
2046
  msgstr ""
2047
 
2053
  msgid "Import"
2054
  msgstr ""
2055
 
2056
+ #: includes/admin/include/class.template-manager.php:324
2057
  msgid "Import Previously Assigned Templates"
2058
  msgstr ""
2059
 
2117
  msgid "Installing.."
2118
  msgstr ""
2119
 
2120
+ #: includes/admin/include/class.template-manager.php:418
2121
  msgid ""
2122
  "It will import those templates that were created from the \"Templates\" menu "
2123
  "of Elementor and assigned to corresponding WooCommerce pages."
2151
  msgid "Justified"
2152
  msgstr ""
2153
 
2154
+ #: classes/class.widgets_control.php:446 includes/addons/wb_just_table.php:48
2155
  msgid "JustTable"
2156
  msgstr ""
2157
 
2420
  msgid "Max Price"
2421
  msgstr ""
2422
 
2423
+ #: includes/addons/wl_product_filter.php:852
2424
  msgid "Max price"
2425
  msgstr ""
2426
 
2455
  msgid "Min Price"
2456
  msgstr ""
2457
 
2458
+ #: includes/addons/wl_product_filter.php:851
2459
  msgid "Min price"
2460
  msgstr ""
2461
 
2515
  msgid "N/A"
2516
  msgstr ""
2517
 
2518
+ #: includes/helper-function.php:1008 includes/addons/product_flash_sale.php:135
2519
  #: includes/addons/wl_testimonial.php:82 includes/addons/wl_testimonial.php:576
2520
  #: includes/addons/product_image_accordion.php:148
2521
  #: includes/addons/product_accordion.php:169
2523
  #: includes/addons/wb_customer_review.php:80
2524
  #: includes/addons/wb_customer_review.php:392
2525
  #: includes/addons/product_tabs.php:163
2526
+ #: includes/admin/include/class.template-manager.php:383
2527
  msgid "Name"
2528
  msgstr ""
2529
 
2585
  msgid "No Gutters"
2586
  msgstr ""
2587
 
2588
+ #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:423
2589
  msgid "No naughty business please!"
2590
  msgstr ""
2591
 
2619
  msgid "No upsell products are available."
2620
  msgstr ""
2621
 
2622
+ #: includes/admin/include/class.template-manager.php:442
2623
+ #: includes/admin/include/class.template-manager.php:578
2624
+ #: includes/admin/include/class.template-manager.php:614
2625
+ #: includes/admin/include/class.template-manager.php:663
2626
  msgid "Nonce Varification Faild !"
2627
  msgstr ""
2628
 
2629
+ #: includes/helper-function.php:1005 includes/addons/product_flash_sale.php:132
2630
  #: includes/addons/product_image_accordion.php:145
2631
  #: includes/addons/product_accordion.php:166
2632
  #: includes/addons/product_curvy.php:201
2633
+ #: includes/addons/wl_product_filter.php:912
2634
  #: includes/addons/product_tabs.php:160
2635
  msgid "None"
2636
  msgstr ""
2658
  #: includes/addons/wl_product_filter.php:400
2659
  #: includes/addons/wl_product_filter.php:637
2660
  #: includes/addons/wl_recently_viewed_products.php:428
2661
+ #: includes/addons/wb_wishsuite_table.php:379
2662
  #: includes/addons/product_tabs.php:267 includes/addons/product_tabs.php:634
2663
  #: includes/addons/product_tabs.php:870 includes/addons/product_tabs.php:1127
2664
  #: includes/addons/wb_product_add_to_cart.php:65
2692
  msgid "Odd Heading Background"
2693
  msgstr ""
2694
 
2695
+ #: includes/addons/wl_product_horizontal_filter.php:1109
2696
  msgid "of"
2697
  msgstr ""
2698
 
2721
  msgid "One"
2722
  msgstr ""
2723
 
2724
+ #: classes/class.widgets_control.php:256
2725
  msgid "One Page Slider"
2726
  msgstr ""
2727
 
2861
  #: includes/addons/wl_recently_viewed_products.php:413
2862
  #: includes/addons/wl_recently_viewed_products.php:633
2863
  #: includes/addons/wl_recently_viewed_products.php:697
2864
+ #: includes/addons/wb_wishsuite_table.php:364
2865
  #: includes/addons/product_tabs.php:693
2866
  #: includes/addons/wb_product_add_to_cart.php:92
2867
  #: includes/addons/wl_category_grid.php:449
2942
  msgid "Please fill in your details above to see available payment methods."
2943
  msgstr ""
2944
 
2945
+ #: includes/addons/wl_product_filter.php:971
2946
  msgid "Please Select Filter Type"
2947
  msgstr ""
2948
 
2970
  msgid "Position"
2971
  msgstr ""
2972
 
2973
+ #: includes/admin/include/class.template-manager.php:471
2974
  msgid "Post request dose not found"
2975
  msgstr ""
2976
 
2985
  msgstr ""
2986
 
2987
  #: classes/class.assest_management.php:355
2988
+ #: includes/admin/include/admin_field-manager.php:349
2989
+ #: includes/admin/include/admin_field-manager.php:469
2990
  msgid "Preview"
2991
  msgstr ""
2992
 
2998
  #: includes/addons/wb_product_related.php:83
2999
  #: includes/addons/wl_product_filter.php:44
3000
  #: includes/addons/wl_recently_viewed_products.php:350
3001
+ #: includes/addons/wb_wishsuite_table.php:175
3002
  msgid "Price"
3003
  msgstr ""
3004
 
3028
  msgid "Price Range"
3029
  msgstr ""
3030
 
3031
+ #: includes/addons/wl_product_filter.php:856
3032
  msgid "Price:"
3033
  msgstr ""
3034
 
3042
  msgstr ""
3043
 
3044
  #: classes/class.assest_management.php:343
3045
+ #: includes/admin/include/class.template-manager.php:409
3046
+ #: includes/admin/include/admin_field-manager.php:130
3047
+ #: includes/admin/include/admin_field-manager.php:332
3048
+ #: includes/admin/include/admin_field-manager.php:450
3049
  #: includes/admin/include/template-library/templates_list.php:31
3050
  msgid "Pro"
3051
  msgstr ""
3058
  msgid "Producing Perfume From Home"
3059
  msgstr ""
3060
 
3061
+ #: classes/class.widgets_control.php:333
3062
  msgid "Product Add To Cart"
3063
  msgstr ""
3064
 
3065
+ #: includes/helper-function.php:1050
3066
  #: woolentor-blocks/includes/helper-functions.php:314
3067
  msgid "Product Added"
3068
  msgstr ""
3069
 
3070
+ #: classes/class.widgets_control.php:337
3071
  msgid "Product Additional Info"
3072
  msgstr ""
3073
 
3075
  msgid "Product Badge"
3076
  msgstr ""
3077
 
3078
+ #: classes/class.widgets_control.php:313
3079
  msgid "Product Call for Price"
3080
  msgstr ""
3081
 
3082
+ #: classes/class.widgets_control.php:393
3083
  #: includes/addons/product_image_accordion.php:117
3084
  #: includes/addons/product_accordion.php:128
3085
  #: includes/addons/product_curvy.php:163 includes/addons/product_tabs.php:135
3116
  "the pro version"
3117
  msgstr ""
3118
 
3119
+ #: classes/class.widgets_control.php:260
3120
  msgid "Product Curvy"
3121
  msgstr ""
3122
 
3123
+ #: classes/class.widgets_control.php:341
3124
  msgid "Product Data tabs"
3125
  msgstr ""
3126
 
3127
+ #: classes/class.widgets_control.php:345
3128
  msgid "Product Description"
3129
  msgstr ""
3130
 
3131
+ #: classes/class.widgets_control.php:305
3132
  msgid "Product Filter"
3133
  msgstr ""
3134
 
3142
  msgid "Product IDs"
3143
  msgstr ""
3144
 
3145
+ #: classes/class.widgets_control.php:365
3146
  msgid "Product Image"
3147
  msgstr ""
3148
 
3149
+ #: classes/class.widgets_control.php:264
3150
  msgid "Product Image Accordion"
3151
  msgstr ""
3152
 
3171
  msgid "Product Limit"
3172
  msgstr ""
3173
 
3174
+ #: classes/class.widgets_control.php:381
3175
  msgid "Product Meta"
3176
  msgstr ""
3177
 
3185
  msgid "Product Per Page"
3186
  msgstr ""
3187
 
3188
+ #: classes/class.widgets_control.php:353 includes/helper-function.php:1013
3189
  #: includes/addons/product_flash_sale.php:466
3190
  #: includes/addons/product_image_accordion.php:411
3191
  #: includes/addons/product_accordion.php:490
3193
  msgid "Product Price"
3194
  msgstr ""
3195
 
3196
+ #: classes/class.widgets_control.php:397
3197
  msgid "Product QR Code"
3198
  msgstr ""
3199
 
3204
  msgid "Product Rating"
3205
  msgstr ""
3206
 
3207
+ #: classes/class.widgets_control.php:357
3208
  msgid "Product rating"
3209
  msgstr ""
3210
 
3212
  msgid "Product Reviews"
3213
  msgstr ""
3214
 
3215
+ #: classes/class.widgets_control.php:361
3216
  msgid "Product reviews"
3217
  msgstr ""
3218
 
3220
  msgid "Product Settings"
3221
  msgstr ""
3222
 
3223
+ #: classes/class.widgets_control.php:349
3224
  msgid "Product short description"
3225
  msgstr ""
3226
 
3227
+ #: classes/class.widgets_control.php:385
3228
  msgid "Product SKU"
3229
  msgstr ""
3230
 
3232
  msgid "Product Slider"
3233
  msgstr ""
3234
 
3235
+ #: classes/class.widgets_control.php:377
3236
  msgid "Product Stock"
3237
  msgstr ""
3238
 
3240
  msgid "Product Style"
3241
  msgstr ""
3242
 
3243
+ #: classes/class.widgets_control.php:317
3244
  msgid "Product suggest price"
3245
  msgstr ""
3246
 
3252
  msgid "Product tab menu background"
3253
  msgstr ""
3254
 
3255
+ #: classes/class.widgets_control.php:228
3256
  msgid "Product Tabs"
3257
  msgstr ""
3258
 
3259
+ #: classes/class.widgets_control.php:389
3260
  msgid "Product Tags"
3261
  msgstr ""
3262
 
3264
  msgid "Product tags does not exists."
3265
  msgstr ""
3266
 
3267
+ #: classes/class.widgets_control.php:325
3268
  #: includes/addons/product_flash_sale.php:411
3269
  #: includes/addons/product_image_accordion.php:357
3270
  #: includes/addons/product_curvy.php:410
3273
  msgid "Product Title"
3274
  msgstr ""
3275
 
3276
+ #: classes/class.widgets_control.php:373
3277
  msgid "Product Upsell"
3278
  msgstr ""
3279
 
3280
+ #: classes/class.widgets_control.php:369
3281
  msgid "Product Video Gallery"
3282
  msgstr ""
3283
 
3310
  msgstr ""
3311
 
3312
  #: includes/addons/wb_product_qr_code.php:72
3313
+ #: includes/addons/wb_wishsuite_table.php:205
3314
  msgid "Quantity"
3315
  msgstr ""
3316
 
3320
  msgid "Query Settings"
3321
  msgstr ""
3322
 
3323
+ #: includes/helper-function.php:1011 includes/addons/product_flash_sale.php:138
3324
  #: includes/addons/wb_product_upsell.php:71
3325
  #: includes/addons/wb_archive_product.php:132
3326
  #: includes/addons/product_image_accordion.php:151
3373
  msgid "Recent Products"
3374
  msgstr ""
3375
 
3376
+ #: classes/class.widgets_control.php:280
3377
  msgid "Recently Viewed Products"
3378
  msgstr ""
3379
 
3393
  msgid "Regular Price Color"
3394
  msgstr ""
3395
 
3396
+ #: classes/class.widgets_control.php:329
3397
  #: includes/addons/wb_product_related.php:45
3398
  msgid "Related Product"
3399
  msgstr ""
3406
  msgid "Remove featured image"
3407
  msgstr ""
3408
 
3409
+ #: includes/addons/wb_wishsuite_table.php:252
3410
+ msgid "Remove Icon"
3411
+ msgstr ""
3412
+
3413
  #: includes/admin/templates/dashboard-welcome.php:54
3414
  msgid "Request"
3415
  msgstr ""
3427
  msgstr ""
3428
 
3429
  #: classes/class.assest_management.php:325
3430
+ msgid "Resetting..."
3431
  msgstr ""
3432
 
3433
  #: includes/addons/wb_archive_result_count.php:42
3440
  msgstr ""
3441
 
3442
  #: includes/modules/shopify-like-checkout/templates/form-checkout.php:62
3443
+ msgid "Return to information"
3444
  msgstr ""
3445
 
3446
  #: includes/modules/shopify-like-checkout/templates/form-checkout.php:64
3529
  msgid "Sale!"
3530
  msgstr ""
3531
 
3532
+ #: includes/admin/include/class.template-manager.php:407
3533
  msgid "Sample Design"
3534
  msgstr ""
3535
 
3542
  msgid "Save Changes"
3543
  msgstr ""
3544
 
3545
+ #: includes/admin/include/class.template-manager.php:400
3546
  msgid "Save Settings"
3547
  msgstr ""
3548
 
3551
  msgstr ""
3552
 
3553
  #: classes/class.assest_management.php:320
3554
+ #: includes/admin/include/class.template-manager.php:401
3555
  msgid "Saving..."
3556
  msgstr ""
3557
 
3599
  msgid "Select"
3600
  msgstr ""
3601
 
3602
+ #: includes/addons/wl_product_horizontal_filter.php:1108
3603
  msgid "select"
3604
  msgstr ""
3605
 
3650
  msgid "Separator Icon"
3651
  msgstr ""
3652
 
3653
+ #: includes/admin/include/class.template-manager.php:387
3654
  msgid "Set Default"
3655
  msgstr ""
3656
 
3658
  msgid "Set featured image"
3659
  msgstr ""
3660
 
3661
+ #: includes/helper-function.php:934 includes/helper-function.php:952
3662
  msgid "Set the initial stock amount from"
3663
  msgstr ""
3664
 
3678
  msgid "Ship to a different address?"
3679
  msgstr ""
3680
 
3681
+ #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:298
3682
+ #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:299
3683
  #: includes/modules/shopify-like-checkout/templates/review-order.php:26
3684
  #: includes/modules/shopify-like-checkout/templates/form-checkout.php:49
3685
  msgid "Shipping"
3703
  msgid "Shipping to %s."
3704
  msgstr ""
3705
 
3706
+ #: includes/admin/include/class.template-manager.php:205
3707
+ #: includes/admin/include/class.template-manager.php:228
3708
  msgid "Shop"
3709
  msgstr ""
3710
 
3811
  "items, and news in your inbox."
3812
  msgstr ""
3813
 
3814
+ #: includes/admin/include/class.template-manager.php:211
3815
+ #: includes/admin/include/class.template-manager.php:236
3816
  msgid "Single"
3817
  msgstr ""
3818
 
3829
 
3830
  #: includes/addons/wb_product_qr_code.php:50
3831
  #: includes/addons/wl_product_filter.php:550
3832
+ #: includes/addons/wb_wishsuite_table.php:332
3833
  msgid "Size"
3834
  msgstr ""
3835
 
3909
  msgid "Slider Option"
3910
  msgstr ""
3911
 
3912
+ #: includes/addons/wb_wishsuite_table.php:284
3913
+ msgid "Social Share"
3914
+ msgstr ""
3915
+
3916
+ #: includes/helper-function.php:947
3917
  msgid "Sold"
3918
  msgstr ""
3919
 
3930
  msgid "Sold:"
3931
  msgstr ""
3932
 
3933
+ #: includes/admin/include/class.template-manager.php:520
3934
+ #: includes/admin/include/class.template-manager.php:595
3935
+ #: includes/admin/include/class.template-manager.php:633
3936
+ #: includes/admin/include/class.template-manager.php:703
3937
  msgid "Some thing is worng !"
3938
  msgstr ""
3939
 
4017
  msgid "span"
4018
  msgstr ""
4019
 
4020
+ #: classes/class.widgets_control.php:236
4021
  msgid "Special Day Offer"
4022
  msgstr ""
4023
 
4049
  msgid "Store Feature"
4050
  msgstr ""
4051
 
4052
+ #: classes/class.widgets_control.php:244
4053
  msgid "Store Features"
4054
  msgstr ""
4055
 
4243
  msgid "Template Builder"
4244
  msgstr ""
4245
 
4246
+ #: includes/admin/include/class.template-manager.php:696
4247
  msgid "Template has been imported"
4248
  msgstr ""
4249
 
4250
+ #: includes/admin/include/class.template-manager.php:495
4251
  msgid "Template has been inserted"
4252
  msgstr ""
4253
 
4254
+ #: includes/admin/include/class.template-manager.php:560
4255
+ #: includes/admin/include/class.template-manager.php:625
4256
  msgid "Template has been updated"
4257
  msgstr ""
4258
 
4261
  msgid "Template Library"
4262
  msgstr ""
4263
 
4264
+ #: includes/admin/include/class.template-manager.php:389
4265
  msgid "Template Settings"
4266
  msgstr ""
4267
 
4285
  msgid "Ten"
4286
  msgstr ""
4287
 
4288
+ #: classes/class.widgets_control.php:296 includes/addons/wl_testimonial.php:45
4289
  msgid "Testimonial"
4290
  msgstr ""
4291
 
4352
  msgid "Theme Activated"
4353
  msgstr ""
4354
 
4355
+ #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:302
4356
  #: includes/modules/shopify-like-checkout/templates/cart-shipping.php:53
4357
  msgid ""
4358
  "There are no shipping options available. Please ensure that your address has "
4395
  msgid "Thumbnails Position"
4396
  msgstr ""
4397
 
4398
+ #: includes/helper-function.php:1009 includes/addons/wl_faq.php:68
4399
  #: includes/addons/wl_faq.php:342 includes/addons/product_flash_sale.php:136
4400
  #: includes/addons/product_flash_sale.php:772
4401
  #: includes/addons/wl_product_horizontal_filter.php:197
4418
  #: includes/addons/wl_product_filter.php:143
4419
  #: includes/addons/wb_image_marker.php:304
4420
  #: includes/addons/wl_recently_viewed_products.php:295
4421
+ #: includes/addons/wb_wishsuite_table.php:135
4422
  #: includes/addons/product_tabs.php:164 includes/addons/product_tabs.php:945
4423
  #: includes/addons/add_banner.php:147 includes/addons/wl_category_grid.php:543
4424
  msgid "Title"
4435
  #: includes/addons/product_curvy.php:427 includes/addons/product_curvy.php:441
4436
  #: includes/addons/wb_product_categories.php:95
4437
  #: includes/addons/wb_product_title.php:70
4438
+ #: includes/addons/wb_product_sku.php:95
4439
+ #: includes/addons/wb_wishsuite_table.php:292
4440
+ #: includes/addons/wb_product_tags.php:95
4441
  msgid "Title Color"
4442
  msgstr ""
4443
 
4477
  msgid "Top"
4478
  msgstr ""
4479
 
4480
+ #: includes/helper-function.php:1015
4481
  msgid "Top Rated"
4482
  msgstr ""
4483
 
4487
  msgid "Top Rated Products"
4488
  msgstr ""
4489
 
4490
+ #: includes/helper-function.php:1014
4491
  msgid "Top Seller"
4492
  msgstr ""
4493
 
4503
  msgstr ""
4504
 
4505
  #: includes/admin/include/class.template-manager.php:100
4506
+ #: includes/admin/include/class.template-manager.php:386
4507
  msgid "Type"
4508
  msgstr ""
4509
 
4573
  #: includes/addons/wb_product_sku.php:52
4574
  #: includes/addons/wb_product_stock.php:63
4575
  #: includes/addons/wb_wishsuite_table.php:108
4576
+ #: includes/addons/wb_wishsuite_table.php:145
4577
+ #: includes/addons/wb_wishsuite_table.php:185
4578
+ #: includes/addons/wb_wishsuite_table.php:224
4579
+ #: includes/addons/wb_wishsuite_table.php:303
4580
+ #: includes/addons/wb_wishsuite_table.php:356
4581
  #: includes/addons/wb_product_add_to_cart.php:84
4582
  #: includes/addons/wb_ever_compare_table.php:88
4583
  #: includes/addons/wb_product_additional_information.php:91
4593
  msgid "Unfortunately, no products were found in the deal you selected."
4594
  msgstr ""
4595
 
4596
+ #: classes/class.widgets_control.php:224
4597
  msgid "Universal Product"
4598
  msgstr ""
4599
 
4676
  msgid "View Templates"
4677
  msgstr ""
4678
 
4679
+ #: classes/class.widgets_control.php:460
4680
  msgid "WC Multicurrency"
4681
  msgstr ""
4682
 
4705
  msgid "When the product tab is off, Then working slider."
4706
  msgstr ""
4707
 
4708
+ #: classes/class.widgets_control.php:453
4709
  #: includes/admin/include/class.extension-manager.php:71
4710
  msgid "Whols"
4711
  msgstr ""
4740
  msgid "WishSuite"
4741
  msgstr ""
4742
 
4743
+ #: classes/class.widgets_control.php:432
4744
  #: includes/addons/wb_wishsuite_counter.php:38
4745
  msgid "WishSuite Counter"
4746
  msgstr ""
4747
 
4748
+ #: classes/class.widgets_control.php:428
4749
  msgid "WishSuite Table"
4750
  msgstr ""
4751
 
4849
  msgid "WL: Product Filter"
4850
  msgstr ""
4851
 
4852
+ #: classes/class.widgets_control.php:421
4853
  #: includes/addons/product_flash_sale.php:13
4854
  msgid "WL: Product Flash Sale"
4855
  msgstr ""
5040
  #: includes/addons/wl_category_grid.php:153
5041
  #: includes/addons/wl_category_grid.php:214
5042
  #: includes/addons/wl_category_grid.php:300
5043
+ #: includes/admin/include/class.template-manager.php:419
5044
  msgid "Yes"
5045
  msgstr ""
5046
 
readme.txt CHANGED
@@ -3,14 +3,14 @@ Contributors: hasthemes, htplugins, devitemsllc, tarekht, aslamhasib
3
  Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
4
  Requires at least: 4.7
5
  Tested up to: 6.0
6
- Stable tag: 2.3.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  Elementor WooCommerce Builder Addons, Quick View, Wishlist, Products Compare, and Product Filter are functionalities that WooLentor offers to your online store.
11
 
12
  == Description ==
13
- If you own a WooCommerce website, you'll almost certainly want to use these capabilities: Woo Builder (Elementor WooCommerce Builder), product compare or Products Comparison table, woocommerce order notifications, woocommerce slider addons, woo recently viewed products widget, Sold out count, Woocommerce variation swatches module (as an Extension), custom product archive builder, woocommerce product quick view, out of stock label customization, count sold product, flash sale countdown, wishlist, etc.
14
 
15
  By using WooLentor - Elementor WooCommerce Builder, you will get all in one plugin.
16
 
@@ -391,6 +391,17 @@ Elementor Pro is not required. But you can use wooLentor with Elementor free & P
391
 
392
  == Changelog ==
393
 
 
 
 
 
 
 
 
 
 
 
 
394
  = Version: 2.3.1 - Date: 04-06-2022 =
395
  * Tweak : Elementor Dependency Notice added in Template Builder.
396
  * Solved : Module setting reset problem with switcher element.
3
  Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
4
  Requires at least: 4.7
5
  Tested up to: 6.0
6
+ Stable tag: 2.3.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  Elementor WooCommerce Builder Addons, Quick View, Wishlist, Products Compare, and Product Filter are functionalities that WooLentor offers to your online store.
11
 
12
  == Description ==
13
+ If you own a WooCommerce website, you'll almost certainly want to use these capabilities: Woo Builder (Elementor WooCommerce Builder), product compare or Products Comparison table, woocommerce order notifications, woocommerce slider addons, woo recently viewed products widget, Sold out count, Woocommerce variation swatches module (as an Extension), custom product archive builder, woocommerce product quick view, out of stock label customization, count sold product, flash sale countdown, wishlist, etc.
14
 
15
  By using WooLentor - Elementor WooCommerce Builder, you will get all in one plugin.
16
 
391
 
392
  == Changelog ==
393
 
394
+ = Version: 2.3.2 - Date: 20-06-2022 =
395
+ * Added : Support to display currency position with space in filter widgets.
396
+ * Added : Style option in wishlist table addon.
397
+ * Tweak : Wishlist and Compare menu position change.
398
+ * Solved : Shopify style checkout module compatibility with WooLentor Pro checkout field manager module.
399
+ * Solved : Tab labels change issue in Shopify Style Checkout page.
400
+ * Solved : Repeater item adding issue in module setting.
401
+ * Solved : PHP Warning issue, if WooLentor Pro is deactivated from FTP / cPanel.
402
+ * Solved : Wishlist counter PHP warning.
403
+ * Solved : Client say color change issue in WL Testimonial Widget.
404
+
405
  = Version: 2.3.1 - Date: 04-06-2022 =
406
  * Tweak : Elementor Dependency Notice added in Template Builder.
407
  * Solved : Module setting reset problem with switcher element.
woolentor_addons_elementor.php CHANGED
@@ -3,21 +3,21 @@
3
  * Plugin Name: WooLentor - WooCommerce Elementor Addons + Builder
4
  * Description: The WooCommerce elements library for Elementor page builder plugin for WordPress.
5
  * Plugin URI: https://woolentor.com/
6
- * Version: 2.3.1
7
  * Author: HasThemes
8
  * Author URI: https://hasthemes.com/plugins/woolentor-pro/
9
  * License: GPL-2.0+
10
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11
  * Text Domain: woolentor
12
  * Domain Path: /languages
13
- * WC tested up to: 6.5.1
14
- * Elementor tested up to: 3.6.5
15
  * Elementor Pro tested up to: 3.7.1
16
  */
17
 
18
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
19
 
20
- define( 'WOOLENTOR_VERSION', '2.3.1' );
21
  define( 'WOOLENTOR_ADDONS_PL_ROOT', __FILE__ );
22
  define( 'WOOLENTOR_ADDONS_PL_URL', plugins_url( '/', WOOLENTOR_ADDONS_PL_ROOT ) );
23
  define( 'WOOLENTOR_ADDONS_PL_PATH', plugin_dir_path( WOOLENTOR_ADDONS_PL_ROOT ) );
3
  * Plugin Name: WooLentor - WooCommerce Elementor Addons + Builder
4
  * Description: The WooCommerce elements library for Elementor page builder plugin for WordPress.
5
  * Plugin URI: https://woolentor.com/
6
+ * Version: 2.3.2
7
  * Author: HasThemes
8
  * Author URI: https://hasthemes.com/plugins/woolentor-pro/
9
  * License: GPL-2.0+
10
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11
  * Text Domain: woolentor
12
  * Domain Path: /languages
13
+ * WC tested up to: 6.6.0
14
+ * Elementor tested up to: 3.6.6
15
  * Elementor Pro tested up to: 3.7.1
16
  */
17
 
18
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
19
 
20
+ define( 'WOOLENTOR_VERSION', '2.3.2' );
21
  define( 'WOOLENTOR_ADDONS_PL_ROOT', __FILE__ );
22
  define( 'WOOLENTOR_ADDONS_PL_URL', plugins_url( '/', WOOLENTOR_ADDONS_PL_ROOT ) );
23
  define( 'WOOLENTOR_ADDONS_PL_PATH', plugin_dir_path( WOOLENTOR_ADDONS_PL_ROOT ) );