Version Description
Download this release
Release Info
Code changes from version 2.2.3 to 2.2.4
- assets/css/woolentor-widgets.css +66 -0
- assets/js/woolentor-checkout.js +0 -186
- classes/class.assest_management.php +0 -14
- classes/class.widgets_control.php +33 -3
- includes/addons/add_banner.php +5 -7
- includes/addons/product_accordion.php +15 -8
- includes/addons/product_curvy.php +7 -5
- includes/addons/product_flash_sale.php +32 -20
- includes/addons/product_image_accordion.php +5 -3
- includes/addons/product_tabs.php +4 -6
- includes/addons/special_day_offer.php +6 -8
- includes/addons/universal_product.php +6 -8
- includes/addons/wb_archive_catalog_ordering.php +7 -3
- includes/addons/wb_archive_product.php +6 -8
- includes/addons/wb_archive_result_count.php +6 -3
- includes/addons/wb_customer_review.php +5 -2
- includes/addons/wb_ever_compare_table.php +5 -2
- includes/addons/wb_image_marker.php +6 -3
- includes/addons/wb_just_table.php +5 -2
- includes/addons/wb_product_add_to_cart.php +6 -5
- includes/addons/wb_product_additional_information.php +5 -2
- includes/addons/wb_product_call_for_price.php +6 -5
- includes/addons/wb_product_categories.php +6 -3
- includes/addons/wb_product_data_tab.php +6 -3
- includes/addons/wb_product_description.php +6 -3
- includes/addons/wb_product_image.php +5 -2
- includes/addons/wb_product_meta.php +6 -3
- includes/addons/wb_product_price.php +5 -2
- includes/addons/wb_product_qr_code.php +5 -3
- includes/addons/wb_product_rating.php +6 -3
- includes/addons/wb_product_related.php +5 -2
- includes/addons/wb_product_reviews.php +5 -2
- includes/addons/wb_product_short_description.php +5 -2
- includes/addons/wb_product_sku.php +5 -2
- includes/addons/wb_product_stock.php +5 -2
- includes/addons/wb_product_suggest_price.php +6 -8
- includes/addons/wb_product_tags.php +6 -3
- includes/addons/wb_product_title.php +5 -2
- includes/addons/wb_product_upsell.php +5 -2
- includes/addons/wb_wc_multicurrency.php +6 -3
- includes/addons/wb_whols.php +6 -3
- includes/addons/wb_wishsuite_counter.php +6 -3
- includes/addons/wb_wishsuite_table.php +6 -3
- includes/addons/wl_archive_title.php +5 -4
- includes/addons/wl_brand.php +5 -2
- includes/addons/wl_breadcrumbs.php +6 -5
- includes/addons/wl_category.php +5 -6
- includes/addons/wl_category_grid.php +6 -3
- includes/addons/wl_faq.php +6 -3
- includes/addons/wl_onepage_slider.php +6 -3
- includes/addons/wl_product_filter.php +7 -4
- includes/addons/wl_product_horizontal_filter.php +6 -3
- includes/addons/wl_product_video_gallery.php +6 -5
- includes/addons/wl_recently_viewed_products.php +808 -0
- includes/addons/wl_store_features.php +7 -4
- includes/addons/wl_testimonial.php +7 -4
- includes/admin/include/admin_fields.php +8 -1
- includes/base.php +45 -7
- includes/helper-function.php +94 -3
- includes/modules/shopify-like-checkout/class.shopify-like-checkout.php +5 -8
- includes/modules/wishlist/includes/classes/Admin/Admin_Fields.php +1 -1
- includes/modules/wishlist/includes/classes/Frontend/Shortcode.php +3 -1
- languages/woolentor.pot +1560 -1439
- readme.txt +11 -1
- woolentor_addons_elementor.php +4 -4
assets/css/woolentor-widgets.css
CHANGED
@@ -4810,6 +4810,9 @@ h2.wl_filter_title {
|
|
4810 |
.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .clear-filter {
|
4811 |
width: 100%;
|
4812 |
}
|
|
|
|
|
|
|
4813 |
}
|
4814 |
|
4815 |
.woolentor-horizontal-filter-wrap .select2-container .select2-selection--single {
|
@@ -5079,6 +5082,69 @@ div[class*="woolentor-single-select-drop"] .select2-results__option::before{
|
|
5079 |
fill: currentColor;
|
5080 |
}
|
5081 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5082 |
/**
|
5083 |
* Theme support
|
5084 |
*/
|
4810 |
.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .clear-filter {
|
4811 |
width: 100%;
|
4812 |
}
|
4813 |
+
.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item {
|
4814 |
+
margin-left: 10px;
|
4815 |
+
}
|
4816 |
}
|
4817 |
|
4818 |
.woolentor-horizontal-filter-wrap .select2-container .select2-selection--single {
|
5082 |
fill: currentColor;
|
5083 |
}
|
5084 |
|
5085 |
+
/* Recently Viewed Product */
|
5086 |
+
.woolentor-recently-viewed-product{
|
5087 |
+
margin-bottom: 20px;
|
5088 |
+
overflow: hidden;
|
5089 |
+
}
|
5090 |
+
.woolentor-recently-view-content {
|
5091 |
+
padding: 20px;
|
5092 |
+
border: 1px solid #f1f1f1;
|
5093 |
+
background-color: #fff;
|
5094 |
+
border-top: 0;
|
5095 |
+
}
|
5096 |
+
.woolentor-recently-view-image{
|
5097 |
+
position: relative;
|
5098 |
+
}
|
5099 |
+
.woolentor-recently-view-image a {
|
5100 |
+
display: block;
|
5101 |
+
}
|
5102 |
+
.woolentor-recently-view-image a img {
|
5103 |
+
width: 100%;
|
5104 |
+
}
|
5105 |
+
.woolentor-recently-view-image .ht-product-label {
|
5106 |
+
font-size: 13px;
|
5107 |
+
text-transform: uppercase;
|
5108 |
+
font-weight: 700;
|
5109 |
+
position: absolute;
|
5110 |
+
top: 10px;
|
5111 |
+
z-index: 3;
|
5112 |
+
right: 15px;
|
5113 |
+
}
|
5114 |
+
.woolentor-recently-view-title {
|
5115 |
+
font-size: 18px;
|
5116 |
+
line-height: 1.2;
|
5117 |
+
font-weight: 400;
|
5118 |
+
margin-bottom: 10px;
|
5119 |
+
margin-top: 0;
|
5120 |
+
}
|
5121 |
+
.woolentor-recently-view-title a{
|
5122 |
+
color:#444444;
|
5123 |
+
}
|
5124 |
+
.woolentor-recently-view-title a:hover{
|
5125 |
+
color:#dc9a0e;
|
5126 |
+
}
|
5127 |
+
.woolentor-recently-view-price span {
|
5128 |
+
line-height: 1;
|
5129 |
+
font-weight: 700;
|
5130 |
+
font-size: 20px;
|
5131 |
+
color: #444444;
|
5132 |
+
}
|
5133 |
+
.woolentor-recently-view-content :is(.button, .added_to_cart) {
|
5134 |
+
display: inline-block;
|
5135 |
+
margin-top: 10px;
|
5136 |
+
padding: 10px 18px;
|
5137 |
+
}
|
5138 |
+
|
5139 |
+
.woolentor-no-view-product {
|
5140 |
+
padding: 15px 15px 15px 20px;
|
5141 |
+
margin-bottom: 10px;
|
5142 |
+
color: #000000;
|
5143 |
+
font-size: 14px;
|
5144 |
+
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
|
5145 |
+
background-color: #ffffff;
|
5146 |
+
}
|
5147 |
+
|
5148 |
/**
|
5149 |
* Theme support
|
5150 |
*/
|
assets/js/woolentor-checkout.js
DELETED
@@ -1,186 +0,0 @@
|
|
1 |
-
;(function($){
|
2 |
-
"use strict";
|
3 |
-
|
4 |
-
// Handle Quentity Increment and decrement
|
5 |
-
var woolentor_checkout_quentity = {
|
6 |
-
|
7 |
-
init: function(){
|
8 |
-
$( document.body ).on( 'click', '.woolentor-order-review-product input.qty', this.update_order_review )
|
9 |
-
},
|
10 |
-
|
11 |
-
update_order_review: function( event ){
|
12 |
-
|
13 |
-
var data = {
|
14 |
-
action: 'update_order_review',
|
15 |
-
security: wc_checkout_params.update_order_review_nonce,
|
16 |
-
post_data: $( 'form.checkout' ).serialize()
|
17 |
-
};
|
18 |
-
$.post(
|
19 |
-
wc_checkout_params.ajax_url,
|
20 |
-
data,
|
21 |
-
function( response ){
|
22 |
-
$( document.body ).trigger( 'update_checkout' );
|
23 |
-
}
|
24 |
-
);
|
25 |
-
|
26 |
-
}
|
27 |
-
|
28 |
-
};
|
29 |
-
|
30 |
-
// Handle Coupon Form
|
31 |
-
var woolentor_checkout_coupons = {
|
32 |
-
|
33 |
-
init: function() {
|
34 |
-
$( document.body ).on( 'click', '.woolentor-checkout-coupon-form a.show-coupon', this.show_coupon_form )
|
35 |
-
$( '.woolentor-checkout-coupon-form .coupon-form button[name="apply_coupon"]' ).on( 'click', this.submit );
|
36 |
-
},
|
37 |
-
|
38 |
-
show_coupon_form: function( event ) {
|
39 |
-
event.preventDefault();
|
40 |
-
|
41 |
-
$( '.woolentor-checkout-coupon-form .coupon-form' ).slideToggle( 400, function() {
|
42 |
-
$( '.coupon-form' ).find( ':input:eq(0)' ).trigger( 'focus' );
|
43 |
-
});
|
44 |
-
|
45 |
-
return false;
|
46 |
-
},
|
47 |
-
|
48 |
-
submit: function( event ) {
|
49 |
-
event.preventDefault();
|
50 |
-
|
51 |
-
var $form = $('.woolentor-checkout-coupon-form').find(".coupon-form");
|
52 |
-
|
53 |
-
if ( $form.is( '.processing' ) ) {
|
54 |
-
return false;
|
55 |
-
}
|
56 |
-
|
57 |
-
$form.addClass( 'processing' ).block({
|
58 |
-
message: null,
|
59 |
-
overlayCSS: {
|
60 |
-
background: '#fff',
|
61 |
-
opacity: 0.6
|
62 |
-
}
|
63 |
-
});
|
64 |
-
|
65 |
-
var data = {
|
66 |
-
security: wc_checkout_params.apply_coupon_nonce,
|
67 |
-
coupon_code: $form.find( 'input[name="coupon_code"]' ).val()
|
68 |
-
};
|
69 |
-
|
70 |
-
$.ajax({
|
71 |
-
type: 'POST',
|
72 |
-
url: wc_checkout_params.wc_ajax_url.toString().replace( '%%endpoint%%', 'apply_coupon' ),
|
73 |
-
data: data,
|
74 |
-
success: function( code ) {
|
75 |
-
$( '.woocommerce-error, .woocommerce-message' ).remove();
|
76 |
-
$form.removeClass( 'processing' ).unblock();
|
77 |
-
|
78 |
-
if ( code ) {
|
79 |
-
$('.woolentor-checkout-coupon-form').after( code );
|
80 |
-
$form.slideUp();
|
81 |
-
|
82 |
-
$( document.body ).trigger( 'applied_coupon_in_checkout', [ data.coupon_code ] );
|
83 |
-
$( document.body ).trigger( 'update_checkout', { update_shipping_method: false } );
|
84 |
-
}
|
85 |
-
},
|
86 |
-
dataType: 'html'
|
87 |
-
});
|
88 |
-
|
89 |
-
return false;
|
90 |
-
}
|
91 |
-
|
92 |
-
};
|
93 |
-
|
94 |
-
// Handle Loggin Form
|
95 |
-
var woolentor_checkout_login = {
|
96 |
-
|
97 |
-
init: function() {
|
98 |
-
$('.elementor-widget-wl-checkout-login-form').find('.woocommerce-form-login').removeAttr('method');
|
99 |
-
$( document.body ).on( 'click', '.elementor-widget-wl-checkout-login-form a.showlogin', this.show_login_form );
|
100 |
-
$( '.elementor-widget-wl-checkout-login-form button[name="login"]' ).on( 'click', this.submit_login );
|
101 |
-
},
|
102 |
-
|
103 |
-
show_login_form: function() {
|
104 |
-
$( '.elementor-widget-wl-checkout-login-form div.login, .elementor-widget-wl-checkout-login-form div.woocommerce-form--login' ).slideToggle();
|
105 |
-
return false;
|
106 |
-
},
|
107 |
-
|
108 |
-
submit_login: function( event ){
|
109 |
-
event.preventDefault();
|
110 |
-
|
111 |
-
var $form = $('.elementor-widget-wl-checkout-login-form').find(".woocommerce-form-login");
|
112 |
-
|
113 |
-
if ( $form.is( '.processing' ) ) {
|
114 |
-
return false;
|
115 |
-
}
|
116 |
-
|
117 |
-
$form.addClass( 'processing' ).block({
|
118 |
-
message: null,
|
119 |
-
overlayCSS: {
|
120 |
-
background: '#fff',
|
121 |
-
opacity: 0.6
|
122 |
-
}
|
123 |
-
});
|
124 |
-
|
125 |
-
// All Field value sent
|
126 |
-
var item = {};
|
127 |
-
var generateData = '';
|
128 |
-
var loginformArea = $( '.elementor-widget-wl-checkout-login-form');
|
129 |
-
loginformArea.find('input:text, input:password, input:file, input:hidden, select, textarea').each(function() {
|
130 |
-
var $thisitem = $( this ),
|
131 |
-
attributeName = $thisitem.attr( 'name' ),
|
132 |
-
attributevalue = $thisitem.val();
|
133 |
-
|
134 |
-
if ( attributevalue.length === 0 ) {
|
135 |
-
generateData = generateData + '&' + attributeName + '=' + '';
|
136 |
-
} else {
|
137 |
-
item[attributeName] = attributevalue;
|
138 |
-
generateData = generateData + '&' + attributeName + '=' + attributevalue;
|
139 |
-
}
|
140 |
-
|
141 |
-
});
|
142 |
-
loginformArea.find('input:radio, input:checkbox').each(function() {
|
143 |
-
var $thisitem = $( this ),
|
144 |
-
attributeName = $thisitem.attr( 'name' ),
|
145 |
-
attributevalue = $thisitem.val();
|
146 |
-
|
147 |
-
if( $thisitem.is(":checked") ){
|
148 |
-
generateData = generateData + '&' + attributeName + '=' + attributevalue;
|
149 |
-
}
|
150 |
-
|
151 |
-
});
|
152 |
-
|
153 |
-
var generateData = '&login=login&action=woolentor_ajax_login' + generateData;
|
154 |
-
|
155 |
-
$.ajax({
|
156 |
-
type: 'POST',
|
157 |
-
url: wc_checkout_params.ajax_url,
|
158 |
-
data: JSON.stringify( generateData ),
|
159 |
-
success: function( response ){
|
160 |
-
if( response.data ){
|
161 |
-
$('.elementor-widget-wl-checkout-login-form').find('.woocommerce-error').remove();
|
162 |
-
$form.removeClass( 'processing' ).unblock();
|
163 |
-
$('.elementor-widget-wl-checkout-login-form .woocommerce-form-login').before( response.data.notices );
|
164 |
-
}else{
|
165 |
-
window.location.replace( $( '.elementor-widget-wl-checkout-login-form').find('input[name="redirect"]').val() );
|
166 |
-
}
|
167 |
-
}
|
168 |
-
});
|
169 |
-
|
170 |
-
}
|
171 |
-
|
172 |
-
};
|
173 |
-
|
174 |
-
woolentor_checkout_coupons.init();
|
175 |
-
woolentor_checkout_login.init();
|
176 |
-
|
177 |
-
/**
|
178 |
-
* Select2 Activation
|
179 |
-
*/
|
180 |
-
$("select.woolentor-enhanced-select").selectWoo({
|
181 |
-
allowClear:!0,
|
182 |
-
placeholder:$(this).data("placeholder")
|
183 |
-
}).addClass("enhanced");
|
184 |
-
|
185 |
-
|
186 |
-
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/class.assest_management.php
CHANGED
@@ -225,16 +225,6 @@ class Assets_Management{
|
|
225 |
'version' => WOOLENTOR_VERSION,
|
226 |
'deps' => [ 'jquery' ]
|
227 |
],
|
228 |
-
'selectWoo' =>[
|
229 |
-
'src' => function_exists('WC') ? WC()->plugin_url() . '/assets/js/selectWoo/selectWoo.full.min.js' : '',
|
230 |
-
'version' => WOOLENTOR_VERSION,
|
231 |
-
'deps' => [ 'jquery' ]
|
232 |
-
],
|
233 |
-
'woolentor-checkout' =>[
|
234 |
-
'src' => WOOLENTOR_ADDONS_PL_URL . 'assets/js/woolentor-checkout.js',
|
235 |
-
'version' => WOOLENTOR_VERSION,
|
236 |
-
'deps' => [ 'jquery','wc-checkout','selectWoo' ]
|
237 |
-
],
|
238 |
'woolentor-flash-sale-module' => [
|
239 |
'src' => WOOLENTOR_ADDONS_PL_URL . 'includes/modules/flash-sale/assets/js/flash-sale.js',
|
240 |
'version' => WOOLENTOR_VERSION,
|
@@ -383,10 +373,6 @@ class Assets_Management{
|
|
383 |
wp_enqueue_style( 'htflexboxgrid' );
|
384 |
wp_enqueue_style( 'slick' );
|
385 |
wp_enqueue_style( 'woolentor-widgets' );
|
386 |
-
|
387 |
-
if( is_checkout() ){
|
388 |
-
wp_enqueue_script('woolentor-checkout');
|
389 |
-
}
|
390 |
|
391 |
// If RTL
|
392 |
if ( is_rtl() ) {
|
225 |
'version' => WOOLENTOR_VERSION,
|
226 |
'deps' => [ 'jquery' ]
|
227 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
'woolentor-flash-sale-module' => [
|
229 |
'src' => WOOLENTOR_ADDONS_PL_URL . 'includes/modules/flash-sale/assets/js/flash-sale.js',
|
230 |
'version' => WOOLENTOR_VERSION,
|
373 |
wp_enqueue_style( 'htflexboxgrid' );
|
374 |
wp_enqueue_style( 'slick' );
|
375 |
wp_enqueue_style( 'woolentor-widgets' );
|
|
|
|
|
|
|
|
|
376 |
|
377 |
// If RTL
|
378 |
if ( is_rtl() ) {
|
classes/class.widgets_control.php
CHANGED
@@ -27,7 +27,11 @@ class Widgets_Control{
|
|
27 |
add_action( 'elementor/elements/categories_registered', [ $this, 'add_category' ] );
|
28 |
|
29 |
// Init Widgets
|
30 |
-
|
|
|
|
|
|
|
|
|
31 |
|
32 |
}
|
33 |
|
@@ -81,15 +85,37 @@ class Widgets_Control{
|
|
81 |
foreach ( $this->widget_list_manager( $tmpType ) as $element_key => $element ){
|
82 |
|
83 |
$widget_path = ( $element['is_pro'] == true ) ? WOOLENTOR_ADDONS_PL_PATH_PRO : WOOLENTOR_ADDONS_PL_PATH;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
|
85 |
-
if ( ( woolentor_get_option( $element_key, 'woolentor_elements_tabs', 'on' ) === 'on' ) && file_exists( $widget_path.'includes/addons/'.$element_key.'.php' ) ){
|
86 |
-
require_once( $widget_path.'includes/addons/'.$element_key.'.php' );
|
87 |
}
|
88 |
|
89 |
}
|
90 |
|
91 |
}
|
92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
/* Widget list generate */
|
94 |
public function widget_list_manager( $tmpType ){
|
95 |
|
@@ -242,6 +268,10 @@ class Widgets_Control{
|
|
242 |
'title' => esc_html__('Breadcrumbs','woolentor'),
|
243 |
'is_pro' => false,
|
244 |
],
|
|
|
|
|
|
|
|
|
245 |
'wl_category' => [
|
246 |
'title' => esc_html__('Category','woolentor'),
|
247 |
'is_pro' => $is_pro,
|
27 |
add_action( 'elementor/elements/categories_registered', [ $this, 'add_category' ] );
|
28 |
|
29 |
// Init Widgets
|
30 |
+
if ( woolentor_is_elementor_version( '>=', '3.5.0' ) ) {
|
31 |
+
add_action( 'elementor/widgets/register', [ $this, 'init_widgets' ] );
|
32 |
+
}else{
|
33 |
+
add_action( 'elementor/widgets/widgets_registered', [ $this, 'init_widgets' ] );
|
34 |
+
}
|
35 |
|
36 |
}
|
37 |
|
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 );
|
92 |
+
|
93 |
+
$widget_class = '\Elementor\\Woolentor_'. self::generate_classname( $element_key ) .'_Widget';
|
94 |
+
if ( class_exists( $widget_class ) ) {
|
95 |
+
|
96 |
+
if ( woolentor_is_elementor_version( '>=', '3.5.0' ) ) {
|
97 |
+
woolentor_elementor()->widgets_manager->register( new $widget_class() );
|
98 |
+
}else{
|
99 |
+
woolentor_elementor()->widgets_manager->register_widget_type( new $widget_class() );
|
100 |
+
}
|
101 |
+
|
102 |
+
}
|
103 |
|
|
|
|
|
104 |
}
|
105 |
|
106 |
}
|
107 |
|
108 |
}
|
109 |
|
110 |
+
// Generate Class name
|
111 |
+
public static function generate_classname( $element_key ) {
|
112 |
+
$class_name = explode( '_', $element_key );
|
113 |
+
$class_name = array_map( 'ucfirst', $class_name );
|
114 |
+
$class_name = implode( '_', $class_name );
|
115 |
+
|
116 |
+
return $class_name;
|
117 |
+
}
|
118 |
+
|
119 |
/* Widget list generate */
|
120 |
public function widget_list_manager( $tmpType ){
|
121 |
|
268 |
'title' => esc_html__('Breadcrumbs','woolentor'),
|
269 |
'is_pro' => false,
|
270 |
],
|
271 |
+
'wl_recently_viewed_products' => [
|
272 |
+
'title' => esc_html__('Recently Viewed Products','woolentor'),
|
273 |
+
'is_pro' => false,
|
274 |
+
],
|
275 |
'wl_category' => [
|
276 |
'title' => esc_html__('Category','woolentor'),
|
277 |
'is_pro' => $is_pro,
|
includes/addons/add_banner.php
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use \Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use \Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
-
class
|
11 |
|
12 |
public function get_name() {
|
13 |
return 'woolentor-addbanner-addons';
|
@@ -25,6 +21,10 @@ class Woolentor_Elementor_Widget_Add_Banner extends Widget_Base {
|
|
25 |
return [ 'woolentor-addons' ];
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
@@ -307,5 +307,3 @@ class Woolentor_Elementor_Widget_Add_Banner extends Widget_Base {
|
|
307 |
|
308 |
}
|
309 |
|
310 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Elementor_Widget_Add_Banner() );
|
311 |
-
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Add_Banner_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'woolentor-addbanner-addons';
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
307 |
|
308 |
}
|
309 |
|
|
|
|
includes/addons/product_accordion.php
CHANGED
@@ -4,7 +4,7 @@ namespace Elementor;
|
|
4 |
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
-
class
|
8 |
|
9 |
public function get_name() {
|
10 |
return 'woolentor-accordion-product';
|
@@ -22,6 +22,10 @@ class Woolentor_Product_Accordion_Layout_Widget extends Widget_Base {
|
|
22 |
return [ 'woolentor-addons' ];
|
23 |
}
|
24 |
|
|
|
|
|
|
|
|
|
25 |
public function get_style_depends(){
|
26 |
return [
|
27 |
'htflexboxgrid',
|
@@ -203,6 +207,7 @@ class Woolentor_Product_Accordion_Layout_Widget extends Widget_Base {
|
|
203 |
'add_to_cart_text',
|
204 |
[
|
205 |
'label' => esc_html__( 'Add to Cart Button Text', 'woolentor' ),
|
|
|
206 |
'type' => Controls_Manager::TEXT,
|
207 |
'default' => esc_html__( 'Buy', 'woolentor' ),
|
208 |
'placeholder' => esc_html__( 'Type your cart button text', 'woolentor' ),
|
@@ -790,7 +795,7 @@ class Woolentor_Product_Accordion_Layout_Widget extends Widget_Base {
|
|
790 |
}
|
791 |
$button_text = ! empty( $settings['add_to_cart_text'] ) ? $settings['add_to_cart_text'] : '';
|
792 |
|
793 |
-
$
|
794 |
|
795 |
$products = new \WP_Query( $args );
|
796 |
|
@@ -811,6 +816,12 @@ class Woolentor_Product_Accordion_Layout_Widget extends Widget_Base {
|
|
811 |
$btn_class = $product->is_purchasable() && $product->is_in_stock() ? ' add_to_cart_button' : '';
|
812 |
|
813 |
$btn_class .= $product->supports( 'ajax_add_to_cart' ) && $product->is_purchasable() && $product->is_in_stock() ? ' ajax_add_to_cart' : '';
|
|
|
|
|
|
|
|
|
|
|
|
|
814 |
|
815 |
$content_count = wp_trim_words(get_the_content(),$settings['content_count'],'');
|
816 |
?>
|
@@ -828,7 +839,7 @@ class Woolentor_Product_Accordion_Layout_Widget extends Widget_Base {
|
|
828 |
</div>
|
829 |
<div class="product-content">
|
830 |
<div class="product-content-top">
|
831 |
-
<p><?php echo $content_count;
|
832 |
<div class="reading">
|
833 |
<?php woocommerce_template_loop_rating(); ?>
|
834 |
</div>
|
@@ -898,8 +909,4 @@ class Woolentor_Product_Accordion_Layout_Widget extends Widget_Base {
|
|
898 |
|
899 |
}
|
900 |
|
901 |
-
}
|
902 |
-
|
903 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Product_Accordion_Layout_Widget() );
|
904 |
-
|
905 |
-
?>
|
4 |
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
+
class Woolentor_Product_Accordion_Widget extends Widget_Base {
|
8 |
|
9 |
public function get_name() {
|
10 |
return 'woolentor-accordion-product';
|
22 |
return [ 'woolentor-addons' ];
|
23 |
}
|
24 |
|
25 |
+
public function get_help_url() {
|
26 |
+
return 'https://woolentor.com/documentation/';
|
27 |
+
}
|
28 |
+
|
29 |
public function get_style_depends(){
|
30 |
return [
|
31 |
'htflexboxgrid',
|
207 |
'add_to_cart_text',
|
208 |
[
|
209 |
'label' => esc_html__( 'Add to Cart Button Text', 'woolentor' ),
|
210 |
+
'description' => esc_html__( 'This text effect only for simple product.', 'woolentor' ),
|
211 |
'type' => Controls_Manager::TEXT,
|
212 |
'default' => esc_html__( 'Buy', 'woolentor' ),
|
213 |
'placeholder' => esc_html__( 'Type your cart button text', 'woolentor' ),
|
795 |
}
|
796 |
$button_text = ! empty( $settings['add_to_cart_text'] ) ? $settings['add_to_cart_text'] : '';
|
797 |
|
798 |
+
$cart_btn_content = $button_icon.$button_text;
|
799 |
|
800 |
$products = new \WP_Query( $args );
|
801 |
|
816 |
$btn_class = $product->is_purchasable() && $product->is_in_stock() ? ' add_to_cart_button' : '';
|
817 |
|
818 |
$btn_class .= $product->supports( 'ajax_add_to_cart' ) && $product->is_purchasable() && $product->is_in_stock() ? ' ajax_add_to_cart' : '';
|
819 |
+
|
820 |
+
if( $product->get_type() !== 'simple' ){
|
821 |
+
$cart_btn = $button_icon.$product->add_to_cart_text();
|
822 |
+
}else{
|
823 |
+
$cart_btn = $cart_btn_content;
|
824 |
+
}
|
825 |
|
826 |
$content_count = wp_trim_words(get_the_content(),$settings['content_count'],'');
|
827 |
?>
|
839 |
</div>
|
840 |
<div class="product-content">
|
841 |
<div class="product-content-top">
|
842 |
+
<p><?php echo $content_count; ?></p>
|
843 |
<div class="reading">
|
844 |
<?php woocommerce_template_loop_rating(); ?>
|
845 |
</div>
|
909 |
|
910 |
}
|
911 |
|
912 |
+
}
|
|
|
|
|
|
|
|
includes/addons/product_curvy.php
CHANGED
@@ -4,7 +4,7 @@ namespace Elementor;
|
|
4 |
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
-
class
|
8 |
|
9 |
public function get_name() {
|
10 |
return 'woolentor-curvy-product';
|
@@ -22,6 +22,10 @@ class Woolentor_Product_Curvy_Layout_Widget extends Widget_Base {
|
|
22 |
return [ 'woolentor-addons' ];
|
23 |
}
|
24 |
|
|
|
|
|
|
|
|
|
25 |
public function get_style_depends(){
|
26 |
return [
|
27 |
'htflexboxgrid',
|
@@ -34,7 +38,7 @@ class Woolentor_Product_Curvy_Layout_Widget extends Widget_Base {
|
|
34 |
public function get_script_depends() {
|
35 |
return [
|
36 |
'woolentor-widgets-scripts',
|
37 |
-
|
38 |
}
|
39 |
|
40 |
public function get_keywords(){
|
@@ -1007,6 +1011,4 @@ class Woolentor_Product_Curvy_Layout_Widget extends Widget_Base {
|
|
1007 |
|
1008 |
}
|
1009 |
|
1010 |
-
}
|
1011 |
-
|
1012 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Product_Curvy_Layout_Widget() );
|
4 |
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
+
class Woolentor_Product_Curvy_Widget extends Widget_Base {
|
8 |
|
9 |
public function get_name() {
|
10 |
return 'woolentor-curvy-product';
|
22 |
return [ 'woolentor-addons' ];
|
23 |
}
|
24 |
|
25 |
+
public function get_help_url() {
|
26 |
+
return 'https://woolentor.com/documentation/';
|
27 |
+
}
|
28 |
+
|
29 |
public function get_style_depends(){
|
30 |
return [
|
31 |
'htflexboxgrid',
|
38 |
public function get_script_depends() {
|
39 |
return [
|
40 |
'woolentor-widgets-scripts',
|
41 |
+
];
|
42 |
}
|
43 |
|
44 |
public function get_keywords(){
|
1011 |
|
1012 |
}
|
1013 |
|
1014 |
+
}
|
|
|
|
includes/addons/product_flash_sale.php
CHANGED
@@ -21,6 +21,10 @@ class Woolentor_Product_Flash_Sale_Widget extends Widget_Base {
|
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'htflexboxgrid',
|
@@ -42,13 +46,12 @@ class Woolentor_Product_Flash_Sale_Widget extends Widget_Base {
|
|
42 |
|
43 |
public function get_deal_options(){
|
44 |
$deals = woolentor_get_option('deals', 'woolentor_flash_sale_settings');
|
45 |
-
|
46 |
-
$
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
}
|
51 |
-
|
52 |
return $deal_options;
|
53 |
}
|
54 |
|
@@ -61,15 +64,26 @@ class Woolentor_Product_Flash_Sale_Widget extends Widget_Base {
|
|
61 |
]
|
62 |
);
|
63 |
|
64 |
-
$this->
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
$this->add_control(
|
75 |
'woolentor_product_grid_products_count',
|
@@ -1254,9 +1268,7 @@ class Woolentor_Product_Flash_Sale_Widget extends Widget_Base {
|
|
1254 |
<?php
|
1255 |
else:
|
1256 |
echo '<strong>' . __( 'Unfortunately, no products were found in the deal you selected.', 'woolentor' ) . '</strong>';
|
1257 |
-
endif;
|
1258 |
}
|
1259 |
|
1260 |
-
}
|
1261 |
-
|
1262 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Product_Flash_Sale_Widget() );
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'htflexboxgrid',
|
46 |
|
47 |
public function get_deal_options(){
|
48 |
$deals = woolentor_get_option('deals', 'woolentor_flash_sale_settings');
|
49 |
+
$deal_options = [];
|
50 |
+
if( isset( $deals ) && is_array( $deals ) ){
|
51 |
+
$deal_options = array_map( function( $item ){
|
52 |
+
return !empty( $item['title'] ) ? $item['title'] : __( 'Unnamed Deal', 'woolentor' );
|
53 |
+
}, $deals );
|
54 |
+
}
|
|
|
55 |
return $deal_options;
|
56 |
}
|
57 |
|
64 |
]
|
65 |
);
|
66 |
|
67 |
+
if( empty( $this->get_deal_options() ) ){
|
68 |
+
$this->add_control(
|
69 |
+
'important_note',
|
70 |
+
[
|
71 |
+
'type' => Controls_Manager::RAW_HTML,
|
72 |
+
'raw' => '<div style="line-height:18px;">No events have been created, You can create an events from here. <strong>WooLentor > Settings > Modules > Flash Sale Countdown.<strong> '.sprintf( __( '<a href="%s" target="_blank">Create Event</a>', 'woolentor-pro' ), admin_url( 'admin.php?page=woolentor' ) ).'</div>',
|
73 |
+
'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
|
74 |
+
]
|
75 |
+
);
|
76 |
+
}else{
|
77 |
+
$this->add_control(
|
78 |
+
'deal',
|
79 |
+
[
|
80 |
+
'label' => esc_html__( 'Select Deal', 'woolentor' ),
|
81 |
+
'type' => Controls_Manager::SELECT,
|
82 |
+
'options' => $this->get_deal_options(),
|
83 |
+
'default' => '0',
|
84 |
+
]
|
85 |
+
);
|
86 |
+
}
|
87 |
|
88 |
$this->add_control(
|
89 |
'woolentor_product_grid_products_count',
|
1268 |
<?php
|
1269 |
else:
|
1270 |
echo '<strong>' . __( 'Unfortunately, no products were found in the deal you selected.', 'woolentor' ) . '</strong>';
|
1271 |
+
endif;
|
1272 |
}
|
1273 |
|
1274 |
+
}
|
|
|
|
includes/addons/product_image_accordion.php
CHANGED
@@ -4,7 +4,7 @@ namespace Elementor;
|
|
4 |
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
-
class
|
8 |
|
9 |
public function get_name() {
|
10 |
return 'woolentor-image-accordion-product';
|
@@ -22,6 +22,10 @@ class Woolentor_Product_Image_Accordion_Layout_Widget extends Widget_Base {
|
|
22 |
return [ 'woolentor-addons' ];
|
23 |
}
|
24 |
|
|
|
|
|
|
|
|
|
25 |
public function get_style_depends(){
|
26 |
return [
|
27 |
'htflexboxgrid',
|
@@ -803,5 +807,3 @@ class Woolentor_Product_Image_Accordion_Layout_Widget extends Widget_Base {
|
|
803 |
}
|
804 |
|
805 |
}
|
806 |
-
|
807 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Product_Image_Accordion_Layout_Widget() );
|
4 |
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
+
class Woolentor_Product_Image_Accordion_Widget extends Widget_Base {
|
8 |
|
9 |
public function get_name() {
|
10 |
return 'woolentor-image-accordion-product';
|
22 |
return [ 'woolentor-addons' ];
|
23 |
}
|
24 |
|
25 |
+
public function get_help_url() {
|
26 |
+
return 'https://woolentor.com/documentation/';
|
27 |
+
}
|
28 |
+
|
29 |
public function get_style_depends(){
|
30 |
return [
|
31 |
'htflexboxgrid',
|
807 |
}
|
808 |
|
809 |
}
|
|
|
|
includes/addons/product_tabs.php
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use \Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use \Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
class Woolentor_Product_Tabs_Widget extends Widget_Base {
|
@@ -25,6 +21,10 @@ class Woolentor_Product_Tabs_Widget extends Widget_Base {
|
|
25 |
return [ 'woolentor-addons' ];
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'htflexboxgrid',
|
@@ -1685,5 +1685,3 @@ class Woolentor_Product_Tabs_Widget extends Widget_Base {
|
|
1685 |
|
1686 |
}
|
1687 |
|
1688 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Product_Tabs_Widget() );
|
1689 |
-
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
class Woolentor_Product_Tabs_Widget extends Widget_Base {
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'htflexboxgrid',
|
1685 |
|
1686 |
}
|
1687 |
|
|
|
|
includes/addons/special_day_offer.php
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use \Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use \Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
-
class
|
11 |
|
12 |
public function get_name() {
|
13 |
return 'woolentor-specialdaybanner-addons';
|
@@ -25,6 +21,10 @@ class Woolentor_Elementor_Widget_Special_day_Banner extends Widget_Base {
|
|
25 |
return [ 'woolentor-addons' ];
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
@@ -831,6 +831,4 @@ class Woolentor_Elementor_Widget_Special_day_Banner extends Widget_Base {
|
|
831 |
|
832 |
}
|
833 |
|
834 |
-
}
|
835 |
-
|
836 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Elementor_Widget_Special_day_Banner() );
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Special_Day_Offer_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'woolentor-specialdaybanner-addons';
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
831 |
|
832 |
}
|
833 |
|
834 |
+
}
|
|
|
|
includes/addons/universal_product.php
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use \Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use \Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
-
class
|
11 |
|
12 |
public function get_name() {
|
13 |
return 'woolentor-universal-product';
|
@@ -25,6 +21,10 @@ class Woolentor_Universal_Product_Layout_Widget extends Widget_Base {
|
|
25 |
return [ 'woolentor-addons' ];
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'htflexboxgrid',
|
@@ -2696,6 +2696,4 @@ class Woolentor_Universal_Product_Layout_Widget extends Widget_Base {
|
|
2696 |
|
2697 |
}
|
2698 |
|
2699 |
-
}
|
2700 |
-
|
2701 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Universal_Product_Layout_Widget() );
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Universal_Product_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'woolentor-universal-product';
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'htflexboxgrid',
|
2696 |
|
2697 |
}
|
2698 |
|
2699 |
+
}
|
|
|
|
includes/addons/wb_archive_catalog_ordering.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-archive-catalog-ordering';
|
@@ -21,11 +21,16 @@ class WL_Archive_Catalog_Ordering_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
27 |
];
|
28 |
}
|
|
|
29 |
public function get_keywords(){
|
30 |
return ['archive catalog ordering','shorting','ordering'];
|
31 |
}
|
@@ -142,5 +147,4 @@ class WL_Archive_Catalog_Ordering_Element extends Widget_Base {
|
|
142 |
|
143 |
}
|
144 |
|
145 |
-
}
|
146 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Archive_Catalog_Ordering_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Archive_Catalog_Ordering_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-archive-catalog-ordering';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
31 |
];
|
32 |
}
|
33 |
+
|
34 |
public function get_keywords(){
|
35 |
return ['archive catalog ordering','shorting','ordering'];
|
36 |
}
|
147 |
|
148 |
}
|
149 |
|
150 |
+
}
|
|
includes/addons/wb_archive_product.php
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use \Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use \Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
-
class
|
11 |
|
12 |
public function get_name() {
|
13 |
return 'woolentor-product-archive-addons';
|
@@ -25,6 +21,10 @@ class Woolentor_Elementor_Widget_Archive_Product extends Widget_Base {
|
|
25 |
return [ 'woolentor-addons' ];
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
@@ -51,7 +51,7 @@ class Woolentor_Elementor_Widget_Archive_Product extends Widget_Base {
|
|
51 |
'type' => Controls_Manager::NUMBER,
|
52 |
'prefix_class' => 'woolentorducts-columns%s-',
|
53 |
'min' => 1,
|
54 |
-
'max' =>
|
55 |
'default' => 4,
|
56 |
'required' => true,
|
57 |
'device_args' => [
|
@@ -956,5 +956,3 @@ class Woolentor_Elementor_Widget_Archive_Product extends Widget_Base {
|
|
956 |
|
957 |
}
|
958 |
|
959 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Elementor_Widget_Archive_Product() );
|
960 |
-
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Archive_Product_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'woolentor-product-archive-addons';
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
51 |
'type' => Controls_Manager::NUMBER,
|
52 |
'prefix_class' => 'woolentorducts-columns%s-',
|
53 |
'min' => 1,
|
54 |
+
'max' => 6,
|
55 |
'default' => 4,
|
56 |
'required' => true,
|
57 |
'device_args' => [
|
956 |
|
957 |
}
|
958 |
|
|
|
|
includes/addons/wb_archive_result_count.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-archive-result-count';
|
@@ -21,6 +21,10 @@ class WL_Archive_Result_Count_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -146,5 +150,4 @@ class WL_Archive_Result_Count_Element extends Widget_Base {
|
|
146 |
|
147 |
}
|
148 |
|
149 |
-
}
|
150 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Archive_Result_Count_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Archive_Result_Count_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-archive-result-count';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
150 |
|
151 |
}
|
152 |
|
153 |
+
}
|
|
includes/addons/wb_customer_review.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-customer-veview';
|
@@ -21,6 +21,10 @@ class WL_Customer_Review_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -734,4 +738,3 @@ class WL_Customer_Review_Element extends Widget_Base {
|
|
734 |
}
|
735 |
|
736 |
}
|
737 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Customer_Review_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Customer_Review_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-customer-veview';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
738 |
}
|
739 |
|
740 |
}
|
|
includes/addons/wb_ever_compare_table.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-evercompare-table';
|
@@ -21,6 +21,10 @@ class WL_EverCompare_Table_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'evercompare-frontend',
|
@@ -202,4 +206,3 @@ class WL_EverCompare_Table_Element extends Widget_Base {
|
|
202 |
}
|
203 |
|
204 |
}
|
205 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_EverCompare_Table_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Ever_Compare_Table_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-evercompare-table';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'evercompare-frontend',
|
206 |
}
|
207 |
|
208 |
}
|
|
includes/addons/wb_image_marker.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-image-marker';
|
@@ -21,6 +21,10 @@ class WL_Image_Marker_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -436,5 +440,4 @@ class WL_Image_Marker_Element extends Widget_Base {
|
|
436 |
|
437 |
}
|
438 |
|
439 |
-
}
|
440 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Image_Marker_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Image_Marker_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-image-marker';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
440 |
|
441 |
}
|
442 |
|
443 |
+
}
|
|
includes/addons/wb_just_table.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-just-table';
|
@@ -21,6 +21,10 @@ class WL_Just_Table_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -153,4 +157,3 @@ class WL_Just_Table_Element extends Widget_Base {
|
|
153 |
}
|
154 |
|
155 |
}
|
156 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Just_Table_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Just_Table_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-just-table';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
157 |
}
|
158 |
|
159 |
}
|
|
includes/addons/wb_product_add_to_cart.php
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
-
class
|
8 |
|
9 |
public function get_name() {
|
10 |
return 'wl-product-add-to-cart';
|
@@ -22,6 +21,10 @@ class WL_Product_Add_To_Cart_Element extends Widget_Base {
|
|
22 |
return array( 'woolentor-addons' );
|
23 |
}
|
24 |
|
|
|
|
|
|
|
|
|
25 |
public function get_style_depends(){
|
26 |
return [
|
27 |
'woolentor-widgets',
|
@@ -196,6 +199,4 @@ class WL_Product_Add_To_Cart_Element extends Widget_Base {
|
|
196 |
|
197 |
}
|
198 |
|
199 |
-
}
|
200 |
-
|
201 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Add_To_Cart_Element() );
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Add_To_Cart_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-add-to-cart';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
199 |
|
200 |
}
|
201 |
|
202 |
+
}
|
|
|
|
includes/addons/wb_product_additional_information.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-additional-information';
|
@@ -21,6 +21,10 @@ class WL_Product_Additional_Info_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -157,4 +161,3 @@ class WL_Product_Additional_Info_Element extends Widget_Base {
|
|
157 |
}
|
158 |
|
159 |
}
|
160 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Additional_Info_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Additional_Information_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-additional-information';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
161 |
}
|
162 |
|
163 |
}
|
|
includes/addons/wb_product_call_for_price.php
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
-
class
|
8 |
|
9 |
public function get_name() {
|
10 |
return 'wl-product-call-for-price';
|
@@ -22,6 +21,10 @@ class WL_Product_Call_For_Price_Element extends Widget_Base {
|
|
22 |
return array( 'woolentor-addons' );
|
23 |
}
|
24 |
|
|
|
|
|
|
|
|
|
25 |
public function get_style_depends(){
|
26 |
return [
|
27 |
'woolentor-widgets',
|
@@ -222,6 +225,4 @@ class WL_Product_Call_For_Price_Element extends Widget_Base {
|
|
222 |
|
223 |
}
|
224 |
|
225 |
-
}
|
226 |
-
|
227 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Call_For_Price_Element() );
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Call_For_Price_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-call-for-price';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
225 |
|
226 |
}
|
227 |
|
228 |
+
}
|
|
|
|
includes/addons/wb_product_categories.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-categories';
|
@@ -21,6 +21,10 @@ class WL_Product_Categories_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -163,5 +167,4 @@ class WL_Product_Categories_Element extends Widget_Base {
|
|
163 |
|
164 |
}
|
165 |
|
166 |
-
}
|
167 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Categories_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Categories_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-categories';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
167 |
|
168 |
}
|
169 |
|
170 |
+
}
|
|
includes/addons/wb_product_data_tab.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-data-tabs';
|
@@ -21,6 +21,10 @@ class WL_Product_Product_Data_Tabs_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -284,5 +288,4 @@ class WL_Product_Product_Data_Tabs_Element extends Widget_Base {
|
|
284 |
|
285 |
}
|
286 |
|
287 |
-
}
|
288 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Product_Data_Tabs_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Data_Tab_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-data-tabs';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
288 |
|
289 |
}
|
290 |
|
291 |
+
}
|
|
includes/addons/wb_product_description.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-description';
|
@@ -21,6 +21,10 @@ class WL_Product_Description_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -111,5 +115,4 @@ class WL_Product_Description_Element extends Widget_Base {
|
|
111 |
}
|
112 |
}
|
113 |
|
114 |
-
}
|
115 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Description_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Description_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-description';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
115 |
}
|
116 |
}
|
117 |
|
118 |
+
}
|
|
includes/addons/wb_product_image.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-image';
|
@@ -21,6 +21,10 @@ class WL_Product_Image_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -158,4 +162,3 @@ class WL_Product_Image_Element extends Widget_Base {
|
|
158 |
}
|
159 |
|
160 |
}
|
161 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Image_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Image_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-image';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
162 |
}
|
163 |
|
164 |
}
|
|
includes/addons/wb_product_meta.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-meta';
|
@@ -21,6 +21,10 @@ class WL_Product_Meta_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -115,5 +119,4 @@ class WL_Product_Meta_Element extends Widget_Base {
|
|
115 |
|
116 |
}
|
117 |
|
118 |
-
}
|
119 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Meta_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Meta_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-meta';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
119 |
|
120 |
}
|
121 |
|
122 |
+
}
|
|
includes/addons/wb_product_price.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-price';
|
@@ -21,6 +21,10 @@ class WL_Product_Price_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -124,4 +128,3 @@ class WL_Product_Price_Element extends Widget_Base {
|
|
124 |
}
|
125 |
|
126 |
}
|
127 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Price_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Price_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-price';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
128 |
}
|
129 |
|
130 |
}
|
|
includes/addons/wb_product_qr_code.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'woolentor-qrcode-addons';
|
@@ -21,6 +21,10 @@ class Woolentor_Elementor_Widget_QR_code extends Widget_Base {
|
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -143,5 +147,3 @@ class Woolentor_Elementor_Widget_QR_code extends Widget_Base {
|
|
143 |
|
144 |
}
|
145 |
|
146 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Elementor_Widget_QR_code() );
|
147 |
-
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Qr_Code_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'woolentor-qrcode-addons';
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
147 |
|
148 |
}
|
149 |
|
|
|
|
includes/addons/wb_product_rating.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-rating';
|
@@ -21,6 +21,10 @@ class WL_Product_Rating_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -106,5 +110,4 @@ class WL_Product_Rating_Element extends Widget_Base {
|
|
106 |
|
107 |
}
|
108 |
|
109 |
-
}
|
110 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Rating_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Rating_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-rating';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
110 |
|
111 |
}
|
112 |
|
113 |
+
}
|
|
includes/addons/wb_product_related.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-related';
|
@@ -21,6 +21,10 @@ class WL_Product_Related_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -221,4 +225,3 @@ class WL_Product_Related_Element extends Widget_Base {
|
|
221 |
}
|
222 |
|
223 |
}
|
224 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Related_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Related_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-related';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
225 |
}
|
226 |
|
227 |
}
|
|
includes/addons/wb_product_reviews.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-reviews';
|
@@ -21,6 +21,10 @@ class WL_Product_Reviews_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -74,4 +78,3 @@ class WL_Product_Reviews_Element extends Widget_Base {
|
|
74 |
}
|
75 |
|
76 |
}
|
77 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Reviews_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Reviews_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-reviews';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
78 |
}
|
79 |
|
80 |
}
|
|
includes/addons/wb_product_short_description.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-short-description';
|
@@ -21,6 +21,10 @@ class WL_Product_Short_Description_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -112,4 +116,3 @@ class WL_Product_Short_Description_Element extends Widget_Base {
|
|
112 |
}
|
113 |
|
114 |
}
|
115 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Short_Description_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Short_Description_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-short-description';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
116 |
}
|
117 |
|
118 |
}
|
|
includes/addons/wb_product_sku.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-sku';
|
@@ -21,6 +21,10 @@ class WL_Product_Sku_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -152,4 +156,3 @@ class WL_Product_Sku_Element extends Widget_Base {
|
|
152 |
}
|
153 |
|
154 |
}
|
155 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Sku_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Sku_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-sku';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
156 |
}
|
157 |
|
158 |
}
|
|
includes/addons/wb_product_stock.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-stock';
|
@@ -21,6 +21,10 @@ class WL_Product_Stock_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -95,4 +99,3 @@ class WL_Product_Stock_Element extends Widget_Base {
|
|
95 |
}
|
96 |
|
97 |
}
|
98 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Stock_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Stock_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-stock';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
99 |
}
|
100 |
|
101 |
}
|
|
includes/addons/wb_product_suggest_price.php
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use \Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use \Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
-
class
|
11 |
|
12 |
public function get_name() {
|
13 |
return 'wl-product-suggest-price';
|
@@ -25,6 +21,10 @@ class WL_Product_Suggest_Price_Element extends Widget_Base {
|
|
25 |
return array( 'woolentor-addons' );
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
@@ -938,6 +938,4 @@ class WL_Product_Suggest_Price_Element extends Widget_Base {
|
|
938 |
|
939 |
}
|
940 |
|
941 |
-
}
|
942 |
-
|
943 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Suggest_Price_Element() );
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Suggest_Price_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-suggest-price';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
938 |
|
939 |
}
|
940 |
|
941 |
+
}
|
|
|
|
includes/addons/wb_product_tags.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-tags';
|
@@ -21,6 +21,10 @@ class WL_Product_Tags_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -164,5 +168,4 @@ class WL_Product_Tags_Element extends Widget_Base {
|
|
164 |
|
165 |
}
|
166 |
|
167 |
-
}
|
168 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Tags_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Tags_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-tags';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
168 |
|
169 |
}
|
170 |
|
171 |
+
}
|
|
includes/addons/wb_product_title.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-title';
|
@@ -21,6 +21,10 @@ class WL_Product_Title_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -136,4 +140,3 @@ class WL_Product_Title_Element extends Widget_Base {
|
|
136 |
}
|
137 |
|
138 |
}
|
139 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Title_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Title_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-title';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
140 |
}
|
141 |
|
142 |
}
|
|
includes/addons/wb_product_upsell.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-upsell';
|
@@ -17,6 +17,10 @@ class WL_Product_Upsell_Element extends Widget_Base {
|
|
17 |
return 'eicon-product-upsell';
|
18 |
}
|
19 |
|
|
|
|
|
|
|
|
|
20 |
public function get_categories() {
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
@@ -179,4 +183,3 @@ class WL_Product_Upsell_Element extends Widget_Base {
|
|
179 |
}
|
180 |
|
181 |
}
|
182 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Upsell_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Product_Upsell_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-single-product-upsell';
|
17 |
return 'eicon-product-upsell';
|
18 |
}
|
19 |
|
20 |
+
public function get_help_url() {
|
21 |
+
return 'https://woolentor.com/documentation/';
|
22 |
+
}
|
23 |
+
|
24 |
public function get_categories() {
|
25 |
return array( 'woolentor-addons' );
|
26 |
}
|
183 |
}
|
184 |
|
185 |
}
|
|
includes/addons/wb_wc_multicurrency.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-multi-currency';
|
@@ -21,6 +21,10 @@ class WL_Multi_Currency_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -102,5 +106,4 @@ class WL_Multi_Currency_Element extends Widget_Base {
|
|
102 |
echo woolentor_do_shortcode( 'WCMC', $short_code_attributes );
|
103 |
}
|
104 |
|
105 |
-
}
|
106 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Multi_Currency_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Wc_Multicurrency_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-multi-currency';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
106 |
echo woolentor_do_shortcode( 'WCMC', $short_code_attributes );
|
107 |
}
|
108 |
|
109 |
+
}
|
|
includes/addons/wb_whols.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-whols';
|
@@ -21,6 +21,10 @@ class WL_Whols_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -90,5 +94,4 @@ class WL_Whols_Element extends Widget_Base {
|
|
90 |
echo woolentor_do_shortcode( 'whols_registration_form', $short_code_attributes );
|
91 |
}
|
92 |
|
93 |
-
}
|
94 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Whols_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Whols_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-whols';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
94 |
echo woolentor_do_shortcode( 'whols_registration_form', $short_code_attributes );
|
95 |
}
|
96 |
|
97 |
+
}
|
|
includes/addons/wb_wishsuite_counter.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-wishsuite-counter';
|
@@ -21,6 +21,10 @@ class WL_Wishsuite_Counter_Element extends Widget_Base {
|
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_keywords(){
|
25 |
return ['wishlist counter','product counter','wishsuite counter'];
|
26 |
}
|
@@ -183,5 +187,4 @@ class WL_Wishsuite_Counter_Element extends Widget_Base {
|
|
183 |
|
184 |
}
|
185 |
|
186 |
-
}
|
187 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Wishsuite_Counter_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Wishsuite_Counter_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-wishsuite-counter';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_keywords(){
|
29 |
return ['wishlist counter','product counter','wishsuite counter'];
|
30 |
}
|
187 |
|
188 |
}
|
189 |
|
190 |
+
}
|
|
includes/addons/wb_wishsuite_table.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-wishsuite-table';
|
@@ -18,7 +18,11 @@ class WL_Wishsuite_Table_Element extends Widget_Base {
|
|
18 |
}
|
19 |
|
20 |
public function get_categories() {
|
21 |
-
return
|
|
|
|
|
|
|
|
|
22 |
}
|
23 |
|
24 |
public function get_style_depends(){
|
@@ -140,4 +144,3 @@ class WL_Wishsuite_Table_Element extends Widget_Base {
|
|
140 |
}
|
141 |
|
142 |
}
|
143 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Wishsuite_Table_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wb_Wishsuite_Table_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wb-wishsuite-table';
|
18 |
}
|
19 |
|
20 |
public function get_categories() {
|
21 |
+
return [ 'woolentor-addons' ];
|
22 |
+
}
|
23 |
+
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
}
|
27 |
|
28 |
public function get_style_depends(){
|
144 |
}
|
145 |
|
146 |
}
|
|
includes/addons/wl_archive_title.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'woolentor-archive-title-addons';
|
@@ -21,6 +21,10 @@ class Woolentor_Elementor_Widget_Archive_Title extends Widget_Base {
|
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -236,6 +240,3 @@ class Woolentor_Elementor_Widget_Archive_Title extends Widget_Base {
|
|
236 |
}
|
237 |
|
238 |
}
|
239 |
-
|
240 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Elementor_Widget_Archive_Title() );
|
241 |
-
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wl_Archive_Title_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'woolentor-archive-title-addons';
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
240 |
}
|
241 |
|
242 |
}
|
|
|
|
|
|
includes/addons/wl_brand.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-brand-logo';
|
@@ -21,6 +21,10 @@ class WL_Brand_Element extends Widget_Base {
|
|
21 |
return ['woolentor-addons'];
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'slick',
|
@@ -427,4 +431,3 @@ class WL_Brand_Element extends Widget_Base {
|
|
427 |
}
|
428 |
|
429 |
}
|
430 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Brand_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wl_Brand_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-brand-logo';
|
21 |
return ['woolentor-addons'];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'slick',
|
431 |
}
|
432 |
|
433 |
}
|
|
includes/addons/wl_breadcrumbs.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'woolentor-breadcrumbs-addons';
|
@@ -21,6 +21,10 @@ class Woolentor_Elementor_Widget_Breadcrumbs extends Widget_Base {
|
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [
|
26 |
'woolentor-widgets',
|
@@ -196,7 +200,4 @@ class Woolentor_Elementor_Widget_Breadcrumbs extends Widget_Base {
|
|
196 |
|
197 |
}
|
198 |
|
199 |
-
}
|
200 |
-
|
201 |
-
Plugin::instance()->widgets_manager->register_widget_type( new Woolentor_Elementor_Widget_Breadcrumbs() );
|
202 |
-
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wl_Breadcrumbs_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'woolentor-breadcrumbs-addons';
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
200 |
|
201 |
}
|
202 |
|
203 |
+
}
|
|
|
|
|
|
includes/addons/wl_category.php
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
// Elementor Classes
|
5 |
-
use \Elementor\Core\Schemes\Color as Scheme_Color;
|
6 |
-
use \Elementor\Core\Schemes\Typography as Scheme_Typography;
|
7 |
-
|
8 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
9 |
|
10 |
-
class
|
11 |
|
12 |
public function get_name() {
|
13 |
return 'wl-category-list';
|
@@ -25,6 +21,10 @@ class WL_Category_List_Element extends Widget_Base {
|
|
25 |
return array( 'woolentor-addons' );
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
@@ -436,4 +436,3 @@ class WL_Category_List_Element extends Widget_Base {
|
|
436 |
}
|
437 |
|
438 |
}
|
439 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Category_List_Element() );
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
|
|
|
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wl_Category_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-category-list';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
436 |
}
|
437 |
|
438 |
}
|
|
includes/addons/wl_category_grid.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
namespace Elementor;
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
4 |
|
5 |
-
class
|
6 |
|
7 |
public function get_name() {
|
8 |
return 'wl-category-grid';
|
@@ -20,6 +20,10 @@ class WL_Category_Grid_Element extends Widget_Base {
|
|
20 |
return [ 'woolentor-addons' ];
|
21 |
}
|
22 |
|
|
|
|
|
|
|
|
|
23 |
public function get_style_depends(){
|
24 |
return ['slick','woolentor-category-grid','woolentor-widgets'];
|
25 |
}
|
@@ -1126,5 +1130,4 @@ class WL_Category_Grid_Element extends Widget_Base {
|
|
1126 |
echo '</div>';
|
1127 |
}
|
1128 |
|
1129 |
-
}
|
1130 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Category_Grid_Element() );
|
2 |
namespace Elementor;
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
4 |
|
5 |
+
class Woolentor_Wl_Category_Grid_Widget extends Widget_Base {
|
6 |
|
7 |
public function get_name() {
|
8 |
return 'wl-category-grid';
|
20 |
return [ 'woolentor-addons' ];
|
21 |
}
|
22 |
|
23 |
+
public function get_help_url() {
|
24 |
+
return 'https://woolentor.com/documentation/';
|
25 |
+
}
|
26 |
+
|
27 |
public function get_style_depends(){
|
28 |
return ['slick','woolentor-category-grid','woolentor-widgets'];
|
29 |
}
|
1130 |
echo '</div>';
|
1131 |
}
|
1132 |
|
1133 |
+
}
|
|
includes/addons/wl_faq.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-faq';
|
@@ -21,6 +21,10 @@ class WL_Faq_Element extends Widget_Base {
|
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return [ 'woolentor-faq' ];
|
26 |
}
|
@@ -944,5 +948,4 @@ class WL_Faq_Element extends Widget_Base {
|
|
944 |
|
945 |
}
|
946 |
|
947 |
-
}
|
948 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Faq_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wl_Faq_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-faq';
|
21 |
return [ 'woolentor-addons' ];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [ 'woolentor-faq' ];
|
30 |
}
|
948 |
|
949 |
}
|
950 |
|
951 |
+
}
|
|
includes/addons/wl_onepage_slider.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
namespace Elementor;
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
4 |
|
5 |
-
class
|
6 |
|
7 |
public function get_name() {
|
8 |
return 'wl-onepage-slider';
|
@@ -20,6 +20,10 @@ class WL_OnePage_Slider_Element extends Widget_Base {
|
|
20 |
return [ 'woolentor-addons' ];
|
21 |
}
|
22 |
|
|
|
|
|
|
|
|
|
23 |
public function get_style_depends(){
|
24 |
return ['slick','elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid','woolentor-slider','woolentor-widgets'];
|
25 |
}
|
@@ -642,5 +646,4 @@ class WL_OnePage_Slider_Element extends Widget_Base {
|
|
642 |
|
643 |
}
|
644 |
|
645 |
-
}
|
646 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_OnePage_Slider_Element() );
|
2 |
namespace Elementor;
|
3 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
4 |
|
5 |
+
class Woolentor_Wl_Onepage_Slider_Widget extends Widget_Base {
|
6 |
|
7 |
public function get_name() {
|
8 |
return 'wl-onepage-slider';
|
20 |
return [ 'woolentor-addons' ];
|
21 |
}
|
22 |
|
23 |
+
public function get_help_url() {
|
24 |
+
return 'https://woolentor.com/documentation/';
|
25 |
+
}
|
26 |
+
|
27 |
public function get_style_depends(){
|
28 |
return ['slick','elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid','woolentor-slider','woolentor-widgets'];
|
29 |
}
|
646 |
|
647 |
}
|
648 |
|
649 |
+
}
|
|
includes/addons/wl_product_filter.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-filter';
|
@@ -21,6 +21,10 @@ class WL_Product_Filter_Element extends Widget_Base {
|
|
21 |
return ['woolentor-addons'];
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return ['elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid','woolentor-widgets'];
|
26 |
}
|
@@ -30,7 +34,7 @@ class WL_Product_Filter_Element extends Widget_Base {
|
|
30 |
}
|
31 |
|
32 |
public function get_keywords(){
|
33 |
-
return ['woolentor','shop','filter','product filter'];
|
34 |
}
|
35 |
|
36 |
protected function register_controls() {
|
@@ -1006,5 +1010,4 @@ class WL_Product_Filter_Element extends Widget_Base {
|
|
1006 |
}
|
1007 |
|
1008 |
|
1009 |
-
}
|
1010 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Filter_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wl_Product_Filter_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-filter';
|
21 |
return ['woolentor-addons'];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return ['elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid','woolentor-widgets'];
|
30 |
}
|
34 |
}
|
35 |
|
36 |
public function get_keywords(){
|
37 |
+
return ['woolentor','shop','filter','product filter','vertical'];
|
38 |
}
|
39 |
|
40 |
protected function register_controls() {
|
1010 |
}
|
1011 |
|
1012 |
|
1013 |
+
}
|
|
includes/addons/wl_product_horizontal_filter.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-horizontal-filter';
|
@@ -21,6 +21,10 @@ class WL_Product_Horizontal_Filter_Element extends Widget_Base {
|
|
21 |
return ['woolentor-addons'];
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
public function get_style_depends(){
|
25 |
return ['elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid','woolentor-select2','woolentor-widgets'];
|
26 |
}
|
@@ -1206,5 +1210,4 @@ class WL_Product_Horizontal_Filter_Element extends Widget_Base {
|
|
1206 |
}
|
1207 |
|
1208 |
|
1209 |
-
}
|
1210 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Horizontal_Filter_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wl_Product_Horizontal_Filter_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-horizontal-filter';
|
21 |
return ['woolentor-addons'];
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return ['elementor-icons-shared-0-css','elementor-icons-fa-brands','elementor-icons-fa-regular','elementor-icons-fa-solid','woolentor-select2','woolentor-widgets'];
|
30 |
}
|
1210 |
}
|
1211 |
|
1212 |
|
1213 |
+
}
|
|
includes/addons/wl_product_video_gallery.php
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
4 |
-
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
-
class
|
8 |
|
9 |
public function get_name() {
|
10 |
return 'wl-product-video-gallery';
|
@@ -22,6 +21,10 @@ class WL_Product_Video_Gallery_ELement extends Widget_Base {
|
|
22 |
return array( 'woolentor-addons' );
|
23 |
}
|
24 |
|
|
|
|
|
|
|
|
|
25 |
public function get_style_depends(){
|
26 |
return [
|
27 |
'woolentor-widgets',
|
@@ -356,6 +359,4 @@ class WL_Product_Video_Gallery_ELement extends Widget_Base {
|
|
356 |
<?php
|
357 |
}
|
358 |
|
359 |
-
}
|
360 |
-
|
361 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Product_Video_Gallery_ELement() );
|
1 |
<?php
|
2 |
namespace Elementor;
|
3 |
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wl_Product_Video_Gallery_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-product-video-gallery';
|
21 |
return array( 'woolentor-addons' );
|
22 |
}
|
23 |
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
public function get_style_depends(){
|
29 |
return [
|
30 |
'woolentor-widgets',
|
359 |
<?php
|
360 |
}
|
361 |
|
362 |
+
}
|
|
|
|
includes/addons/wl_recently_viewed_products.php
ADDED
@@ -0,0 +1,808 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
namespace Elementor;
|
3 |
+
|
4 |
+
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
+
|
6 |
+
class Woolentor_Wl_Recently_Viewed_Products_Widget extends Widget_Base {
|
7 |
+
|
8 |
+
public function get_name() {
|
9 |
+
return 'wl-recently-viewed-products';
|
10 |
+
}
|
11 |
+
|
12 |
+
public function get_title() {
|
13 |
+
return __( 'WL: Recently Viewed Products', 'woolentor' );
|
14 |
+
}
|
15 |
+
|
16 |
+
public function get_icon() {
|
17 |
+
return 'eicon-products';
|
18 |
+
}
|
19 |
+
|
20 |
+
public function get_categories() {
|
21 |
+
return [ 'woolentor-addons' ];
|
22 |
+
}
|
23 |
+
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
+
}
|
27 |
+
|
28 |
+
public function get_style_depends(){
|
29 |
+
return [
|
30 |
+
'woolentor-widgets',
|
31 |
+
];
|
32 |
+
}
|
33 |
+
public function get_keywords(){
|
34 |
+
return ['recent product view','recently view','recent view product'];
|
35 |
+
}
|
36 |
+
|
37 |
+
protected function register_controls() {
|
38 |
+
|
39 |
+
$this->start_controls_section(
|
40 |
+
'section_content_general',
|
41 |
+
[
|
42 |
+
'label' => esc_html__( 'Settings', 'woolentor' ),
|
43 |
+
]
|
44 |
+
);
|
45 |
+
|
46 |
+
$this->add_control(
|
47 |
+
'product_limit',
|
48 |
+
[
|
49 |
+
'label' => __( 'Product Limit', 'woolentor' ),
|
50 |
+
'type' => Controls_Manager::NUMBER,
|
51 |
+
'default' => 4,
|
52 |
+
'step' => 1,
|
53 |
+
]
|
54 |
+
);
|
55 |
+
|
56 |
+
$this->add_control(
|
57 |
+
'order',
|
58 |
+
[
|
59 |
+
'label' => esc_html__( 'Order', 'woolentor' ),
|
60 |
+
'type' => Controls_Manager::SELECT,
|
61 |
+
'default' => 'DESC',
|
62 |
+
'options' => [
|
63 |
+
'DESC' => esc_html__('Descending','woolentor'),
|
64 |
+
'ASC' => esc_html__('Ascending','woolentor'),
|
65 |
+
]
|
66 |
+
]
|
67 |
+
);
|
68 |
+
|
69 |
+
$this->add_responsive_control(
|
70 |
+
'grid_column',
|
71 |
+
[
|
72 |
+
'label' => esc_html__( 'Columns', 'woolentor' ),
|
73 |
+
'type' => Controls_Manager::SELECT,
|
74 |
+
'default' => '4',
|
75 |
+
'options' => [
|
76 |
+
'1' => esc_html__( 'One', 'woolentor' ),
|
77 |
+
'2' => esc_html__( 'Two', 'woolentor' ),
|
78 |
+
'3' => esc_html__( 'Three', 'woolentor' ),
|
79 |
+
'4' => esc_html__( 'Four', 'woolentor' ),
|
80 |
+
'5' => esc_html__( 'Five', 'woolentor' ),
|
81 |
+
'6' => esc_html__( 'Six', 'woolentor' ),
|
82 |
+
'7' => esc_html__( 'Seven', 'woolentor' ),
|
83 |
+
'8' => esc_html__( 'Eight', 'woolentor' ),
|
84 |
+
'9' => esc_html__( 'Nine', 'woolentor' ),
|
85 |
+
'10'=> esc_html__( 'Ten', 'woolentor' ),
|
86 |
+
],
|
87 |
+
'label_block' => true,
|
88 |
+
'prefix_class' => 'wl-columns%s-',
|
89 |
+
]
|
90 |
+
);
|
91 |
+
|
92 |
+
$this->add_control(
|
93 |
+
'show_empty_message',
|
94 |
+
[
|
95 |
+
'label' => __( 'Show Empty Message', 'woolentor' ),
|
96 |
+
'type' => Controls_Manager::SWITCHER,
|
97 |
+
'return_value' => 'yes',
|
98 |
+
'default' => 'yes',
|
99 |
+
]
|
100 |
+
);
|
101 |
+
|
102 |
+
$this->add_control(
|
103 |
+
'empty_message',
|
104 |
+
[
|
105 |
+
'label' => esc_html__( 'Empty Message', 'woolentor' ),
|
106 |
+
'type' => Controls_Manager::TEXTAREA,
|
107 |
+
'rows' => 4,
|
108 |
+
'default' => esc_html__( 'You haven\'t viewed at any of the products yet.', 'woolentor' ),
|
109 |
+
'condition'=>[
|
110 |
+
'show_empty_message' => 'yes'
|
111 |
+
]
|
112 |
+
]
|
113 |
+
);
|
114 |
+
|
115 |
+
$this->end_controls_section();
|
116 |
+
|
117 |
+
$this->start_controls_section(
|
118 |
+
'section_content_setting',
|
119 |
+
[
|
120 |
+
'label' => esc_html__( 'Content Settings', 'woolentor' ),
|
121 |
+
]
|
122 |
+
);
|
123 |
+
|
124 |
+
$this->add_control(
|
125 |
+
'show_title',
|
126 |
+
[
|
127 |
+
'label' => __( 'Show Title', 'woolentor' ),
|
128 |
+
'type' => Controls_Manager::SWITCHER,
|
129 |
+
'return_value' => 'yes',
|
130 |
+
'default' => 'yes',
|
131 |
+
]
|
132 |
+
);
|
133 |
+
|
134 |
+
$this->add_control(
|
135 |
+
'show_price',
|
136 |
+
[
|
137 |
+
'label' => __( 'Show Price', 'woolentor' ),
|
138 |
+
'type' => Controls_Manager::SWITCHER,
|
139 |
+
'return_value' => 'yes',
|
140 |
+
'default' => 'yes',
|
141 |
+
]
|
142 |
+
);
|
143 |
+
|
144 |
+
$this->add_control(
|
145 |
+
'show_cart_button',
|
146 |
+
[
|
147 |
+
'label' => __( 'Show Add To Cart Button', 'woolentor' ),
|
148 |
+
'type' => Controls_Manager::SWITCHER,
|
149 |
+
'return_value' => 'yes',
|
150 |
+
'default' => 'yes',
|
151 |
+
]
|
152 |
+
);
|
153 |
+
|
154 |
+
$this->add_control(
|
155 |
+
'show_badge',
|
156 |
+
[
|
157 |
+
'label' => __( 'Show Badge', 'woolentor' ),
|
158 |
+
'type' => Controls_Manager::SWITCHER,
|
159 |
+
'return_value' => 'yes',
|
160 |
+
'default' => 'yes',
|
161 |
+
]
|
162 |
+
);
|
163 |
+
|
164 |
+
$this->add_control(
|
165 |
+
'title_html_tag',
|
166 |
+
[
|
167 |
+
'label' => __( 'Title HTML Tag', 'woolentor' ),
|
168 |
+
'type' => Controls_Manager::SELECT,
|
169 |
+
'options' => woolentor_html_tag_lists(),
|
170 |
+
'default' => 'h4',
|
171 |
+
'condition' => [
|
172 |
+
'show_title' => 'yes'
|
173 |
+
]
|
174 |
+
]
|
175 |
+
);
|
176 |
+
|
177 |
+
$this->end_controls_section();
|
178 |
+
|
179 |
+
// Item Style
|
180 |
+
$this->start_controls_section(
|
181 |
+
'item_area_style_section',
|
182 |
+
array(
|
183 |
+
'label' => __( 'Item Area', 'woolentor' ),
|
184 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
185 |
+
)
|
186 |
+
);
|
187 |
+
|
188 |
+
$this->add_responsive_control(
|
189 |
+
'item_area_padding',
|
190 |
+
[
|
191 |
+
'label' => __( 'Padding', 'woolentor' ),
|
192 |
+
'type' => Controls_Manager::DIMENSIONS,
|
193 |
+
'size_units' => [ 'px', '%', 'em' ],
|
194 |
+
'selectors' => [
|
195 |
+
'{{WRAPPER}} .woolentor-recently-viewed-product' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
196 |
+
],
|
197 |
+
]
|
198 |
+
);
|
199 |
+
|
200 |
+
$this->add_group_control(
|
201 |
+
Group_Control_Border::get_type(),
|
202 |
+
[
|
203 |
+
'name' => 'item_area_border',
|
204 |
+
'label' => __( 'Border', 'woolentor' ),
|
205 |
+
'selector' => '{{WRAPPER}} .woolentor-recently-viewed-product',
|
206 |
+
]
|
207 |
+
);
|
208 |
+
|
209 |
+
$this->add_responsive_control(
|
210 |
+
'item_area_border_radius',
|
211 |
+
[
|
212 |
+
'label' => esc_html__( 'Border Radius', 'woolentor' ),
|
213 |
+
'type' => Controls_Manager::DIMENSIONS,
|
214 |
+
'selectors' => [
|
215 |
+
'{{WRAPPER}} .woolentor-recently-viewed-product' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
216 |
+
],
|
217 |
+
]
|
218 |
+
);
|
219 |
+
|
220 |
+
$this->end_controls_section();
|
221 |
+
|
222 |
+
// Content Style
|
223 |
+
$this->start_controls_section(
|
224 |
+
'content_area_style_section',
|
225 |
+
array(
|
226 |
+
'label' => __( 'Content Area', 'woolentor' ),
|
227 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
228 |
+
)
|
229 |
+
);
|
230 |
+
|
231 |
+
$this->add_responsive_control(
|
232 |
+
'content_align',
|
233 |
+
[
|
234 |
+
'label' => __( 'Alignment', 'woolentor' ),
|
235 |
+
'type' => Controls_Manager::CHOOSE,
|
236 |
+
'options' => [
|
237 |
+
'left' => [
|
238 |
+
'title' => __( 'Left', 'woolentor' ),
|
239 |
+
'icon' => 'eicon-text-align-left',
|
240 |
+
],
|
241 |
+
'center' => [
|
242 |
+
'title' => __( 'Center', 'woolentor' ),
|
243 |
+
'icon' => 'eicon-text-align-center',
|
244 |
+
],
|
245 |
+
'right' => [
|
246 |
+
'title' => __( 'Right', 'woolentor' ),
|
247 |
+
'icon' => 'eicon-text-align-right',
|
248 |
+
],
|
249 |
+
],
|
250 |
+
'prefix_class' => 'elementor-align-%s',
|
251 |
+
'selectors' => [
|
252 |
+
'{{WRAPPER}} .woolentor-recently-view-content' => 'text-align: {{VALUE}};',
|
253 |
+
],
|
254 |
+
'default' => 'left',
|
255 |
+
]
|
256 |
+
);
|
257 |
+
|
258 |
+
$this->add_responsive_control(
|
259 |
+
'content_area_padding',
|
260 |
+
[
|
261 |
+
'label' => __( 'Padding', 'woolentor' ),
|
262 |
+
'type' => Controls_Manager::DIMENSIONS,
|
263 |
+
'size_units' => [ 'px', '%', 'em' ],
|
264 |
+
'selectors' => [
|
265 |
+
'{{WRAPPER}} .woolentor-recently-view-content' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
266 |
+
],
|
267 |
+
]
|
268 |
+
);
|
269 |
+
|
270 |
+
$this->add_group_control(
|
271 |
+
Group_Control_Border::get_type(),
|
272 |
+
[
|
273 |
+
'name' => 'content_area_border',
|
274 |
+
'label' => __( 'Border', 'woolentor' ),
|
275 |
+
'selector' => '{{WRAPPER}} .woolentor-recently-view-content',
|
276 |
+
]
|
277 |
+
);
|
278 |
+
|
279 |
+
$this->add_responsive_control(
|
280 |
+
'content_area_border_radius',
|
281 |
+
[
|
282 |
+
'label' => esc_html__( 'Border Radius', 'woolentor' ),
|
283 |
+
'type' => Controls_Manager::DIMENSIONS,
|
284 |
+
'selectors' => [
|
285 |
+
'{{WRAPPER}} .woolentor-recently-view-content' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
286 |
+
],
|
287 |
+
]
|
288 |
+
);
|
289 |
+
|
290 |
+
$this->end_controls_section();
|
291 |
+
|
292 |
+
$this->start_controls_section(
|
293 |
+
'title_style_section',
|
294 |
+
[
|
295 |
+
'label' => __( 'Title', 'woolentor' ),
|
296 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
297 |
+
'condition' => [
|
298 |
+
'show_title' => 'yes'
|
299 |
+
]
|
300 |
+
]
|
301 |
+
);
|
302 |
+
|
303 |
+
$this->add_group_control(
|
304 |
+
Group_Control_Typography::get_type(),
|
305 |
+
[
|
306 |
+
'name' => 'title_typography',
|
307 |
+
'selector' => '{{WRAPPER}} .woolentor-recently-view-title',
|
308 |
+
]
|
309 |
+
);
|
310 |
+
|
311 |
+
$this->add_control(
|
312 |
+
'title_color',
|
313 |
+
[
|
314 |
+
'label' => __( 'Color', 'woolentor' ),
|
315 |
+
'type' => Controls_Manager::COLOR,
|
316 |
+
'selectors' => [
|
317 |
+
'{{WRAPPER}} .woolentor-recently-view-title a' => 'color: {{VALUE}}',
|
318 |
+
]
|
319 |
+
]
|
320 |
+
);
|
321 |
+
|
322 |
+
$this->add_control(
|
323 |
+
'title_hover_color',
|
324 |
+
[
|
325 |
+
'label' => __( 'Hover Color', 'woolentor' ),
|
326 |
+
'type' => Controls_Manager::COLOR,
|
327 |
+
'selectors' => [
|
328 |
+
'{{WRAPPER}} .woolentor-recently-view-title a:hover' => 'color: {{VALUE}}',
|
329 |
+
]
|
330 |
+
]
|
331 |
+
);
|
332 |
+
|
333 |
+
$this->add_responsive_control(
|
334 |
+
'title_margin',
|
335 |
+
[
|
336 |
+
'label' => __( 'Margin', 'woolentor' ),
|
337 |
+
'type' => Controls_Manager::DIMENSIONS,
|
338 |
+
'size_units' => [ 'px', 'em' ],
|
339 |
+
'selectors' => [
|
340 |
+
'{{WRAPPER}} .woolentor-recently-view-title' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
341 |
+
]
|
342 |
+
]
|
343 |
+
);
|
344 |
+
|
345 |
+
$this->end_controls_section();
|
346 |
+
|
347 |
+
$this->start_controls_section(
|
348 |
+
'price_style_section',
|
349 |
+
[
|
350 |
+
'label' => __( 'Price', 'woolentor' ),
|
351 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
352 |
+
'condition' => [
|
353 |
+
'show_price' => 'yes'
|
354 |
+
]
|
355 |
+
]
|
356 |
+
);
|
357 |
+
|
358 |
+
$this->add_group_control(
|
359 |
+
Group_Control_Typography::get_type(),
|
360 |
+
[
|
361 |
+
'name' => 'price_typography',
|
362 |
+
'selector' => '{{WRAPPER}} .woolentor-recently-view-price span',
|
363 |
+
]
|
364 |
+
);
|
365 |
+
|
366 |
+
$this->add_control(
|
367 |
+
'price_color',
|
368 |
+
[
|
369 |
+
'label' => __( 'Color', 'woolentor' ),
|
370 |
+
'type' => Controls_Manager::COLOR,
|
371 |
+
'selectors' => [
|
372 |
+
'{{WRAPPER}} .woolentor-recently-view-price span' => 'color: {{VALUE}}',
|
373 |
+
]
|
374 |
+
]
|
375 |
+
);
|
376 |
+
|
377 |
+
$this->add_responsive_control(
|
378 |
+
'price_margin',
|
379 |
+
[
|
380 |
+
'label' => __( 'Margin', 'woolentor' ),
|
381 |
+
'type' => Controls_Manager::DIMENSIONS,
|
382 |
+
'size_units' => [ 'px', 'em' ],
|
383 |
+
'selectors' => [
|
384 |
+
'{{WRAPPER}} .woolentor-recently-view-price' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
385 |
+
]
|
386 |
+
]
|
387 |
+
);
|
388 |
+
|
389 |
+
$this->end_controls_section();
|
390 |
+
|
391 |
+
$this->start_controls_section(
|
392 |
+
'cart_button_style_section',
|
393 |
+
[
|
394 |
+
'label' => __( 'Add To Cart', 'woolentor' ),
|
395 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
396 |
+
'condition' => [
|
397 |
+
'show_cart_button' => 'yes'
|
398 |
+
]
|
399 |
+
]
|
400 |
+
);
|
401 |
+
|
402 |
+
$this->add_group_control(
|
403 |
+
Group_Control_Typography::get_type(),
|
404 |
+
[
|
405 |
+
'name' => 'cart_button_typography',
|
406 |
+
'selector' => '{{WRAPPER}} .woolentor-recently-view-content :is(.button, .added_to_cart)',
|
407 |
+
]
|
408 |
+
);
|
409 |
+
|
410 |
+
$this->add_responsive_control(
|
411 |
+
'cart_button_padding',
|
412 |
+
[
|
413 |
+
'label' => __( 'Padding', 'woolentor' ),
|
414 |
+
'type' => Controls_Manager::DIMENSIONS,
|
415 |
+
'size_units' => [ 'px', 'em' ],
|
416 |
+
'selectors' => [
|
417 |
+
'{{WRAPPER}} .woolentor-recently-view-content :is(.button, .added_to_cart)' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
418 |
+
]
|
419 |
+
]
|
420 |
+
);
|
421 |
+
|
422 |
+
$this->start_controls_tabs('cart_button_style_tabs');
|
423 |
+
|
424 |
+
// Normal
|
425 |
+
$this->start_controls_tab(
|
426 |
+
'cart_button_style_normal_tab',
|
427 |
+
[
|
428 |
+
'label' => __( 'Normal', 'woolentor' ),
|
429 |
+
]
|
430 |
+
);
|
431 |
+
|
432 |
+
$this->add_control(
|
433 |
+
'cart_button_color',
|
434 |
+
[
|
435 |
+
'label' => __( 'Color', 'woolentor' ),
|
436 |
+
'type' => Controls_Manager::COLOR,
|
437 |
+
'selectors' => [
|
438 |
+
'{{WRAPPER}} .woolentor-recently-view-content :is(.button, .added_to_cart)' => 'color: {{VALUE}}',
|
439 |
+
]
|
440 |
+
]
|
441 |
+
);
|
442 |
+
|
443 |
+
$this->add_control(
|
444 |
+
'cart_button_bg_color',
|
445 |
+
[
|
446 |
+
'label' => __( 'Background Color', 'woolentor' ),
|
447 |
+
'type' => Controls_Manager::COLOR,
|
448 |
+
'selectors' => [
|
449 |
+
'{{WRAPPER}} .woolentor-recently-view-content :is(.button, .added_to_cart)' => 'background-color: {{VALUE}}',
|
450 |
+
]
|
451 |
+
]
|
452 |
+
);
|
453 |
+
|
454 |
+
$this->add_group_control(
|
455 |
+
Group_Control_Border::get_type(),
|
456 |
+
[
|
457 |
+
'name' => 'cart_button_border',
|
458 |
+
'label' => __( 'Border', 'woolentor' ),
|
459 |
+
'selector' => '{{WRAPPER}} .woolentor-recently-view-content :is(.button, .added_to_cart)',
|
460 |
+
]
|
461 |
+
);
|
462 |
+
|
463 |
+
$this->add_responsive_control(
|
464 |
+
'cart_button_border_radius',
|
465 |
+
[
|
466 |
+
'label' => esc_html__( 'Border Radius', 'woolentor' ),
|
467 |
+
'type' => Controls_Manager::DIMENSIONS,
|
468 |
+
'selectors' => [
|
469 |
+
'{{WRAPPER}} .woolentor-recently-view-content :is(.button, .added_to_cart)' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
470 |
+
],
|
471 |
+
]
|
472 |
+
);
|
473 |
+
|
474 |
+
$this->end_controls_tab();
|
475 |
+
|
476 |
+
// Hover
|
477 |
+
$this->start_controls_tab(
|
478 |
+
'cart_button_style_hover_tab',
|
479 |
+
[
|
480 |
+
'label' => __( 'Hover', 'woolentor' ),
|
481 |
+
]
|
482 |
+
);
|
483 |
+
|
484 |
+
$this->add_control(
|
485 |
+
'cart_button_hover_color',
|
486 |
+
[
|
487 |
+
'label' => __( 'Color', 'woolentor' ),
|
488 |
+
'type' => Controls_Manager::COLOR,
|
489 |
+
'selectors' => [
|
490 |
+
'{{WRAPPER}} .woolentor-recently-view-content :is(.button, .added_to_cart):hover' => 'color: {{VALUE}}',
|
491 |
+
]
|
492 |
+
]
|
493 |
+
);
|
494 |
+
|
495 |
+
$this->add_control(
|
496 |
+
'cart_button_hover_bg_color',
|
497 |
+
[
|
498 |
+
'label' => __( 'Background Color', 'woolentor' ),
|
499 |
+
'type' => Controls_Manager::COLOR,
|
500 |
+
'selectors' => [
|
501 |
+
'{{WRAPPER}} .woolentor-recently-view-content :is(.button, .added_to_cart):hover' => 'background-color: {{VALUE}}',
|
502 |
+
]
|
503 |
+
]
|
504 |
+
);
|
505 |
+
|
506 |
+
$this->add_group_control(
|
507 |
+
Group_Control_Border::get_type(),
|
508 |
+
[
|
509 |
+
'name' => 'cart_button_hover_border',
|
510 |
+
'label' => __( 'Border', 'woolentor' ),
|
511 |
+
'selector' => '{{WRAPPER}} .woolentor-recently-view-content :is(.button, .added_to_cart):hover',
|
512 |
+
]
|
513 |
+
);
|
514 |
+
|
515 |
+
$this->add_responsive_control(
|
516 |
+
'cart_button_hover_border_radius',
|
517 |
+
[
|
518 |
+
'label' => esc_html__( 'Border Radius', 'woolentor' ),
|
519 |
+
'type' => Controls_Manager::DIMENSIONS,
|
520 |
+
'selectors' => [
|
521 |
+
'{{WRAPPER}} .woolentor-recently-view-content :is(.button, .added_to_cart):hover' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
522 |
+
],
|
523 |
+
]
|
524 |
+
);
|
525 |
+
|
526 |
+
$this->end_controls_tab();
|
527 |
+
|
528 |
+
$this->end_controls_tabs();
|
529 |
+
|
530 |
+
$this->end_controls_section();
|
531 |
+
|
532 |
+
$this->start_controls_section(
|
533 |
+
'badge_style_section',
|
534 |
+
[
|
535 |
+
'label' => __( 'Badge', 'woolentor' ),
|
536 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
537 |
+
'condition' => [
|
538 |
+
'show_badge' => 'yes'
|
539 |
+
]
|
540 |
+
]
|
541 |
+
);
|
542 |
+
|
543 |
+
$this->add_responsive_control(
|
544 |
+
'badge_position',
|
545 |
+
array(
|
546 |
+
'label' => __( 'Position', 'woolentor' ),
|
547 |
+
'type' => Controls_Manager::CHOOSE,
|
548 |
+
'options' => array(
|
549 |
+
'left' => array(
|
550 |
+
'title' => __( 'Left', 'woolentor' ),
|
551 |
+
'icon' => 'eicon-h-align-left',
|
552 |
+
),
|
553 |
+
'right' => array(
|
554 |
+
'title' => __( 'Right', 'woolentor' ),
|
555 |
+
'icon' => 'eicon-h-align-right',
|
556 |
+
),
|
557 |
+
),
|
558 |
+
'default' => is_rtl() ? 'left' : 'right',
|
559 |
+
'selectors_dictionary' => array(
|
560 |
+
'left' => 'right: auto; left:15px',
|
561 |
+
'right' => 'left: auto; right:15px',
|
562 |
+
),
|
563 |
+
'selectors' => array(
|
564 |
+
'{{WRAPPER}} .woolentor-recently-view-image .ht-product-label' => '{{VALUE}}',
|
565 |
+
),
|
566 |
+
)
|
567 |
+
);
|
568 |
+
|
569 |
+
$this->add_group_control(
|
570 |
+
Group_Control_Typography::get_type(),
|
571 |
+
[
|
572 |
+
'name' => 'badge_typography',
|
573 |
+
'selector' => '{{WRAPPER}} .woolentor-recently-view-image .ht-product-label',
|
574 |
+
]
|
575 |
+
);
|
576 |
+
|
577 |
+
$this->add_control(
|
578 |
+
'badge_color',
|
579 |
+
[
|
580 |
+
'label' => __( 'Color', 'woolentor' ),
|
581 |
+
'type' => Controls_Manager::COLOR,
|
582 |
+
'selectors' => [
|
583 |
+
'{{WRAPPER}} .woolentor-recently-view-image .ht-product-label' => 'color: {{VALUE}};',
|
584 |
+
],
|
585 |
+
]
|
586 |
+
);
|
587 |
+
|
588 |
+
$this->add_control(
|
589 |
+
'outofstock_badge_color',
|
590 |
+
[
|
591 |
+
'label' => __( 'Out of Stock Badge Color', 'woolentor' ),
|
592 |
+
'type' => Controls_Manager::COLOR,
|
593 |
+
'selectors' => [
|
594 |
+
'{{WRAPPER}} .woolentor-recently-view-image .ht-product-label.ht-stockout' => 'color: {{VALUE}} !important;',
|
595 |
+
],
|
596 |
+
]
|
597 |
+
);
|
598 |
+
|
599 |
+
$this->add_control(
|
600 |
+
'badge_bg_color',
|
601 |
+
[
|
602 |
+
'label' => __( 'Background Color', 'woolentor' ),
|
603 |
+
'type' => Controls_Manager::COLOR,
|
604 |
+
'selectors' => [
|
605 |
+
'{{WRAPPER}} .woolentor-recently-view-image .ht-product-label' => 'background-color: {{VALUE}};',
|
606 |
+
],
|
607 |
+
]
|
608 |
+
);
|
609 |
+
|
610 |
+
$this->add_group_control(
|
611 |
+
Group_Control_Border::get_type(),
|
612 |
+
[
|
613 |
+
'name' => 'badge_border',
|
614 |
+
'label' => __( 'Border', 'woolentor' ),
|
615 |
+
'selector' => '{{WRAPPER}} .woolentor-recently-view-image .ht-product-label',
|
616 |
+
]
|
617 |
+
);
|
618 |
+
|
619 |
+
$this->add_responsive_control(
|
620 |
+
'badge_border_radius',
|
621 |
+
[
|
622 |
+
'label' => esc_html__( 'Border Radius', 'woolentor' ),
|
623 |
+
'type' => Controls_Manager::DIMENSIONS,
|
624 |
+
'selectors' => [
|
625 |
+
'{{WRAPPER}} .woolentor-recently-view-image .ht-product-label' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
|
626 |
+
],
|
627 |
+
]
|
628 |
+
);
|
629 |
+
|
630 |
+
$this->add_responsive_control(
|
631 |
+
'badge_padding',
|
632 |
+
[
|
633 |
+
'label' => __( 'Padding', 'woolentor' ),
|
634 |
+
'type' => Controls_Manager::DIMENSIONS,
|
635 |
+
'size_units' => [ 'px', '%', 'em' ],
|
636 |
+
'selectors' => [
|
637 |
+
'{{WRAPPER}} .woolentor-recently-view-image .ht-product-label' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
638 |
+
],
|
639 |
+
]
|
640 |
+
);
|
641 |
+
|
642 |
+
$this->end_controls_section();
|
643 |
+
|
644 |
+
$this->start_controls_section(
|
645 |
+
'empty_message_style_section',
|
646 |
+
[
|
647 |
+
'label' => __( 'Empty Message', 'woolentor' ),
|
648 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
649 |
+
'condition' => [
|
650 |
+
'show_empty_message' => 'yes'
|
651 |
+
]
|
652 |
+
]
|
653 |
+
);
|
654 |
+
|
655 |
+
$this->add_group_control(
|
656 |
+
Group_Control_Typography::get_type(),
|
657 |
+
[
|
658 |
+
'name' => 'empty_message_typography',
|
659 |
+
'selector' => '{{WRAPPER}} .woolentor-no-view-product',
|
660 |
+
]
|
661 |
+
);
|
662 |
+
|
663 |
+
$this->add_control(
|
664 |
+
'empty_message_color',
|
665 |
+
[
|
666 |
+
'label' => __( 'Color', 'woolentor' ),
|
667 |
+
'type' => Controls_Manager::COLOR,
|
668 |
+
'selectors' => [
|
669 |
+
'{{WRAPPER}} .woolentor-no-view-product' => 'color: {{VALUE}};',
|
670 |
+
],
|
671 |
+
]
|
672 |
+
);
|
673 |
+
|
674 |
+
$this->add_control(
|
675 |
+
'empty_message_bg_color',
|
676 |
+
[
|
677 |
+
'label' => __( 'Background Color', 'woolentor' ),
|
678 |
+
'type' => Controls_Manager::COLOR,
|
679 |
+
'selectors' => [
|
680 |
+
'{{WRAPPER}} .woolentor-no-view-product' => 'background-color: {{VALUE}};',
|
681 |
+
],
|
682 |
+
]
|
683 |
+
);
|
684 |
+
|
685 |
+
$this->add_group_control(
|
686 |
+
Group_Control_Box_Shadow::get_type(),
|
687 |
+
[
|
688 |
+
'name' => 'empty_message_box_shadow',
|
689 |
+
'label' => esc_html__( 'Box Shadow', 'woolentor' ),
|
690 |
+
'selector' => '{{WRAPPER}} .woolentor-no-view-product',
|
691 |
+
]
|
692 |
+
);
|
693 |
+
|
694 |
+
$this->add_responsive_control(
|
695 |
+
'empty_message_padding',
|
696 |
+
[
|
697 |
+
'label' => __( 'Padding', 'woolentor' ),
|
698 |
+
'type' => Controls_Manager::DIMENSIONS,
|
699 |
+
'size_units' => [ 'px', '%', 'em' ],
|
700 |
+
'selectors' => [
|
701 |
+
'{{WRAPPER}} .woolentor-no-view-product' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
702 |
+
],
|
703 |
+
]
|
704 |
+
);
|
705 |
+
|
706 |
+
$this->add_responsive_control(
|
707 |
+
'empty_message_margin',
|
708 |
+
[
|
709 |
+
'label' => __( 'Margin', 'woolentor' ),
|
710 |
+
'type' => Controls_Manager::DIMENSIONS,
|
711 |
+
'size_units' => [ 'px', '%', 'em' ],
|
712 |
+
'selectors' => [
|
713 |
+
'{{WRAPPER}} .woolentor-no-view-product' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
714 |
+
],
|
715 |
+
]
|
716 |
+
);
|
717 |
+
|
718 |
+
$this->end_controls_section();
|
719 |
+
|
720 |
+
}
|
721 |
+
|
722 |
+
|
723 |
+
protected function render( $instance = [] ) {
|
724 |
+
|
725 |
+
$settings = $this->get_settings_for_display();
|
726 |
+
|
727 |
+
$column = $settings['grid_column'];
|
728 |
+
$collumval = 'wl-col-1';
|
729 |
+
if( $column !='' ){
|
730 |
+
$collumval = 'wl-col-'.$column;
|
731 |
+
}
|
732 |
+
|
733 |
+
$title_html_tag = woolentor_validate_html_tag( $settings['title_html_tag'] );
|
734 |
+
|
735 |
+
$products_list = woolentor_get_track_user_data();
|
736 |
+
|
737 |
+
if( Plugin::instance()->editor->is_edit_mode() && empty( $products_list ) ){
|
738 |
+
echo '<div class="elementor-panel" style="margin-bottom:10px;"><div class="elementor-panel-alert elementor-panel-alert-warning">'. __( 'You haven\'t viewed at any of the products yet. Below are demo product for the editing mode.', 'woolentor' ) . '</div></div>';
|
739 |
+
}else{
|
740 |
+
if ( empty( $products_list ) ) {
|
741 |
+
if( $settings['show_empty_message'] == 'yes' ){
|
742 |
+
echo '<div class="woolentor-no-view-product">'. trim( $settings['empty_message'] ) .'</div>';
|
743 |
+
}
|
744 |
+
return '';
|
745 |
+
}
|
746 |
+
}
|
747 |
+
|
748 |
+
$products_list_value = array_values( $products_list );
|
749 |
+
|
750 |
+
if( $settings['order'] == 'DESC' ){
|
751 |
+
$products_list_value = array_reverse( $products_list_value );
|
752 |
+
}
|
753 |
+
|
754 |
+
$args = array(
|
755 |
+
'post_type' => 'product',
|
756 |
+
'ignore_sticky_posts' => 1,
|
757 |
+
'no_found_rows' => 1,
|
758 |
+
'posts_per_page' => $settings['product_limit'],
|
759 |
+
'orderby' => 'post__in',
|
760 |
+
'post__in' => isset( $products_list_value ) ? $products_list_value : [],
|
761 |
+
);
|
762 |
+
$products = new \WP_Query( $args );
|
763 |
+
|
764 |
+
if ( $products->have_posts() ) {
|
765 |
+
echo '<div class="wl-row">';
|
766 |
+
while( $products->have_posts() ): $products->the_post();
|
767 |
+
?>
|
768 |
+
<div class="<?php echo esc_attr( $collumval ); ?>">
|
769 |
+
<div class="woolentor-recently-viewed-product">
|
770 |
+
<div class="woolentor-recently-view-image">
|
771 |
+
<?php
|
772 |
+
if( class_exists('WooCommerce') && $settings['show_badge'] == 'yes' ){
|
773 |
+
woolentor_custom_product_badge();
|
774 |
+
woolentor_sale_flash();
|
775 |
+
}
|
776 |
+
?>
|
777 |
+
<a href="<?php the_permalink();?>">
|
778 |
+
<?php woocommerce_template_loop_product_thumbnail(); ?>
|
779 |
+
</a>
|
780 |
+
</div>
|
781 |
+
|
782 |
+
<?php if( $settings['show_title'] == 'yes' || $settings['show_price'] == 'yes' || $settings['show_cart_button'] == 'yes' ): ?>
|
783 |
+
<div class="woolentor-recently-view-content">
|
784 |
+
<?php
|
785 |
+
if( $settings['show_title'] == 'yes' ){
|
786 |
+
echo sprintf( "<%s class='woolentor-recently-view-title'><a href='%s'>%s</a></%s>", $title_html_tag, get_the_permalink(), get_the_title(), $title_html_tag );
|
787 |
+
}
|
788 |
+
if( $settings['show_price'] == 'yes' ){
|
789 |
+
echo '<div class="woolentor-recently-view-price">';
|
790 |
+
woocommerce_template_loop_price();
|
791 |
+
echo '</div>';
|
792 |
+
}
|
793 |
+
if( $settings['show_cart_button'] == 'yes' ){
|
794 |
+
woocommerce_template_loop_add_to_cart();
|
795 |
+
}
|
796 |
+
?>
|
797 |
+
</div>
|
798 |
+
<?php endif; ?>
|
799 |
+
</div>
|
800 |
+
</div>
|
801 |
+
<?php
|
802 |
+
endwhile;
|
803 |
+
echo '</div>';
|
804 |
+
}
|
805 |
+
|
806 |
+
}
|
807 |
+
|
808 |
+
}
|
includes/addons/wl_store_features.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-store-feature';
|
@@ -18,7 +18,11 @@ class WL_Store_Features_Element extends Widget_Base {
|
|
18 |
}
|
19 |
|
20 |
public function get_categories() {
|
21 |
-
return
|
|
|
|
|
|
|
|
|
22 |
}
|
23 |
|
24 |
public function get_style_depends(){
|
@@ -574,5 +578,4 @@ class WL_Store_Features_Element extends Widget_Base {
|
|
574 |
<?php
|
575 |
}
|
576 |
|
577 |
-
}
|
578 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Store_Features_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wl_Store_Features_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-store-feature';
|
18 |
}
|
19 |
|
20 |
public function get_categories() {
|
21 |
+
return [ 'woolentor-addons' ];
|
22 |
+
}
|
23 |
+
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
}
|
27 |
|
28 |
public function get_style_depends(){
|
578 |
<?php
|
579 |
}
|
580 |
|
581 |
+
}
|
|
includes/addons/wl_testimonial.php
CHANGED
@@ -3,7 +3,7 @@ namespace Elementor;
|
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
-
class
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-testimonial';
|
@@ -18,7 +18,11 @@ class WL_Testimonial_Element extends Widget_Base {
|
|
18 |
}
|
19 |
|
20 |
public function get_categories() {
|
21 |
-
return
|
|
|
|
|
|
|
|
|
22 |
}
|
23 |
|
24 |
public function get_style_depends(){
|
@@ -1269,5 +1273,4 @@ class WL_Testimonial_Element extends Widget_Base {
|
|
1269 |
}
|
1270 |
}
|
1271 |
|
1272 |
-
}
|
1273 |
-
Plugin::instance()->widgets_manager->register_widget_type( new WL_Testimonial_Element() );
|
3 |
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
class Woolentor_Wl_Testimonial_Widget extends Widget_Base {
|
7 |
|
8 |
public function get_name() {
|
9 |
return 'wl-testimonial';
|
18 |
}
|
19 |
|
20 |
public function get_categories() {
|
21 |
+
return [ 'woolentor-addons' ];
|
22 |
+
}
|
23 |
+
|
24 |
+
public function get_help_url() {
|
25 |
+
return 'https://woolentor.com/documentation/';
|
26 |
}
|
27 |
|
28 |
public function get_style_depends(){
|
1273 |
}
|
1274 |
}
|
1275 |
|
1276 |
+
}
|
|
includes/admin/include/admin_fields.php
CHANGED
@@ -396,6 +396,13 @@ class Woolentor_Admin_Fields {
|
|
396 |
'default' => 'on'
|
397 |
),
|
398 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
399 |
array(
|
400 |
'name' => 'wl_product_filter',
|
401 |
'label' => esc_html__( 'Product Filter', 'woolentor' ),
|
@@ -2122,7 +2129,7 @@ class Woolentor_Admin_Fields {
|
|
2122 |
if( woolentor_get_option('enable', 'woolentor_flash_sale_settings') == 'on' ){
|
2123 |
$settings_fields['woolentor_elements_tabs'][] = [
|
2124 |
'name' => 'product_flash_sale',
|
2125 |
-
'label' => esc_html__( '
|
2126 |
'type' => 'element',
|
2127 |
'default' => 'on'
|
2128 |
];
|
396 |
'default' => 'on'
|
397 |
),
|
398 |
|
399 |
+
array(
|
400 |
+
'name' => 'wl_recently_viewed_products',
|
401 |
+
'label' => esc_html__( 'Recently Viewed Products', 'woolentor' ),
|
402 |
+
'type' => 'element',
|
403 |
+
'default' => 'on'
|
404 |
+
),
|
405 |
+
|
406 |
array(
|
407 |
'name' => 'wl_product_filter',
|
408 |
'label' => esc_html__( 'Product Filter', 'woolentor' ),
|
2129 |
if( woolentor_get_option('enable', 'woolentor_flash_sale_settings') == 'on' ){
|
2130 |
$settings_fields['woolentor_elements_tabs'][] = [
|
2131 |
'name' => 'product_flash_sale',
|
2132 |
+
'label' => esc_html__( 'Product Flash Sale', 'woolentor' ),
|
2133 |
'type' => 'element',
|
2134 |
'default' => 'on'
|
2135 |
];
|
includes/base.php
CHANGED
@@ -56,6 +56,9 @@ final class Base {
|
|
56 |
// Support WooCommerce
|
57 |
add_action( 'after_setup_theme', [ $this, 'after_setup_theme' ] );
|
58 |
|
|
|
|
|
|
|
59 |
}
|
60 |
|
61 |
/**
|
@@ -303,13 +306,6 @@ final class Base {
|
|
303 |
if( !isset( $_GET['activate-multi'] ) ){
|
304 |
wp_redirect( admin_url("admin.php?page=woolentor") );
|
305 |
}
|
306 |
-
|
307 |
-
// Fetch Template Library Data
|
308 |
-
// $transient = get_transient( \Woolentor_Template_Library_Manager::TRANSIENT_KEY );
|
309 |
-
// if ( ! $transient ) {
|
310 |
-
// self::$template_info = \Woolentor_Template_Library_Manager::instance()->get_templates_info();
|
311 |
-
// }
|
312 |
-
|
313 |
}
|
314 |
}
|
315 |
|
@@ -331,6 +327,48 @@ final class Base {
|
|
331 |
}
|
332 |
}
|
333 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
334 |
/**
|
335 |
* [wc_fontend_includes] Load WC Files in Editor Mode
|
336 |
* @return [void]
|
56 |
// Support WooCommerce
|
57 |
add_action( 'after_setup_theme', [ $this, 'after_setup_theme' ] );
|
58 |
|
59 |
+
// Product View Count
|
60 |
+
add_action( 'template_redirect', [ $this, 'track_user_viewed_products' ], 99 );
|
61 |
+
|
62 |
}
|
63 |
|
64 |
/**
|
306 |
if( !isset( $_GET['activate-multi'] ) ){
|
307 |
wp_redirect( admin_url("admin.php?page=woolentor") );
|
308 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
}
|
310 |
}
|
311 |
|
327 |
}
|
328 |
}
|
329 |
|
330 |
+
/**
|
331 |
+
* Manage Product Viewed products
|
332 |
+
*
|
333 |
+
* @return void
|
334 |
+
*/
|
335 |
+
public function track_user_viewed_products(){
|
336 |
+
|
337 |
+
global $post;
|
338 |
+
|
339 |
+
if ( is_null( $post ) || $post->post_type != 'product' || !is_product() ) {
|
340 |
+
return;
|
341 |
+
}
|
342 |
+
|
343 |
+
$products_list = woolentor_get_track_user_data();
|
344 |
+
$user_id = get_current_user_id();
|
345 |
+
$cookie_name = woolentor_get_cookie_name( 'viewed_products_list' );
|
346 |
+
|
347 |
+
$product_id = get_the_id();
|
348 |
+
|
349 |
+
// Check current product is exists in the list.
|
350 |
+
if ( ( $key = array_search( $product_id, $products_list ) ) !== false ) {
|
351 |
+
unset( $products_list[$key] );
|
352 |
+
}
|
353 |
+
|
354 |
+
$timestamp = time();
|
355 |
+
$products_list[$timestamp] = $product_id;
|
356 |
+
|
357 |
+
// Set cookie or save user meta
|
358 |
+
$cookie_duration = 5;
|
359 |
+
$cookie_duration = time() + (86400 * $cookie_duration);
|
360 |
+
|
361 |
+
if ( $user_id ) {
|
362 |
+
update_user_meta( $user_id, $cookie_name, $products_list );
|
363 |
+
} else {
|
364 |
+
setcookie( $cookie_name, serialize( $products_list ), $cookie_duration, COOKIEPATH, COOKIE_DOMAIN, false, true );
|
365 |
+
}
|
366 |
+
|
367 |
+
// Set View Count
|
368 |
+
woolentor_set_views_count( $product_id, 'product' );
|
369 |
+
|
370 |
+
}
|
371 |
+
|
372 |
/**
|
373 |
* [wc_fontend_includes] Load WC Files in Editor Mode
|
374 |
* @return [void]
|
includes/helper-function.php
CHANGED
@@ -13,15 +13,23 @@ function woolentor_is_woocommerce() {
|
|
13 |
|
14 |
/**
|
15 |
* Elementor Version check
|
16 |
-
*
|
17 |
*/
|
18 |
function woolentor_is_elementor_version( $operator = '<', $version = '2.6.0' ) {
|
19 |
return defined( 'ELEMENTOR_VERSION' ) && version_compare( ELEMENTOR_VERSION, $version, $operator );
|
20 |
}
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
/**
|
23 |
* Elementor editor mode check
|
24 |
-
*
|
25 |
*/
|
26 |
function woolentor_is_elementor_editor(){
|
27 |
return class_exists('\Elementor\Plugin') ? \Elementor\Plugin::$instance->editor->is_edit_mode() : false;
|
@@ -65,7 +73,7 @@ function woolentor_render_icon( $settings = [], $new_icon = 'selected_icon', $ol
|
|
65 |
if ( ! isset( $settings[$new_icon]['value']['id'] ) ) {
|
66 |
return '';
|
67 |
}
|
68 |
-
$output = Elementor\Core\Files\Assets\Svg\Svg_Handler::get_inline_svg( $settings[$new_icon]['value']['id'] );
|
69 |
|
70 |
} else {
|
71 |
$icon_types = \Elementor\Icons_Manager::get_icon_manager_tabs();
|
@@ -102,6 +110,89 @@ function woolentor_render_icon( $settings = [], $new_icon = 'selected_icon', $ol
|
|
102 |
|
103 |
}
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
/**
|
106 |
* [woolentor_product_query]
|
107 |
* @param array $query_args
|
13 |
|
14 |
/**
|
15 |
* Elementor Version check
|
16 |
+
* @return [boolean]
|
17 |
*/
|
18 |
function woolentor_is_elementor_version( $operator = '<', $version = '2.6.0' ) {
|
19 |
return defined( 'ELEMENTOR_VERSION' ) && version_compare( ELEMENTOR_VERSION, $version, $operator );
|
20 |
}
|
21 |
|
22 |
+
/**
|
23 |
+
* Get elementor instance
|
24 |
+
* @return [\Elementor\Plugin]
|
25 |
+
*/
|
26 |
+
function woolentor_elementor() {
|
27 |
+
return \Elementor\Plugin::instance();
|
28 |
+
}
|
29 |
+
|
30 |
/**
|
31 |
* Elementor editor mode check
|
32 |
+
* @return [boolean]
|
33 |
*/
|
34 |
function woolentor_is_elementor_editor(){
|
35 |
return class_exists('\Elementor\Plugin') ? \Elementor\Plugin::$instance->editor->is_edit_mode() : false;
|
73 |
if ( ! isset( $settings[$new_icon]['value']['id'] ) ) {
|
74 |
return '';
|
75 |
}
|
76 |
+
$output = woolentor_is_elementor_version( '>=', '3.5.0' ) ? Elementor\Core\Files\File_Types\Svg::get_inline_svg( $settings[$new_icon]['value']['id'] ) : Elementor\Core\Files\Assets\Svg\Svg_Handler::get_inline_svg( $settings[$new_icon]['value']['id'] );
|
77 |
|
78 |
} else {
|
79 |
$icon_types = \Elementor\Icons_Manager::get_icon_manager_tabs();
|
110 |
|
111 |
}
|
112 |
|
113 |
+
/**
|
114 |
+
* [woolentor_get_cookie_name] Get Compare cookie name
|
115 |
+
* @return [string]
|
116 |
+
*/
|
117 |
+
function woolentor_get_cookie_name( $name ) {
|
118 |
+
$name = 'woolentor_'.$name;
|
119 |
+
if ( is_multisite() ){
|
120 |
+
$name .= '_' . get_current_blog_id();
|
121 |
+
}
|
122 |
+
return $name;
|
123 |
+
}
|
124 |
+
|
125 |
+
/**
|
126 |
+
* [woolentor_set_views_count]
|
127 |
+
* @param [int] $postid
|
128 |
+
* @param [string] $posttype
|
129 |
+
* @return [null]
|
130 |
+
*/
|
131 |
+
function woolentor_set_views_count( $postid, $posttype ) {
|
132 |
+
|
133 |
+
$count_key = 'woolentor_views_count_'.$posttype;
|
134 |
+
$count = get_post_meta( $postid, $count_key, true );
|
135 |
+
|
136 |
+
$cookie_name = woolentor_get_cookie_name( 'already_views_count_'.$posttype );
|
137 |
+
$products_list = isset( $_COOKIE[$cookie_name] ) ? unserialize( $_COOKIE[ $cookie_name ] ) : [];
|
138 |
+
$timestamp = time();
|
139 |
+
|
140 |
+
if( $count == '' ){
|
141 |
+
$count = 1;
|
142 |
+
delete_post_meta( $postid, $count_key );
|
143 |
+
add_post_meta( $postid, $count_key, '1' );
|
144 |
+
$products_list[$timestamp] = $postid;
|
145 |
+
}else{
|
146 |
+
// if the post has already been stored under the cookie
|
147 |
+
if ( ( $key = array_search( $postid, $products_list ) ) == false ) {
|
148 |
+
$count++;
|
149 |
+
update_post_meta( $postid, $count_key, $count );
|
150 |
+
$products_list[$timestamp] = $postid;
|
151 |
+
}
|
152 |
+
}
|
153 |
+
setcookie( $cookie_name, serialize( $products_list ), 0, COOKIEPATH, COOKIE_DOMAIN, false, false );
|
154 |
+
|
155 |
+
}
|
156 |
+
|
157 |
+
/**
|
158 |
+
* [woolentor_get_views_count]
|
159 |
+
* @param [int] $postid
|
160 |
+
* @param [string] $posttype
|
161 |
+
* @return [string]
|
162 |
+
*/
|
163 |
+
function woolentor_get_views_count( $postid, $posttype ){
|
164 |
+
|
165 |
+
$count_key = 'woolentor_views_count_'.$posttype;
|
166 |
+
|
167 |
+
$count = get_post_meta( $postid, $count_key, true );
|
168 |
+
if( $count == '' ){
|
169 |
+
delete_post_meta( $postid, $count_key );
|
170 |
+
add_post_meta( $postid, $count_key, '0' );
|
171 |
+
return "0";
|
172 |
+
}
|
173 |
+
return $count;
|
174 |
+
|
175 |
+
}
|
176 |
+
|
177 |
+
/**
|
178 |
+
* Get User Track data
|
179 |
+
*
|
180 |
+
* @return array
|
181 |
+
*/
|
182 |
+
function woolentor_get_track_user_data(){
|
183 |
+
|
184 |
+
$user_id = get_current_user_id();
|
185 |
+
$cookie_name = woolentor_get_cookie_name( 'viewed_products_list' );
|
186 |
+
if (! $user_id) {
|
187 |
+
$products_list = isset( $_COOKIE[$cookie_name] ) ? unserialize( $_COOKIE[ $cookie_name ] ) : [];
|
188 |
+
} else {
|
189 |
+
$get_meta_data = get_user_meta( $user_id, $cookie_name, true );
|
190 |
+
$products_list = ! empty( $get_meta_data ) ? $get_meta_data : [];
|
191 |
+
}
|
192 |
+
|
193 |
+
return $products_list;
|
194 |
+
}
|
195 |
+
|
196 |
/**
|
197 |
* [woolentor_product_query]
|
198 |
* @param array $query_args
|
includes/modules/shopify-like-checkout/class.shopify-like-checkout.php
CHANGED
@@ -351,6 +351,10 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
|
|
351 |
foreach ( $fieldset as $key => $field ) {
|
352 |
$type = sanitize_title( isset( $field['type'] ) ? $field['type'] : 'text' );
|
353 |
|
|
|
|
|
|
|
|
|
354 |
if ( isset( $post_data[ $key ] ) && '' !== $post_data[ $key ] ) { // phpcs:disable WordPress.Security.NonceVerification.Missing
|
355 |
$value = wp_unslash( $post_data[ $key ] ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
|
356 |
} elseif ( isset( $field['default'] ) && 'checkbox' !== $type && ! $form_was_shown ) {
|
@@ -388,15 +392,8 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
|
|
388 |
}
|
389 |
}
|
390 |
|
391 |
-
if(isset($data['billing_phone'])){
|
392 |
-
unset($data['billing_phone']);
|
393 |
-
}
|
394 |
-
|
395 |
-
if(isset($data['shipping_phone'])){
|
396 |
-
unset($data['shipping_phone']);
|
397 |
-
}
|
398 |
-
|
399 |
return $data;
|
|
|
400 |
}
|
401 |
|
402 |
/**
|
351 |
foreach ( $fieldset as $key => $field ) {
|
352 |
$type = sanitize_title( isset( $field['type'] ) ? $field['type'] : 'text' );
|
353 |
|
354 |
+
if( !isset( $post_data[$key] ) ){
|
355 |
+
continue;
|
356 |
+
}
|
357 |
+
|
358 |
if ( isset( $post_data[ $key ] ) && '' !== $post_data[ $key ] ) { // phpcs:disable WordPress.Security.NonceVerification.Missing
|
359 |
$value = wp_unslash( $post_data[ $key ] ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
|
360 |
} elseif ( isset( $field['default'] ) && 'checkbox' !== $type && ! $form_was_shown ) {
|
392 |
}
|
393 |
}
|
394 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
395 |
return $data;
|
396 |
+
|
397 |
}
|
398 |
|
399 |
/**
|
includes/modules/wishlist/includes/classes/Admin/Admin_Fields.php
CHANGED
@@ -562,7 +562,7 @@ class Admin_Fields {
|
|
562 |
|
563 |
public function plugin_page() {
|
564 |
echo '<div class="wrap">';
|
565 |
-
echo '<h2>'.esc_html__( '
|
566 |
$this->save_message();
|
567 |
$this->settings_api->show_navigation();
|
568 |
$this->settings_api->show_forms();
|
562 |
|
563 |
public function plugin_page() {
|
564 |
echo '<div class="wrap">';
|
565 |
+
echo '<h2>'.esc_html__( 'Wishlist Settings','wishsuite' ).'</h2>';
|
566 |
$this->save_message();
|
567 |
$this->settings_api->show_navigation();
|
568 |
$this->settings_api->show_forms();
|
includes/modules/wishlist/includes/classes/Frontend/Shortcode.php
CHANGED
@@ -62,7 +62,7 @@ class Shortcode {
|
|
62 |
$shop_page_btn_position = woolentor_get_option( 'shop_btn_position', 'wishsuite_settings_tabs', 'after_cart_btn' );
|
63 |
$product_page_btn_position = woolentor_get_option( 'product_btn_position', 'wishsuite_settings_tabs', 'after_cart_btn' );
|
64 |
$button_style = woolentor_get_option( 'button_style', 'wishsuite_style_settings_tabs', 'default' );
|
65 |
-
$enable_login_limit
|
66 |
|
67 |
if ( !is_user_logged_in() && $enable_login_limit == 'on' ) {
|
68 |
$button_text = woolentor_get_option( 'logout_button','wishsuite_general_tabs', 'Please login' );
|
@@ -166,6 +166,8 @@ class Shortcode {
|
|
166 |
public function counter_shortcode( $atts, $content = '' ){
|
167 |
wp_enqueue_style( 'wishsuite-frontend' );
|
168 |
|
|
|
|
|
169 |
$products = Manage_Wishlist::instance()->get_products_data();
|
170 |
if ( !is_user_logged_in() && $enable_login_limit == 'on' ) {
|
171 |
$button_text = woolentor_get_option( 'logout_button','wishsuite_general_tabs', 'Please login' );
|
62 |
$shop_page_btn_position = woolentor_get_option( 'shop_btn_position', 'wishsuite_settings_tabs', 'after_cart_btn' );
|
63 |
$product_page_btn_position = woolentor_get_option( 'product_btn_position', 'wishsuite_settings_tabs', 'after_cart_btn' );
|
64 |
$button_style = woolentor_get_option( 'button_style', 'wishsuite_style_settings_tabs', 'default' );
|
65 |
+
$enable_login_limit = woolentor_get_option( 'enable_login_limit', 'wishsuite_general_tabs', 'off' );
|
66 |
|
67 |
if ( !is_user_logged_in() && $enable_login_limit == 'on' ) {
|
68 |
$button_text = woolentor_get_option( 'logout_button','wishsuite_general_tabs', 'Please login' );
|
166 |
public function counter_shortcode( $atts, $content = '' ){
|
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' ) {
|
173 |
$button_text = woolentor_get_option( 'logout_button','wishsuite_general_tabs', 'Please login' );
|
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-
|
7 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9 |
"Language-Team: \n"
|
@@ -17,47 +17,47 @@ msgstr ""
|
|
17 |
"X-Domain: woolentor"
|
18 |
|
19 |
#. 1: Plugin name 2: PHP 3: Required PHP version
|
20 |
-
#: includes/base.php:
|
21 |
#, php-format
|
22 |
msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: includes/addons/product_flash_sale.php:
|
26 |
msgid "\"Out of stock\" BG Color"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/addons/product_flash_sale.php:
|
30 |
msgid "\"Out of stock\" Text Color"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: includes/addons/wl_onepage_slider.php:
|
34 |
-
#: includes/addons/wl_onepage_slider.php:
|
35 |
-
#: includes/addons/wl_onepage_slider.php:
|
36 |
msgid "#"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: includes/base.php:
|
40 |
#, php-format
|
41 |
msgid ""
|
42 |
"%1$sWooLentor Addons for Elementor%2$s requires %1$s\"Elementor\"%2$s plugin "
|
43 |
"to be active. Please activate Elementor to continue."
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: includes/base.php:
|
47 |
#, php-format
|
48 |
msgid ""
|
49 |
"%1$sWooLentor Addons for Elementor%2$s requires %1$s\"Elementor\"%2$s plugin "
|
50 |
"to be installed and activated. Please install Elementor to continue."
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: includes/base.php:
|
54 |
#, php-format
|
55 |
msgid ""
|
56 |
"%1$sWooLentor Addons for Elementor%2$s requires %1$s\"WooCommerce\"%2$s "
|
57 |
"plugin to be active. Please activate WooCommerce to continue."
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: includes/base.php:
|
61 |
#, php-format
|
62 |
msgid ""
|
63 |
"%1$sWooLentor Addons for Elementor%2$s requires %1$s\"WooCommerce\"%2$s "
|
@@ -75,8 +75,8 @@ msgstr[1] ""
|
|
75 |
msgid ". Which will motivate us a lot."
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: includes/addons/product_flash_sale.php:
|
79 |
-
#: includes/addons/product_curvy.php:
|
80 |
#: includes/addons/product_tabs.php:96
|
81 |
msgid "1"
|
82 |
msgstr ""
|
@@ -85,8 +85,8 @@ msgstr ""
|
|
85 |
msgid "10 Custom Shop Page Templates"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: includes/addons/wb_product_call_for_price.php:
|
89 |
-
#: includes/addons/wb_product_call_for_price.php:
|
90 |
msgid "123-456-7890"
|
91 |
msgstr ""
|
92 |
|
@@ -94,23 +94,23 @@ msgstr ""
|
|
94 |
msgid "15 Product Custom Templates"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: includes/addons/product_flash_sale.php:
|
98 |
-
#: includes/addons/product_curvy.php:
|
99 |
#: includes/addons/product_tabs.php:97
|
100 |
msgid "2"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: includes/addons/product_flash_sale.php:
|
104 |
-
#: includes/addons/product_curvy.php:
|
105 |
msgid "3"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: includes/addons/product_flash_sale.php:
|
109 |
-
#: includes/addons/product_curvy.php:
|
110 |
msgid "4"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: includes/addons/product_flash_sale.php:
|
114 |
#: includes/addons/product_tabs.php:100
|
115 |
msgid "5"
|
116 |
msgstr ""
|
@@ -123,7 +123,7 @@ msgstr ""
|
|
123 |
msgid "50%"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: includes/addons/product_flash_sale.php:
|
127 |
#: includes/addons/product_tabs.php:101
|
128 |
msgid "6"
|
129 |
msgstr ""
|
@@ -145,10 +145,10 @@ msgstr ""
|
|
145 |
msgid "Action Button"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: includes/addons/product_flash_sale.php:
|
149 |
-
#: includes/addons/product_image_accordion.php:
|
150 |
-
#: includes/addons/product_accordion.php:
|
151 |
-
#: includes/addons/product_curvy.php:
|
152 |
msgid "Action Button Style"
|
153 |
msgstr ""
|
154 |
|
@@ -159,11 +159,11 @@ msgstr ""
|
|
159 |
msgid "Activate"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: includes/base.php:
|
163 |
msgid "Activate Elementor"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: includes/base.php:
|
167 |
msgid "Activate WooCommerce"
|
168 |
msgstr ""
|
169 |
|
@@ -174,23 +174,23 @@ msgstr ""
|
|
174 |
msgid "Activated"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: classes/class.assest_management.php:
|
178 |
msgid "Activating.."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: classes/class.assest_management.php:
|
182 |
-
#: includes/addons/wl_faq.php:
|
183 |
#: includes/addons/wb_archive_product.php:758
|
184 |
msgid "Active"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: includes/addons/wl_product_filter.php:
|
188 |
msgid "Active Slider Background"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: includes/addons/product_image_accordion.php:
|
192 |
-
#: includes/addons/product_accordion.php:
|
193 |
-
#: includes/addons/product_curvy.php:
|
194 |
msgid "Add ID Manually"
|
195 |
msgstr ""
|
196 |
|
@@ -206,23 +206,27 @@ msgstr ""
|
|
206 |
msgid "Add New Template"
|
207 |
msgstr ""
|
208 |
|
|
|
|
|
|
|
|
|
209 |
#: includes/addons/wb_archive_product.php:542
|
210 |
msgid "Add To Cart Button"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: includes/addons/product_image_accordion.php:
|
214 |
-
#: includes/addons/product_accordion.php:
|
215 |
-
#: includes/addons/product_curvy.php:
|
216 |
msgid "Add to Cart Button Icon"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: includes/addons/product_image_accordion.php:
|
220 |
-
#: includes/addons/product_accordion.php:
|
221 |
msgid "Add to Cart Button Text"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: includes/helper-function.php:
|
225 |
-
#: includes/helper-function.php:
|
226 |
#: woolentor-blocks/includes/helper-functions.php:312
|
227 |
#: woolentor-blocks/includes/helper-functions.php:313
|
228 |
#: woolentor-blocks/includes/helper-functions.php:329
|
@@ -237,13 +241,13 @@ msgstr ""
|
|
237 |
msgid "Additional information"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: includes/addons/wl_faq.php:
|
241 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
242 |
-
#: includes/addons/wl_product_filter.php:
|
243 |
msgid "Additional Options"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: classes/class.widgets_control.php:
|
247 |
msgid "Adds Banner"
|
248 |
msgstr ""
|
249 |
|
@@ -252,35 +256,36 @@ msgstr ""
|
|
252 |
msgid "admin@domain.com"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: includes/addons/wl_category_grid.php:
|
256 |
msgid "After Border Color"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: includes/addons/wl_faq.php:
|
260 |
msgid "After Title"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: includes/addons/wl_faq.php:
|
264 |
-
#: includes/addons/wb_product_short_description.php:
|
265 |
-
#: includes/addons/wl_breadcrumbs.php:
|
266 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
267 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
268 |
-
#: includes/addons/wl_onepage_slider.php:
|
269 |
#: includes/addons/special_day_offer.php:269
|
270 |
-
#: includes/addons/wl_store_features.php:
|
271 |
-
#: includes/addons/wb_product_data_tab.php:
|
272 |
#: includes/addons/wb_archive_product.php:233
|
273 |
-
#: includes/addons/wl_archive_title.php:
|
274 |
-
#: includes/addons/wb_product_related.php:
|
275 |
-
#: includes/addons/wb_archive_result_count.php:
|
276 |
-
#: includes/addons/wb_product_description.php:
|
277 |
-
#: includes/addons/wl_category.php:276 includes/addons/wl_brand.php:
|
278 |
-
#: includes/addons/wb_product_categories.php:
|
279 |
-
#: includes/addons/wb_product_title.php:
|
280 |
-
#: includes/addons/wb_product_sku.php:
|
281 |
-
#: includes/addons/wb_customer_review.php:
|
|
|
282 |
#: includes/addons/product_tabs.php:227 includes/addons/product_tabs.php:949
|
283 |
-
#: includes/addons/product_tabs.php:1028 includes/addons/wb_product_tags.php:
|
284 |
msgid "Alignment"
|
285 |
msgstr ""
|
286 |
|
@@ -288,7 +293,7 @@ msgstr ""
|
|
288 |
msgid "ALL"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: includes/addons/wb_wc_multicurrency.php:
|
292 |
#: includes/admin/include/class.template-manager.php:280
|
293 |
msgid "All"
|
294 |
msgstr ""
|
@@ -301,7 +306,7 @@ msgstr ""
|
|
301 |
msgid "All Builders"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: includes/addons/wl_category_grid.php:
|
305 |
msgid "All Categories"
|
306 |
msgstr ""
|
307 |
|
@@ -309,7 +314,7 @@ msgstr ""
|
|
309 |
msgid "All Data Saved"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: classes/class.assest_management.php:
|
313 |
msgid "All Items have been Loaded"
|
314 |
msgstr ""
|
315 |
|
@@ -321,7 +326,7 @@ msgstr ""
|
|
321 |
msgid "Already have an account?"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: includes/addons/wl_testimonial.php:
|
325 |
msgid "Anna Miller"
|
326 |
msgstr ""
|
327 |
|
@@ -338,15 +343,15 @@ msgstr ""
|
|
338 |
msgid "Archive"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: classes/class.widgets_control.php:
|
342 |
msgid "Archive Catalog Ordering"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: includes/addons/wl_archive_title.php:
|
346 |
msgid "Archive Description"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: classes/class.widgets_control.php:
|
350 |
msgid "Archive Layout Default"
|
351 |
msgstr ""
|
352 |
|
@@ -354,13 +359,13 @@ msgstr ""
|
|
354 |
msgid "Archive Product"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: classes/class.widgets_control.php:
|
358 |
msgid "Archive Result Count"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: classes/class.widgets_control.php:
|
362 |
-
#: includes/addons/wl_archive_title.php:
|
363 |
-
#: includes/addons/wl_archive_title.php:
|
364 |
msgid "Archive Title"
|
365 |
msgstr ""
|
366 |
|
@@ -368,40 +373,41 @@ msgstr ""
|
|
368 |
msgid "Are you sure?"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
372 |
-
#: includes/addons/wl_onepage_slider.php:
|
373 |
-
#: includes/addons/wl_store_features.php:
|
374 |
-
#: includes/addons/wb_customer_review.php:
|
375 |
-
#: includes/addons/wl_category_grid.php:
|
376 |
msgid "Area"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: includes/addons/wl_onepage_slider.php:
|
380 |
msgid "Area Background Type"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: includes/addons/wl_store_features.php:
|
384 |
msgid "Area Margin"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: includes/addons/wl_store_features.php:
|
388 |
msgid "Area Padding"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
392 |
-
#: includes/addons/wb_product_upsell.php:
|
393 |
#: includes/addons/wb_archive_product.php:148
|
394 |
-
#: includes/addons/wb_product_related.php:
|
395 |
-
#: includes/addons/wl_product_filter.php:
|
396 |
msgid "ASC"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: includes/addons/product_flash_sale.php:
|
400 |
-
#: includes/addons/product_image_accordion.php:
|
401 |
-
#: includes/addons/product_accordion.php:
|
402 |
-
#: includes/addons/wl_category.php:136 includes/addons/product_curvy.php:
|
|
|
403 |
#: includes/addons/product_tabs.php:182
|
404 |
-
#: includes/addons/wl_category_grid.php:
|
405 |
msgid "Ascending"
|
406 |
msgstr ""
|
407 |
|
@@ -409,30 +415,30 @@ msgstr ""
|
|
409 |
msgid "Assigned Template Importing.."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: includes/addons/wl_testimonial.php:
|
413 |
-
#: includes/addons/wl_category_grid.php:
|
414 |
msgid "Autoplay animation speed"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: includes/addons/wl_testimonial.php:
|
418 |
-
#: includes/addons/wl_category_grid.php:
|
419 |
msgid "Autoplay speed"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: includes/addons/product_flash_sale.php:
|
423 |
msgid "Available Custom Text"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: includes/addons/product_flash_sale.php:
|
427 |
msgid "Available Number Color"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: includes/addons/product_flash_sale.php:
|
431 |
-
#: includes/addons/product_flash_sale.php:
|
432 |
msgid "Available:"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: includes/addons/wl_category_grid.php:
|
436 |
msgid "Awaiting category image"
|
437 |
msgstr ""
|
438 |
|
@@ -444,88 +450,92 @@ msgstr ""
|
|
444 |
msgid "Back to Library"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: includes/addons/wl_faq.php:
|
448 |
-
#: includes/addons/wl_faq.php:
|
449 |
-
#: includes/addons/wl_faq.php:
|
450 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
451 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
452 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
453 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
454 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
455 |
-
#: includes/addons/wl_onepage_slider.php:
|
456 |
-
#: includes/addons/wl_onepage_slider.php:
|
457 |
-
#: includes/addons/wl_onepage_slider.php:
|
458 |
-
#: includes/addons/wl_onepage_slider.php:
|
459 |
#: includes/addons/special_day_offer.php:681
|
460 |
#: includes/addons/special_day_offer.php:760
|
461 |
-
#: includes/addons/wl_testimonial.php:
|
462 |
-
#: includes/addons/wl_store_features.php:
|
463 |
-
#: includes/addons/wl_store_features.php:
|
464 |
-
#: includes/addons/wl_store_features.php:
|
465 |
-
#: includes/addons/product_image_accordion.php:
|
466 |
-
#: includes/addons/product_image_accordion.php:
|
467 |
-
#: includes/addons/product_image_accordion.php:
|
468 |
-
#: includes/addons/product_accordion.php:
|
469 |
-
#: includes/addons/product_accordion.php:
|
470 |
-
#: includes/addons/product_accordion.php:
|
471 |
-
#: includes/addons/product_accordion.php:
|
472 |
-
#: includes/addons/product_curvy.php:
|
473 |
-
#: includes/addons/product_curvy.php:
|
474 |
-
#: includes/addons/product_curvy.php:
|
475 |
#: includes/addons/wb_product_suggest_price.php:236
|
476 |
#: includes/addons/wb_product_suggest_price.php:335
|
477 |
#: includes/addons/wb_product_suggest_price.php:433
|
478 |
#: includes/addons/wb_product_suggest_price.php:510
|
479 |
-
#: includes/addons/wl_product_filter.php:
|
480 |
-
#: includes/addons/wl_product_filter.php:
|
481 |
-
#: includes/addons/wl_product_filter.php:
|
482 |
-
#: includes/addons/wl_product_filter.php:
|
483 |
-
#: includes/addons/wl_product_filter.php:
|
484 |
-
#: includes/addons/wl_product_filter.php:
|
485 |
-
#: includes/addons/wl_product_filter.php:
|
486 |
-
#: includes/addons/wl_product_filter.php:
|
487 |
-
#: includes/addons/wb_image_marker.php:
|
488 |
-
#: includes/addons/wb_image_marker.php:
|
489 |
-
#: includes/addons/wb_image_marker.php:
|
490 |
-
#: includes/addons/wb_customer_review.php:
|
491 |
#: includes/addons/product_tabs.php:772
|
492 |
-
#: includes/addons/wl_category_grid.php:
|
493 |
-
#: includes/addons/wl_category_grid.php:
|
494 |
msgid "Background"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: includes/addons/wl_testimonial.php:
|
498 |
-
#: includes/addons/wl_testimonial.php:
|
499 |
-
#: includes/addons/wl_testimonial.php:
|
500 |
-
#: includes/addons/wb_product_data_tab.php:
|
501 |
-
#: includes/addons/wb_product_data_tab.php:
|
502 |
#: includes/addons/wb_archive_product.php:571
|
503 |
#: includes/addons/wb_archive_product.php:660
|
504 |
#: includes/addons/wb_archive_product.php:744
|
505 |
#: includes/addons/wb_archive_product.php:777
|
506 |
#: includes/addons/wb_archive_product.php:837
|
507 |
-
#: includes/addons/wb_archive_catalog_ordering.php:
|
508 |
-
#: includes/addons/wb_product_call_for_price.php:
|
509 |
-
#: includes/addons/wb_product_call_for_price.php:
|
510 |
-
#: includes/addons/product_accordion.php:
|
511 |
#: includes/addons/wb_product_suggest_price.php:629
|
512 |
#: includes/addons/wb_product_suggest_price.php:661
|
513 |
#: includes/addons/wb_product_suggest_price.php:772
|
514 |
#: includes/addons/wb_product_suggest_price.php:804
|
|
|
|
|
|
|
|
|
515 |
#: includes/addons/product_tabs.php:657 includes/addons/product_tabs.php:709
|
516 |
#: includes/addons/product_tabs.php:813 includes/addons/product_tabs.php:1142
|
517 |
#: includes/addons/product_tabs.php:1202
|
518 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
519 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
520 |
-
#: includes/addons/wl_category_grid.php:
|
521 |
-
#: includes/addons/wl_category_grid.php:
|
522 |
-
#: includes/addons/wl_category_grid.php:
|
523 |
msgid "Background Color"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: includes/addons/wl_onepage_slider.php:
|
527 |
-
#: includes/addons/wl_onepage_slider.php:
|
528 |
-
#: includes/addons/product_accordion.php:
|
529 |
msgid "Background Type"
|
530 |
msgstr ""
|
531 |
|
@@ -548,6 +558,10 @@ msgstr ""
|
|
548 |
msgid "Backordered"
|
549 |
msgstr ""
|
550 |
|
|
|
|
|
|
|
|
|
551 |
#: includes/addons/special_day_offer.php:165
|
552 |
msgid "Badge Image"
|
553 |
msgstr ""
|
@@ -580,17 +594,17 @@ msgstr ""
|
|
580 |
msgid "Banner Title"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: includes/addons/wl_category_grid.php:
|
584 |
msgid "Before Border Color"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: includes/addons/wl_faq.php:
|
588 |
msgid "Before Title"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: includes/addons/product_image_accordion.php:
|
592 |
-
#: includes/addons/product_accordion.php:
|
593 |
-
#: includes/addons/product_curvy.php:
|
594 |
msgid "Best Selling Products"
|
595 |
msgstr ""
|
596 |
|
@@ -602,254 +616,265 @@ msgstr ""
|
|
602 |
msgid "Billing address"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: includes/addons/wl_onepage_slider.php:
|
606 |
msgid "Boho Dreams"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: includes/addons/wl_faq.php:
|
610 |
-
#: includes/addons/wl_faq.php:
|
611 |
-
#: includes/addons/wl_faq.php:
|
612 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
613 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
614 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
615 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
616 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
617 |
-
#: includes/addons/wl_onepage_slider.php:
|
618 |
#: includes/addons/special_day_offer.php:661
|
619 |
#: includes/addons/special_day_offer.php:740
|
620 |
-
#: includes/addons/wl_testimonial.php:
|
621 |
-
#: includes/addons/wl_testimonial.php:
|
622 |
-
#: includes/addons/wl_testimonial.php:
|
623 |
-
#: includes/addons/wl_testimonial.php:
|
624 |
-
#: includes/addons/wl_testimonial.php:
|
625 |
-
#: includes/addons/wl_testimonial.php:
|
626 |
-
#: includes/addons/wl_store_features.php:
|
627 |
-
#: includes/addons/wl_store_features.php:
|
628 |
-
#: includes/addons/wl_store_features.php:
|
629 |
-
#: includes/addons/wl_store_features.php:
|
630 |
#: includes/addons/wb_archive_product.php:180
|
631 |
#: includes/addons/wb_archive_product.php:275
|
632 |
#: includes/addons/wb_archive_product.php:584
|
633 |
#: includes/addons/wb_archive_product.php:673
|
634 |
-
#: includes/addons/wb_archive_catalog_ordering.php:
|
635 |
-
#: includes/addons/wb_product_call_for_price.php:
|
636 |
-
#: includes/addons/wl_category.php:268 includes/addons/wl_brand.php:
|
637 |
-
#: includes/addons/wl_brand.php:
|
638 |
#: includes/addons/wb_product_suggest_price.php:271
|
639 |
#: includes/addons/wb_product_suggest_price.php:370
|
640 |
#: includes/addons/wb_product_suggest_price.php:468
|
641 |
#: includes/addons/wb_product_suggest_price.php:520
|
642 |
#: includes/addons/wb_product_suggest_price.php:610
|
643 |
#: includes/addons/wb_product_suggest_price.php:753
|
644 |
-
#: includes/addons/wl_product_filter.php:
|
645 |
-
#: includes/addons/wl_product_filter.php:
|
646 |
-
#: includes/addons/wl_product_filter.php:
|
647 |
-
#: includes/addons/wl_product_filter.php:
|
648 |
-
#: includes/addons/wl_product_filter.php:
|
649 |
-
#: includes/addons/wl_product_filter.php:
|
650 |
-
#: includes/addons/wl_product_filter.php:
|
651 |
-
#: includes/addons/wl_product_filter.php:
|
652 |
-
#: includes/addons/wb_image_marker.php:
|
653 |
-
#: includes/addons/wb_image_marker.php:
|
654 |
-
#: includes/addons/wb_image_marker.php:
|
655 |
-
#: includes/addons/wb_customer_review.php:
|
656 |
-
#: includes/addons/wb_customer_review.php:
|
657 |
-
#: includes/addons/
|
658 |
-
#: includes/addons/
|
|
|
|
|
|
|
|
|
|
|
659 |
#: includes/addons/product_tabs.php:303 includes/addons/product_tabs.php:384
|
660 |
#: includes/addons/product_tabs.php:670 includes/addons/product_tabs.php:722
|
661 |
#: includes/addons/product_tabs.php:785 includes/addons/product_tabs.php:827
|
662 |
#: includes/addons/product_tabs.php:874
|
663 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
664 |
-
#: includes/addons/wl_category_grid.php:
|
665 |
-
#: includes/addons/wl_category_grid.php:
|
666 |
-
#: includes/addons/wl_category_grid.php:
|
667 |
-
#: includes/addons/wl_category_grid.php:
|
668 |
-
#: includes/addons/wl_category_grid.php:
|
669 |
msgid "Border"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: includes/addons/wb_product_data_tab.php:
|
673 |
-
#: includes/addons/wb_product_data_tab.php:
|
674 |
#: includes/addons/wb_archive_product.php:709
|
675 |
-
#: includes/addons/product_image_accordion.php:
|
676 |
-
#: includes/addons/product_image_accordion.php:
|
677 |
-
#: includes/addons/wb_product_call_for_price.php:
|
678 |
-
#: includes/addons/product_accordion.php:
|
679 |
-
#: includes/addons/product_curvy.php:
|
680 |
#: includes/addons/wb_product_suggest_price.php:672
|
681 |
#: includes/addons/wb_product_suggest_price.php:815
|
682 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
683 |
-
#: includes/addons/wb_ever_compare_table.php:
|
684 |
msgid "Border Color"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: includes/addons/wl_faq.php:
|
688 |
-
#: includes/addons/wl_faq.php:
|
689 |
-
#: includes/addons/wl_faq.php:
|
690 |
-
#: includes/addons/product_flash_sale.php:
|
691 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
692 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
693 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
694 |
-
#: includes/addons/wl_onepage_slider.php:
|
695 |
#: includes/addons/special_day_offer.php:669
|
696 |
#: includes/addons/special_day_offer.php:748
|
697 |
-
#: includes/addons/wl_testimonial.php:
|
698 |
-
#: includes/addons/wl_testimonial.php:
|
699 |
-
#: includes/addons/wl_testimonial.php:
|
700 |
-
#: includes/addons/wl_testimonial.php:
|
701 |
-
#: includes/addons/wl_testimonial.php:
|
702 |
-
#: includes/addons/wl_testimonial.php:
|
703 |
-
#: includes/addons/wl_store_features.php:
|
704 |
-
#: includes/addons/wb_product_data_tab.php:
|
705 |
-
#: includes/addons/wb_product_data_tab.php:
|
706 |
#: includes/addons/wb_archive_product.php:188
|
707 |
#: includes/addons/wb_archive_product.php:283
|
708 |
#: includes/addons/wb_archive_product.php:592
|
709 |
#: includes/addons/wb_archive_product.php:879
|
710 |
-
#: includes/addons/product_image_accordion.php:
|
711 |
-
#: includes/addons/wb_product_image.php:
|
712 |
-
#: includes/addons/wb_product_image.php:
|
713 |
-
#: includes/addons/wb_product_call_for_price.php:
|
714 |
-
#: includes/addons/product_accordion.php:
|
715 |
-
#: includes/addons/product_curvy.php:
|
716 |
-
#: includes/addons/wl_product_video_gallery.php:
|
717 |
-
#: includes/addons/wl_product_video_gallery.php:
|
718 |
-
#: includes/addons/wl_brand.php:
|
719 |
#: includes/addons/wb_product_suggest_price.php:280
|
720 |
#: includes/addons/wb_product_suggest_price.php:379
|
721 |
#: includes/addons/wb_product_suggest_price.php:477
|
722 |
#: includes/addons/wb_product_suggest_price.php:529
|
723 |
#: includes/addons/wb_product_suggest_price.php:618
|
724 |
#: includes/addons/wb_product_suggest_price.php:761
|
725 |
-
#: includes/addons/wl_product_filter.php:
|
726 |
-
#: includes/addons/wl_product_filter.php:
|
727 |
-
#: includes/addons/wb_image_marker.php:
|
728 |
-
#: includes/addons/wb_image_marker.php:
|
729 |
-
#: includes/addons/wb_image_marker.php:
|
730 |
-
#: includes/addons/wb_customer_review.php:
|
731 |
-
#: includes/addons/wb_customer_review.php:
|
|
|
|
|
|
|
|
|
|
|
732 |
#: includes/addons/product_tabs.php:311 includes/addons/product_tabs.php:393
|
733 |
#: includes/addons/product_tabs.php:678 includes/addons/product_tabs.php:730
|
734 |
#: includes/addons/product_tabs.php:793 includes/addons/product_tabs.php:835
|
735 |
#: includes/addons/product_tabs.php:882
|
736 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
737 |
-
#: includes/addons/wl_category_grid.php:
|
738 |
-
#: includes/addons/wl_category_grid.php:
|
739 |
-
#: includes/addons/wl_category_grid.php:
|
740 |
-
#: includes/addons/wl_category_grid.php:
|
741 |
-
#: includes/addons/wl_category_grid.php:
|
742 |
msgid "Border Radius"
|
743 |
msgstr ""
|
744 |
|
745 |
#: includes/addons/special_day_offer.php:56
|
746 |
-
#: includes/addons/wl_product_video_gallery.php:
|
747 |
#: includes/addons/add_banner.php:69
|
748 |
msgid "Bottom"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: includes/addons/wl_testimonial.php:
|
752 |
-
#: includes/addons/wb_customer_review.php:
|
753 |
msgid "Bottom Space"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: includes/addons/wl_category_grid.php:
|
757 |
msgid "Box Color"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: includes/addons/wl_faq.php:
|
761 |
-
#: includes/addons/wl_faq.php:
|
762 |
-
#: includes/addons/wl_faq.php:
|
763 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
764 |
-
#: includes/addons/wl_store_features.php:
|
765 |
#: includes/addons/wb_archive_product.php:225
|
766 |
-
#: includes/addons/
|
|
|
767 |
msgid "Box Shadow"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: classes/class.widgets_control.php:
|
771 |
msgid "Brand"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: includes/addons/wl_brand.php:
|
775 |
msgid "Brand Image"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: includes/addons/wl_brand.php:
|
779 |
msgid "Brand Link"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: includes/addons/wl_brand.php:
|
783 |
#: woolentor-blocks/src/blocks/brand-logo/index.php:68
|
784 |
msgid "Brand Logo"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: includes/addons/wl_brand.php:
|
788 |
msgid "Brand Option"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: includes/addons/wl_brand.php:
|
792 |
msgid "Brand Title"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: classes/class.widgets_control.php:
|
796 |
msgid "Breadcrumbs"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: includes/addons/wl_onepage_slider.php:
|
800 |
-
#: includes/addons/special_day_offer.php:620 includes/addons/wb_whols.php:
|
801 |
-
#: includes/addons/wb_product_call_for_price.php:
|
802 |
-
#: includes/addons/wl_product_filter.php:
|
803 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
804 |
#: includes/addons/add_banner.php:230
|
805 |
msgid "Button"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: includes/addons/product_flash_sale.php:
|
809 |
-
#: includes/addons/product_flash_sale.php:
|
810 |
msgid "Button Background"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: includes/addons/product_flash_sale.php:
|
814 |
msgid "Button Border"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: includes/addons/product_flash_sale.php:
|
818 |
msgid "Button Hover Background Color"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: includes/addons/product_flash_sale.php:
|
822 |
msgid "Button Hover Icon Color"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: includes/addons/product_flash_sale.php:
|
826 |
-
#: includes/addons/product_flash_sale.php:
|
827 |
msgid "Button Icon Color"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: includes/addons/wl_onepage_slider.php:
|
831 |
msgid "Button Link"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: includes/addons/wb_product_call_for_price.php:
|
835 |
msgid "Button Phone Number"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: includes/addons/wl_onepage_slider.php:
|
839 |
#: includes/addons/special_day_offer.php:146
|
840 |
#: includes/addons/special_day_offer.php:148
|
841 |
-
#: includes/addons/wb_product_call_for_price.php:
|
842 |
#: includes/addons/wb_product_suggest_price.php:51
|
843 |
#: includes/addons/add_banner.php:113
|
844 |
msgid "Button Text"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: includes/addons/product_image_accordion.php:
|
848 |
-
#: includes/addons/product_accordion.php:
|
849 |
msgid "Buy"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: classes/class.assest_management.php:
|
853 |
#: includes/admin/include/template-library.php:189
|
854 |
#: includes/admin/include/template-library.php:241
|
855 |
#: includes/admin/include/class.extension-manager.php:203
|
@@ -865,9 +890,9 @@ msgstr ""
|
|
865 |
msgid "By"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: includes/addons/wb_product_call_for_price.php:
|
869 |
-
#: includes/addons/wb_product_call_for_price.php:
|
870 |
-
#: includes/addons/wb_product_call_for_price.php:
|
871 |
msgid "Call For Price"
|
872 |
msgstr ""
|
873 |
|
@@ -875,8 +900,8 @@ msgstr ""
|
|
875 |
msgid "Cancel"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: includes/addons/wb_customer_review.php:
|
879 |
-
#: includes/addons/wb_customer_review.php:
|
880 |
msgid "Carolina Monntoya"
|
881 |
msgstr ""
|
882 |
|
@@ -884,12 +909,12 @@ msgstr ""
|
|
884 |
msgid "Cart"
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: includes/addons/wb_ever_compare_table.php:
|
888 |
-
#: includes/addons/wb_ever_compare_table.php:
|
889 |
msgid "Cart Button Background"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: includes/addons/wb_ever_compare_table.php:
|
893 |
msgid "Cart Button Color"
|
894 |
msgstr ""
|
895 |
|
@@ -899,28 +924,28 @@ msgid ""
|
|
899 |
"layout template"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: includes/addons/wb_product_categories.php:
|
903 |
msgid "Categories"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: classes/class.widgets_control.php:
|
907 |
msgid "Category"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: includes/addons/product_image_accordion.php:
|
911 |
msgid "Category Color"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: includes/addons/wl_category_grid.php:
|
915 |
msgid "Category Display Type"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: classes/class.widgets_control.php:
|
919 |
-
#: includes/addons/wl_category_grid.php:
|
920 |
msgid "Category Grid"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: includes/addons/product_image_accordion.php:
|
924 |
msgid "Category Hover Color"
|
925 |
msgstr ""
|
926 |
|
@@ -929,34 +954,35 @@ msgid "Category List"
|
|
929 |
msgstr ""
|
930 |
|
931 |
#: classes/class.default_data.php:327 classes/class.default_data.php:375
|
932 |
-
#: includes/addons/wb_product_categories.php:
|
933 |
msgid "Category:"
|
934 |
msgid_plural "Categories:"
|
935 |
msgstr[0] ""
|
936 |
msgstr[1] ""
|
937 |
|
938 |
-
#: includes/addons/wl_faq.php:
|
939 |
-
#: includes/addons/wb_product_short_description.php:
|
940 |
-
#: includes/addons/wl_breadcrumbs.php:
|
941 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
942 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
943 |
-
#: includes/addons/wl_onepage_slider.php:
|
944 |
#: includes/addons/special_day_offer.php:55
|
945 |
#: includes/addons/special_day_offer.php:277
|
946 |
-
#: includes/addons/wl_store_features.php:
|
947 |
-
#: includes/addons/wb_product_data_tab.php:
|
948 |
#: includes/addons/wb_archive_product.php:241
|
949 |
-
#: includes/addons/wl_archive_title.php:
|
950 |
-
#: includes/addons/wb_product_related.php:
|
951 |
-
#: includes/addons/wb_archive_result_count.php:
|
952 |
-
#: includes/addons/wb_product_description.php:
|
953 |
-
#: includes/addons/wl_category.php:284 includes/addons/wl_brand.php:
|
954 |
-
#: includes/addons/wb_product_categories.php:
|
955 |
-
#: includes/addons/wb_product_title.php:
|
956 |
-
#: includes/addons/wb_product_sku.php:
|
957 |
-
#: includes/addons/wb_customer_review.php:
|
|
|
958 |
#: includes/addons/product_tabs.php:235 includes/addons/product_tabs.php:957
|
959 |
-
#: includes/addons/product_tabs.php:1036 includes/addons/wb_product_tags.php:
|
960 |
msgid "Center"
|
961 |
msgstr ""
|
962 |
|
@@ -968,23 +994,23 @@ msgstr ""
|
|
968 |
msgid "Choose a Payment Gateway"
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: includes/addons/wl_brand.php:
|
972 |
#: includes/admin/include/admin_field-manager.php:243
|
973 |
msgid "Choose Image"
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: includes/addons/wl_testimonial.php:
|
977 |
-
#: includes/addons/wb_customer_review.php:
|
978 |
msgid "Client Rating"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: includes/addons/wl_testimonial.php:
|
982 |
-
#: includes/addons/wb_customer_review.php:
|
983 |
msgid "Client Say"
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: includes/addons/wl_testimonial.php:
|
987 |
-
#: includes/addons/wb_customer_review.php:
|
988 |
msgid "Client say"
|
989 |
msgstr ""
|
990 |
|
@@ -1001,36 +1027,36 @@ msgstr ""
|
|
1001 |
msgid "Close Button Text"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: includes/addons/wl_faq.php:
|
1005 |
msgid "Close Icon"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: includes/addons/product_accordion.php:
|
1009 |
msgid "Collapse Background"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: includes/addons/product_accordion.php:
|
1013 |
msgid "Collapse Icon Color"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: includes/addons/wl_faq.php:
|
1017 |
-
#: includes/addons/wl_faq.php:
|
1018 |
-
#: includes/addons/wl_faq.php:
|
1019 |
-
#: includes/addons/wl_faq.php:
|
1020 |
-
#: includes/addons/product_flash_sale.php:
|
1021 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1022 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1023 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1024 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1025 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1026 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1027 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1028 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1029 |
-
#: includes/addons/wl_onepage_slider.php:
|
1030 |
-
#: includes/addons/wl_onepage_slider.php:
|
1031 |
-
#: includes/addons/wl_onepage_slider.php:
|
1032 |
-
#: includes/addons/wl_onepage_slider.php:
|
1033 |
-
#: includes/addons/wb_product_upsell.php:
|
1034 |
#: includes/addons/special_day_offer.php:336
|
1035 |
#: includes/addons/special_day_offer.php:395
|
1036 |
#: includes/addons/special_day_offer.php:454
|
@@ -1038,14 +1064,14 @@ msgstr ""
|
|
1038 |
#: includes/addons/special_day_offer.php:572
|
1039 |
#: includes/addons/special_day_offer.php:639
|
1040 |
#: includes/addons/special_day_offer.php:727
|
1041 |
-
#: includes/addons/wl_testimonial.php:
|
1042 |
-
#: includes/addons/wl_testimonial.php:
|
1043 |
-
#: includes/addons/wl_testimonial.php:
|
1044 |
-
#: includes/addons/wl_testimonial.php:
|
1045 |
-
#: includes/addons/wl_testimonial.php:
|
1046 |
-
#: includes/addons/wl_testimonial.php:
|
1047 |
-
#: includes/addons/wl_store_features.php:
|
1048 |
-
#: includes/addons/wl_store_features.php:
|
1049 |
#: includes/addons/wb_archive_product.php:326
|
1050 |
#: includes/addons/wb_archive_product.php:385
|
1051 |
#: includes/addons/wb_archive_product.php:421
|
@@ -1054,66 +1080,73 @@ msgstr ""
|
|
1054 |
#: includes/addons/wb_archive_product.php:648
|
1055 |
#: includes/addons/wb_archive_product.php:733
|
1056 |
#: includes/addons/wb_archive_product.php:765
|
1057 |
-
#: includes/addons/product_image_accordion.php:
|
1058 |
-
#: includes/addons/product_image_accordion.php:
|
1059 |
-
#: includes/addons/wb_whols.php:
|
1060 |
-
#: includes/addons/wb_archive_catalog_ordering.php:
|
1061 |
-
#: includes/addons/wb_product_related.php:
|
1062 |
-
#: includes/addons/product_accordion.php:
|
1063 |
-
#: includes/addons/product_accordion.php:
|
1064 |
-
#: includes/addons/wl_category.php:315 includes/addons/product_curvy.php:
|
1065 |
-
#: includes/addons/product_curvy.php:
|
1066 |
#: includes/addons/wb_product_suggest_price.php:412
|
1067 |
#: includes/addons/wb_product_suggest_price.php:498
|
1068 |
-
#: includes/addons/wl_product_filter.php:
|
1069 |
-
#: includes/addons/wl_product_filter.php:
|
1070 |
-
#: includes/addons/wl_product_filter.php:
|
1071 |
-
#: includes/addons/wl_product_filter.php:
|
1072 |
-
#: includes/addons/wl_product_filter.php:
|
1073 |
-
#: includes/addons/wl_product_filter.php:
|
1074 |
-
#: includes/addons/wl_product_filter.php:
|
1075 |
-
#: includes/addons/wl_product_filter.php:
|
1076 |
-
#: includes/addons/wb_image_marker.php:
|
1077 |
-
#: includes/addons/wb_image_marker.php:
|
1078 |
-
#: includes/addons/wb_image_marker.php:
|
1079 |
-
#: includes/addons/wb_customer_review.php:
|
1080 |
-
#: includes/addons/wb_customer_review.php:
|
1081 |
-
#: includes/addons/wb_customer_review.php:
|
1082 |
-
#: includes/addons/wb_customer_review.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1083 |
#: includes/addons/product_tabs.php:278 includes/addons/product_tabs.php:357
|
1084 |
#: includes/addons/product_tabs.php:645 includes/addons/product_tabs.php:760
|
1085 |
#: includes/addons/product_tabs.php:1130 includes/addons/product_tabs.php:1190
|
1086 |
-
#: includes/addons/wb_product_additional_information.php:
|
1087 |
-
#: includes/addons/wb_product_additional_information.php:
|
1088 |
#: includes/addons/add_banner.php:155 includes/addons/add_banner.php:197
|
1089 |
-
#: includes/addons/add_banner.php:239 includes/addons/wl_category_grid.php:
|
1090 |
-
#: includes/addons/wl_category_grid.php:
|
1091 |
-
#: includes/addons/wl_category_grid.php:
|
1092 |
-
#: includes/addons/wl_category_grid.php:
|
1093 |
msgid "Color"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
-
#: includes/addons/product_flash_sale.php:
|
1097 |
-
#: includes/addons/wb_product_upsell.php:
|
1098 |
-
#: includes/addons/wl_testimonial.php:
|
1099 |
-
#: includes/addons/wl_testimonial.php:
|
1100 |
#: includes/addons/wb_archive_product.php:50
|
1101 |
-
#: includes/addons/wb_product_related.php:
|
1102 |
-
#: includes/addons/product_curvy.php:
|
1103 |
-
#: includes/addons/wb_customer_review.php:
|
1104 |
-
#: includes/addons/
|
1105 |
-
#: includes/addons/wl_category_grid.php:
|
|
|
1106 |
msgid "Columns"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: includes/helper-function.php:
|
1110 |
-
#: includes/addons/product_image_accordion.php:
|
1111 |
-
#: includes/addons/product_accordion.php:
|
1112 |
-
#: includes/addons/product_curvy.php:
|
1113 |
msgid "Comment count"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: includes/helper-function.php:
|
1117 |
#: woolentor-blocks/includes/helper-functions.php:329
|
1118 |
#: includes/modules/compare/includes/classes/Admin/Dashboard.php:59
|
1119 |
#: includes/modules/compare/includes/classes/Admin/Dashboard.php:60
|
@@ -1124,12 +1157,12 @@ msgstr ""
|
|
1124 |
msgid "Contact information"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
-
#: includes/addons/wl_faq.php:
|
1128 |
-
#: includes/addons/wl_faq.php:
|
1129 |
-
#: includes/addons/wb_product_data_tab.php:
|
1130 |
-
#: includes/addons/wb_image_marker.php:
|
1131 |
-
#: includes/addons/wb_ever_compare_table.php:
|
1132 |
-
#: includes/addons/wb_product_additional_information.php:
|
1133 |
msgid "Content"
|
1134 |
msgstr ""
|
1135 |
|
@@ -1137,33 +1170,34 @@ msgstr ""
|
|
1137 |
msgid "Content Alignment"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: includes/addons/wl_store_features.php:
|
1141 |
-
#: includes/addons/product_accordion.php:
|
|
|
1142 |
msgid "Content Area"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: includes/addons/product_flash_sale.php:
|
1146 |
msgid "Content Bottom"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: includes/addons/product_accordion.php:
|
1150 |
-
#: includes/addons/product_curvy.php:
|
1151 |
-
#: includes/addons/wb_ever_compare_table.php:
|
1152 |
msgid "Content Color"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: includes/addons/product_image_accordion.php:
|
1156 |
-
#: includes/addons/product_accordion.php:
|
1157 |
-
#: includes/addons/product_curvy.php:
|
1158 |
msgid "Content Display"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: includes/addons/product_accordion.php:
|
1162 |
-
#: includes/addons/product_curvy.php:
|
1163 |
msgid "Content Limit"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#: includes/addons/wb_ever_compare_table.php:
|
1167 |
msgid "Content Link Color"
|
1168 |
msgstr ""
|
1169 |
|
@@ -1171,13 +1205,14 @@ msgstr ""
|
|
1171 |
msgid "Content Position"
|
1172 |
msgstr ""
|
1173 |
|
1174 |
-
#: includes/addons/product_image_accordion.php:
|
1175 |
-
#: includes/addons/product_accordion.php:
|
1176 |
-
#: includes/addons/product_curvy.php:
|
|
|
1177 |
msgid "Content Settings"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: includes/addons/product_flash_sale.php:
|
1181 |
msgid "Content Top"
|
1182 |
msgstr ""
|
1183 |
|
@@ -1189,56 +1224,56 @@ msgstr ""
|
|
1189 |
msgid "Continue to shipping"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: includes/addons/wl_category_grid.php:
|
1193 |
msgid "Count"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: includes/addons/product_flash_sale.php:
|
1197 |
msgid "Countdown"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: includes/addons/product_flash_sale.php:
|
1201 |
msgid "Countdown Style"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: includes/addons/product_flash_sale.php:
|
1205 |
msgid "Countdown Title"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
1209 |
msgid "Counter"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: includes/addons/product_flash_sale.php:
|
1213 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
1214 |
msgid "Counter Background"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
1218 |
msgid "Counter Color"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
1222 |
msgid "Counter Icon"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
1226 |
msgid "Counter Icon Color"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: includes/addons/product_flash_sale.php:
|
1230 |
msgid "Counter Item"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: includes/addons/product_flash_sale.php:
|
1234 |
msgid "Counter Label"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: includes/addons/product_flash_sale.php:
|
1238 |
msgid "Counter Style"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
1242 |
msgid "Counter Text Color"
|
1243 |
msgstr ""
|
1244 |
|
@@ -1255,27 +1290,27 @@ msgstr ""
|
|
1255 |
msgid "Create an account?"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: includes/addons/wl_faq.php:
|
1259 |
-
#: includes/addons/wb_customer_review.php:
|
1260 |
msgid "Custom"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: includes/addons/wl_faq.php:
|
1264 |
msgid "Custom Icon"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: includes/addons/product_flash_sale.php:
|
1268 |
msgid "Custom Label"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: includes/addons/product_flash_sale.php:
|
1272 |
#: includes/addons/product_tabs.php:146
|
1273 |
msgid "Custom Order"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: includes/addons/product_image_accordion.php:
|
1277 |
-
#: includes/addons/product_accordion.php:
|
1278 |
-
#: includes/addons/product_curvy.php:
|
1279 |
msgid "Custom order"
|
1280 |
msgstr ""
|
1281 |
|
@@ -1283,11 +1318,11 @@ msgstr ""
|
|
1283 |
msgid "Custom Product Badge Text"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: includes/addons/wl_testimonial.php:
|
1287 |
msgid "Customer"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: classes/class.widgets_control.php:
|
1291 |
msgid "Customer Review"
|
1292 |
msgstr ""
|
1293 |
|
@@ -1299,61 +1334,62 @@ msgstr ""
|
|
1299 |
msgid "Data Saved successfully!"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: includes/helper-function.php:
|
1303 |
-
#: includes/addons/wb_product_upsell.php:
|
1304 |
#: includes/addons/wb_archive_product.php:127
|
1305 |
-
#: includes/addons/product_image_accordion.php:
|
1306 |
-
#: includes/addons/wb_product_related.php:
|
1307 |
-
#: includes/addons/product_accordion.php:
|
1308 |
-
#: includes/addons/product_curvy.php:
|
1309 |
msgid "Date"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: includes/addons/product_flash_sale.php:
|
1313 |
-
#: includes/addons/product_flash_sale.php:
|
1314 |
-
#: includes/addons/product_flash_sale.php:
|
1315 |
#: includes/modules/flash-sale/class.flash-sale.php:447
|
1316 |
msgid "Days"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
-
#: includes/addons/wl_brand.php:
|
1320 |
#: includes/admin/include/class.template-manager.php:87
|
1321 |
msgid "Default"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: includes/helper-function.php:
|
1325 |
msgid "Default sorting"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: includes/addons/wl_brand.php:
|
1329 |
msgid "Default title"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1333 |
-
#: includes/addons/wb_product_upsell.php:
|
1334 |
#: includes/addons/wb_archive_product.php:149
|
1335 |
-
#: includes/addons/wb_product_related.php:
|
1336 |
-
#: includes/addons/wl_product_filter.php:
|
1337 |
msgid "DESC"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: includes/addons/product_flash_sale.php:
|
1341 |
-
#: includes/addons/product_image_accordion.php:
|
1342 |
-
#: includes/addons/product_accordion.php:
|
1343 |
-
#: includes/addons/wl_category.php:137 includes/addons/product_curvy.php:
|
|
|
1344 |
#: includes/addons/product_tabs.php:181
|
1345 |
-
#: includes/addons/wl_category_grid.php:
|
1346 |
msgid "Descending"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
#: includes/addons/special_day_offer.php:104
|
1350 |
#: includes/addons/special_day_offer.php:443
|
1351 |
-
#: includes/addons/wl_archive_title.php:
|
1352 |
-
#: includes/addons/wb_image_marker.php:
|
1353 |
msgid "Description"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: includes/addons/wl_archive_title.php:
|
1357 |
msgid "Description Color"
|
1358 |
msgstr ""
|
1359 |
|
@@ -1361,18 +1397,18 @@ msgstr ""
|
|
1361 |
msgid "Description dose not set this product."
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: includes/addons/wl_testimonial.php:
|
1365 |
-
#: includes/addons/wb_customer_review.php:
|
1366 |
-
#: includes/addons/wb_customer_review.php:
|
1367 |
msgid "Designation"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
-
#: includes/addons/wl_testimonial.php:
|
1371 |
msgid "Designer"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#: includes/addons/wl_testimonial.php:
|
1375 |
-
#: includes/addons/wb_customer_review.php:
|
1376 |
msgid "Developer"
|
1377 |
msgstr ""
|
1378 |
|
@@ -1381,11 +1417,11 @@ msgstr ""
|
|
1381 |
msgid "Disable all"
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: includes/helper-function.php:
|
1385 |
msgid "div"
|
1386 |
msgstr ""
|
1387 |
|
1388 |
-
#: includes/addons/wl_faq.php:
|
1389 |
msgid "Do you want to individual icon ?"
|
1390 |
msgstr ""
|
1391 |
|
@@ -1412,13 +1448,14 @@ msgstr ""
|
|
1412 |
msgid "Edit With Gutenberg"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: includes/addons/wl_testimonial.php:
|
1416 |
-
#: includes/addons/wb_customer_review.php:
|
1417 |
-
#: includes/addons/
|
|
|
1418 |
msgid "Eight"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: includes/addons/wb_product_reviews.php:
|
1422 |
msgid "Element Information"
|
1423 |
msgstr ""
|
1424 |
|
@@ -1427,7 +1464,7 @@ msgstr ""
|
|
1427 |
msgid "Elementor"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: includes/addons/wl_faq.php:
|
1431 |
msgid "Elementor Template"
|
1432 |
msgstr ""
|
1433 |
|
@@ -1448,9 +1485,14 @@ msgstr ""
|
|
1448 |
msgid "Email Field Placeholder"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
-
#: includes/addons/
|
1452 |
-
#: includes/addons/
|
1453 |
-
|
|
|
|
|
|
|
|
|
|
|
1454 |
msgid "Empty Rating Color"
|
1455 |
msgstr ""
|
1456 |
|
@@ -1458,12 +1500,12 @@ msgstr ""
|
|
1458 |
msgid "Empty Rating Star Color"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: includes/addons/wb_wishsuite_table.php:
|
1462 |
-
#: includes/addons/wb_ever_compare_table.php:
|
1463 |
msgid "Empty table text"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: includes/addons/wb_product_qr_code.php:
|
1467 |
msgid "Enable Add to Cart URL"
|
1468 |
msgstr ""
|
1469 |
|
@@ -1494,13 +1536,13 @@ msgstr ""
|
|
1494 |
msgid "Error Message"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: includes/addons/wb_ever_compare_table.php:
|
1498 |
-
#: includes/addons/wb_ever_compare_table.php:
|
1499 |
msgid "Even Heading Background"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: classes/class.widgets_control.php:
|
1503 |
-
#: includes/addons/wb_ever_compare_table.php:
|
1504 |
msgid "EverCompare"
|
1505 |
msgstr ""
|
1506 |
|
@@ -1513,15 +1555,15 @@ msgstr ""
|
|
1513 |
msgid "Extra Option"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: classes/class.widgets_control.php:
|
1517 |
msgid "Faq"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: includes/addons/wl_faq.php:
|
1521 |
msgid "FAQ Title"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: includes/helper-function.php:
|
1525 |
msgid "Featured"
|
1526 |
msgstr ""
|
1527 |
|
@@ -1529,30 +1571,30 @@ msgstr ""
|
|
1529 |
msgid "Featured Image"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: includes/addons/product_image_accordion.php:
|
1533 |
-
#: includes/addons/product_accordion.php:
|
1534 |
-
#: includes/addons/product_curvy.php:
|
1535 |
msgid "Featured Products"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1539 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1540 |
-
#: includes/addons/wl_product_filter.php:
|
1541 |
-
#: includes/addons/wl_product_filter.php:
|
1542 |
msgid "Filter"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1546 |
msgid "Filter Button"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1550 |
msgid "Filter Button Icon"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: includes/addons/product_image_accordion.php:
|
1554 |
-
#: includes/addons/product_accordion.php:
|
1555 |
-
#: includes/addons/product_curvy.php:
|
1556 |
msgid "Filter By"
|
1557 |
msgstr ""
|
1558 |
|
@@ -1560,35 +1602,36 @@ msgstr ""
|
|
1560 |
msgid "Filter from list"
|
1561 |
msgstr ""
|
1562 |
|
1563 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1564 |
msgid "Filter List"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1568 |
msgid "Filter Menu"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1572 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1573 |
msgid "Filter Placeholder"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1577 |
msgid "Filter Title"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1581 |
-
#: includes/addons/wl_product_filter.php:
|
1582 |
msgid "Filter Type"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
-
#: includes/addons/wl_testimonial.php:
|
1586 |
-
#: includes/addons/wb_customer_review.php:
|
1587 |
-
#: includes/addons/
|
|
|
1588 |
msgid "Five"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: includes/addons/wb_wc_multicurrency.php:
|
1592 |
msgid "Flag only"
|
1593 |
msgstr ""
|
1594 |
|
@@ -1596,20 +1639,21 @@ msgstr ""
|
|
1596 |
msgid "Flash Sale!"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1600 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1601 |
-
#: includes/addons/wl_onepage_slider.php:
|
1602 |
-
#: includes/addons/wl_testimonial.php:
|
1603 |
msgid "Font Size"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: includes/addons/wl_product_filter.php:
|
1607 |
msgid "Form Style"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: includes/addons/wl_testimonial.php:
|
1611 |
-
#: includes/addons/wb_customer_review.php:
|
1612 |
-
#: includes/addons/
|
|
|
1613 |
msgid "Four"
|
1614 |
msgstr ""
|
1615 |
|
@@ -1621,7 +1665,7 @@ msgstr ""
|
|
1621 |
msgid "Free extension"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
-
#: includes/addons/wl_store_features.php:
|
1625 |
msgid "Free shipping"
|
1626 |
msgstr ""
|
1627 |
|
@@ -1629,15 +1673,15 @@ msgstr ""
|
|
1629 |
msgid "Free!"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: includes/addons/product_flash_sale.php:
|
1633 |
msgid "General Settings"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
-
#: includes/addons/product_flash_sale.php:
|
1637 |
msgid "General Style"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
-
#: includes/addons/wb_customer_review.php:
|
1641 |
msgid "Gerald Gilbert"
|
1642 |
msgstr ""
|
1643 |
|
@@ -1653,36 +1697,36 @@ msgstr ""
|
|
1653 |
msgid "Get Support"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: includes/base.php:
|
1657 |
-
#: includes/addons/wl_brand.php:
|
1658 |
msgid "Go Pro"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
-
#: includes/addons/product_accordion.php:
|
1662 |
msgid "Gradient Color"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: includes/helper-function.php:
|
1666 |
msgid "H1"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: includes/helper-function.php:
|
1670 |
msgid "H2"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: includes/helper-function.php:
|
1674 |
msgid "H3"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: includes/helper-function.php:
|
1678 |
msgid "H4"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: includes/helper-function.php:
|
1682 |
msgid "H5"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
-
#: includes/helper-function.php:
|
1686 |
msgid "H6"
|
1687 |
msgstr ""
|
1688 |
|
@@ -1698,48 +1742,48 @@ msgid ""
|
|
1698 |
"to fulfill their demands."
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: includes/addons/wb_wc_multicurrency.php:
|
1702 |
-
#: includes/addons/wb_product_upsell.php:
|
1703 |
-
#: includes/addons/wb_product_upsell.php:
|
1704 |
-
#: includes/addons/wb_product_related.php:
|
1705 |
-
#: includes/addons/wb_product_related.php:
|
1706 |
-
#: includes/addons/wb_just_table.php:
|
1707 |
-
#: includes/addons/wb_ever_compare_table.php:
|
1708 |
-
#: includes/addons/wb_product_additional_information.php:
|
1709 |
-
#: includes/addons/wb_product_additional_information.php:
|
1710 |
-
#: includes/addons/wb_product_additional_information.php:
|
1711 |
msgid "Heading"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: includes/addons/wb_just_table.php:
|
1715 |
-
#: includes/addons/wb_wishsuite_table.php:
|
1716 |
msgid "Heading Background"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: includes/addons/wb_wc_multicurrency.php:
|
1720 |
-
#: includes/addons/wb_product_data_tab.php:
|
1721 |
-
#: includes/addons/wb_just_table.php:
|
1722 |
-
#: includes/addons/wb_wishsuite_table.php:
|
1723 |
-
#: includes/addons/wb_ever_compare_table.php:
|
1724 |
msgid "Heading Color"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: includes/addons/wb_product_data_tab.php:
|
1728 |
msgid "Heading Margin"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: includes/addons/wb_product_data_tab.php:
|
1732 |
msgid "Heading Typography"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: includes/addons/product_flash_sale.php:
|
1736 |
-
#: includes/addons/wl_onepage_slider.php:
|
1737 |
-
#: includes/addons/wl_onepage_slider.php:
|
1738 |
-
#: includes/addons/wl_product_filter.php:
|
1739 |
msgid "Height"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
-
#: includes/addons/wb_archive_catalog_ordering.php:
|
1743 |
msgid "Height (px)"
|
1744 |
msgstr ""
|
1745 |
|
@@ -1748,55 +1792,55 @@ msgstr ""
|
|
1748 |
msgid "Helping Screenshot"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: includes/addons/product_flash_sale.php:
|
1752 |
msgid "Here"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: includes/helper-function.php:
|
1756 |
msgid "here"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: includes/addons/product_flash_sale.php:
|
1760 |
-
#: includes/addons/product_flash_sale.php:
|
1761 |
-
#: includes/addons/wb_product_upsell.php:
|
1762 |
#: includes/addons/wb_archive_product.php:806
|
1763 |
-
#: includes/addons/wl_archive_title.php:
|
1764 |
-
#: includes/addons/wl_archive_title.php:
|
1765 |
-
#: includes/addons/wl_archive_title.php:
|
1766 |
-
#: includes/addons/wb_product_related.php:
|
1767 |
-
#: includes/addons/wb_product_additional_information.php:
|
1768 |
msgid "Hide"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#: includes/addons/product_image_accordion.php:
|
1772 |
msgid "Hide Category"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: includes/addons/product_accordion.php:
|
1776 |
-
#: includes/addons/product_curvy.php:
|
1777 |
msgid "Hide Content"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: includes/addons/product_image_accordion.php:
|
1781 |
-
#: includes/addons/product_accordion.php:
|
1782 |
-
#: includes/addons/product_curvy.php:
|
1783 |
msgid "Hide Price"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: includes/addons/product_image_accordion.php:
|
1787 |
-
#: includes/addons/product_accordion.php:
|
1788 |
-
#: includes/addons/product_curvy.php:
|
1789 |
msgid "Hide Rating"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: includes/addons/product_image_accordion.php:
|
1793 |
-
#: includes/addons/product_curvy.php:
|
1794 |
-
#: includes/addons/wb_product_categories.php:
|
1795 |
-
#: includes/addons/wb_product_sku.php:
|
1796 |
msgid "Hide Title"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: includes/addons/wl_product_filter.php:
|
1800 |
msgid "Hierarchical"
|
1801 |
msgstr ""
|
1802 |
|
@@ -1808,68 +1852,70 @@ msgstr ""
|
|
1808 |
msgid "Horizontal Position"
|
1809 |
msgstr ""
|
1810 |
|
1811 |
-
#: classes/class.widgets_control.php:
|
1812 |
msgid "Horizontal Product Filter"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
-
#: includes/addons/product_flash_sale.php:
|
1816 |
-
#: includes/addons/product_flash_sale.php:
|
1817 |
-
#: includes/addons/product_flash_sale.php:
|
1818 |
#: includes/modules/flash-sale/class.flash-sale.php:448
|
1819 |
msgid "Hours"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: includes/addons/product_flash_sale.php:
|
1823 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1824 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1825 |
#: includes/addons/special_day_offer.php:720
|
1826 |
-
#: includes/addons/wl_testimonial.php:
|
1827 |
-
#: includes/addons/wl_store_features.php:
|
1828 |
#: includes/addons/wb_archive_product.php:642
|
1829 |
-
#: includes/addons/product_image_accordion.php:
|
1830 |
-
#: includes/addons/wb_product_call_for_price.php:
|
1831 |
-
#: includes/addons/product_accordion.php:
|
1832 |
-
#: includes/addons/product_curvy.php:
|
1833 |
#: includes/addons/wb_product_suggest_price.php:491
|
1834 |
#: includes/addons/wb_product_suggest_price.php:643
|
1835 |
#: includes/addons/wb_product_suggest_price.php:786
|
1836 |
-
#: includes/addons/wl_product_filter.php:
|
1837 |
-
#: includes/addons/wl_product_filter.php:
|
1838 |
-
#: includes/addons/wl_product_filter.php:
|
|
|
1839 |
#: includes/addons/product_tabs.php:349 includes/addons/product_tabs.php:744
|
1840 |
#: includes/addons/product_tabs.php:1062 includes/addons/product_tabs.php:1184
|
1841 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
1842 |
-
#: includes/addons/wl_category_grid.php:
|
1843 |
msgid "Hover"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1847 |
-
#: includes/addons/wl_onepage_slider.php:
|
1848 |
msgid "Hover Background"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
-
#: includes/addons/wl_onepage_slider.php:
|
1852 |
-
#: includes/addons/wl_onepage_slider.php:
|
1853 |
msgid "Hover Background Type"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
-
#: includes/addons/wl_store_features.php:
|
1857 |
msgid "Hover Border"
|
1858 |
msgstr ""
|
1859 |
|
1860 |
-
#: includes/addons/wl_store_features.php:
|
1861 |
msgid "Hover Border Type"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
1865 |
-
#: includes/addons/wl_onepage_slider.php:
|
1866 |
-
#: includes/addons/wl_onepage_slider.php:
|
1867 |
-
#: includes/addons/wl_category.php:327
|
1868 |
-
#: includes/addons/
|
|
|
1869 |
msgid "Hover Color"
|
1870 |
msgstr ""
|
1871 |
|
1872 |
-
#: includes/addons/product_flash_sale.php:
|
1873 |
msgid "HTML tags are allowed."
|
1874 |
msgstr ""
|
1875 |
|
@@ -1881,7 +1927,7 @@ msgstr ""
|
|
1881 |
msgid "https://woolentor.com/"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
-
#: includes/addons/special_day_offer.php:133 includes/addons/wl_brand.php:
|
1885 |
#: includes/addons/add_banner.php:123
|
1886 |
msgid "https://your-link.com"
|
1887 |
msgstr ""
|
@@ -1890,55 +1936,55 @@ msgstr ""
|
|
1890 |
msgid "Hurry Up! Offer ends in"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
-
#: includes/addons/wl_faq.php:
|
1894 |
-
#: includes/addons/wl_store_features.php:
|
1895 |
-
#: includes/addons/wl_product_filter.php:
|
1896 |
msgid "Icon"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
-
#: includes/addons/product_flash_sale.php:
|
1900 |
-
#: includes/addons/wl_breadcrumbs.php:
|
1901 |
-
#: includes/addons/wl_store_features.php:
|
1902 |
msgid "Icon Color"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
-
#: includes/addons/wl_store_features.php:
|
1906 |
msgid "Icon Hover Color"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
-
#: includes/addons/wl_faq.php:
|
1910 |
msgid "Icon Line Height"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
-
#: includes/addons/wl_faq.php:
|
1914 |
msgid "Icon Position"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
-
#: includes/addons/product_flash_sale.php:
|
1918 |
-
#: includes/addons/wl_breadcrumbs.php:
|
1919 |
-
#: includes/addons/wl_store_features.php:
|
1920 |
-
#: includes/addons/wl_product_filter.php:
|
1921 |
-
#: includes/addons/wl_product_filter.php:
|
1922 |
msgid "Icon Size"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: includes/addons/product_accordion.php:
|
1926 |
-
#: includes/addons/wl_product_filter.php:
|
1927 |
msgid "Icon Spacing"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#: includes/addons/wl_store_features.php:
|
1931 |
msgid "Icon Type"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: includes/addons/wl_faq.php:
|
1935 |
msgid "Icon Width"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
-
#: includes/helper-function.php:
|
1939 |
-
#: includes/addons/product_image_accordion.php:
|
1940 |
-
#: includes/addons/product_accordion.php:
|
1941 |
-
#: includes/addons/product_curvy.php:
|
1942 |
msgid "ID"
|
1943 |
msgstr ""
|
1944 |
|
@@ -1954,34 +2000,34 @@ msgid ""
|
|
1954 |
"WordPress community know by "
|
1955 |
msgstr ""
|
1956 |
|
1957 |
-
#: includes/addons/wl_onepage_slider.php:
|
1958 |
#: includes/addons/special_day_offer.php:66
|
1959 |
-
#: includes/addons/wl_testimonial.php:
|
1960 |
-
#: includes/addons/wl_testimonial.php:
|
1961 |
-
#: includes/addons/wl_store_features.php:
|
1962 |
-
#: includes/addons/wl_store_features.php:
|
1963 |
#: includes/addons/wb_archive_product.php:266
|
1964 |
-
#: includes/addons/wb_product_image.php:
|
1965 |
-
#: includes/addons/wb_image_marker.php:
|
1966 |
-
#: includes/addons/wb_customer_review.php:
|
1967 |
-
#: includes/addons/wb_customer_review.php:
|
1968 |
-
#: includes/addons/wl_category_grid.php:
|
1969 |
msgid "Image"
|
1970 |
msgstr ""
|
1971 |
|
1972 |
-
#: includes/addons/wl_testimonial.php:
|
1973 |
msgid "Image Area Border Color"
|
1974 |
msgstr ""
|
1975 |
|
1976 |
-
#: classes/class.widgets_control.php:
|
1977 |
msgid "Image Marker"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
-
#: includes/addons/wl_store_features.php:
|
1981 |
msgid "Image/Icon"
|
1982 |
msgstr ""
|
1983 |
|
1984 |
-
#: classes/class.assest_management.php:
|
1985 |
msgid "Import"
|
1986 |
msgstr ""
|
1987 |
|
@@ -1993,15 +2039,15 @@ msgstr ""
|
|
1993 |
msgid "Import template to your Library"
|
1994 |
msgstr ""
|
1995 |
|
1996 |
-
#: classes/class.assest_management.php:
|
1997 |
msgid "Import to Library"
|
1998 |
msgstr ""
|
1999 |
|
2000 |
-
#: classes/class.assest_management.php:
|
2001 |
msgid "Import to Page"
|
2002 |
msgstr ""
|
2003 |
|
2004 |
-
#: classes/class.assest_management.php:
|
2005 |
msgid "in this package"
|
2006 |
msgstr ""
|
2007 |
|
@@ -2017,8 +2063,8 @@ msgstr ""
|
|
2017 |
msgid "Input"
|
2018 |
msgstr ""
|
2019 |
|
2020 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2021 |
-
#: includes/addons/wl_product_filter.php:
|
2022 |
msgid "Input Box"
|
2023 |
msgstr ""
|
2024 |
|
@@ -2030,7 +2076,7 @@ msgstr ""
|
|
2030 |
msgid "Insert into Template"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
-
#: includes/base.php:
|
2034 |
msgid "Install Elementor"
|
2035 |
msgstr ""
|
2036 |
|
@@ -2041,11 +2087,11 @@ msgstr ""
|
|
2041 |
msgid "Install Now"
|
2042 |
msgstr ""
|
2043 |
|
2044 |
-
#: includes/base.php:
|
2045 |
msgid "Install WooCommerce"
|
2046 |
msgstr ""
|
2047 |
|
2048 |
-
#: classes/class.assest_management.php:
|
2049 |
msgid "Installing.."
|
2050 |
msgstr ""
|
2051 |
|
@@ -2055,31 +2101,35 @@ msgid ""
|
|
2055 |
"of Elementor and assigned to corresponding WooCommerce pages."
|
2056 |
msgstr ""
|
2057 |
|
2058 |
-
#: includes/addons/wl_faq.php:
|
2059 |
#: includes/addons/wb_archive_product.php:171
|
2060 |
msgid "Item"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
-
#: includes/addons/
|
|
|
|
|
|
|
|
|
2064 |
msgid "Item Gap Color"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
-
#: includes/addons/wl_faq.php:
|
2068 |
msgid "Item Spacing"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
-
#: includes/addons/wb_product_short_description.php:
|
2072 |
#: includes/addons/special_day_offer.php:285
|
2073 |
-
#: includes/addons/wl_store_features.php:
|
2074 |
-
#: includes/addons/wb_product_data_tab.php:
|
2075 |
#: includes/addons/wb_archive_product.php:249
|
2076 |
-
#: includes/addons/wb_product_description.php:
|
2077 |
#: includes/addons/product_tabs.php:243 includes/addons/product_tabs.php:965
|
2078 |
#: includes/addons/product_tabs.php:1044
|
2079 |
msgid "Justified"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#: classes/class.widgets_control.php:
|
2083 |
msgid "JustTable"
|
2084 |
msgstr ""
|
2085 |
|
@@ -2101,51 +2151,51 @@ msgstr ""
|
|
2101 |
msgid "JustTables Pro"
|
2102 |
msgstr ""
|
2103 |
|
2104 |
-
#: includes/addons/wl_testimonial.php:
|
2105 |
msgid "Kevin Walker"
|
2106 |
msgstr ""
|
2107 |
|
2108 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2109 |
msgid "Label"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2113 |
-
#: includes/addons/wl_product_filter.php:
|
2114 |
msgctxt "label"
|
2115 |
msgid "Search for:"
|
2116 |
msgstr ""
|
2117 |
|
2118 |
-
#: includes/addons/product_flash_sale.php:
|
2119 |
-
#: includes/addons/wl_product_filter.php:
|
2120 |
msgid "Label Color"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
-
#: includes/addons/wl_store_features.php:
|
2124 |
msgid "Layout"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
-
#: includes/addons/wl_store_features.php:
|
2128 |
msgid "Layout Five"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
-
#: includes/addons/wl_store_features.php:
|
2132 |
msgid "Layout Four"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
-
#: includes/addons/wl_store_features.php:
|
2136 |
msgid "Layout One"
|
2137 |
msgstr ""
|
2138 |
|
2139 |
-
#: includes/addons/product_accordion.php:
|
2140 |
-
#: includes/addons/product_curvy.php:
|
2141 |
msgid "Layout Settings"
|
2142 |
msgstr ""
|
2143 |
|
2144 |
-
#: includes/addons/wl_store_features.php:
|
2145 |
msgid "Layout Three"
|
2146 |
msgstr ""
|
2147 |
|
2148 |
-
#: includes/addons/wl_store_features.php:
|
2149 |
msgid "Layout Two"
|
2150 |
msgstr ""
|
2151 |
|
@@ -2153,51 +2203,53 @@ msgstr ""
|
|
2153 |
msgid "leaving us a review on our WP repository"
|
2154 |
msgstr ""
|
2155 |
|
2156 |
-
#: includes/addons/wl_faq.php:
|
2157 |
-
#: includes/addons/wb_product_short_description.php:
|
2158 |
-
#: includes/addons/wl_breadcrumbs.php:
|
2159 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
2160 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2161 |
-
#: includes/addons/wl_onepage_slider.php:
|
2162 |
#: includes/addons/special_day_offer.php:57
|
2163 |
#: includes/addons/special_day_offer.php:273
|
2164 |
-
#: includes/addons/wl_store_features.php:
|
2165 |
-
#: includes/addons/wb_product_data_tab.php:
|
2166 |
#: includes/addons/wb_archive_product.php:237
|
2167 |
#: includes/addons/wb_archive_product.php:900
|
2168 |
-
#: includes/addons/wl_archive_title.php:
|
2169 |
-
#: includes/addons/wb_product_related.php:
|
2170 |
-
#: includes/addons/wb_archive_result_count.php:
|
2171 |
-
#: includes/addons/wb_product_description.php:
|
2172 |
#: includes/addons/wl_category.php:280
|
2173 |
-
#: includes/addons/wl_product_video_gallery.php:
|
2174 |
-
#: includes/addons/wl_brand.php:
|
2175 |
-
#: includes/addons/wb_product_categories.php:
|
2176 |
-
#: includes/addons/wb_product_title.php:
|
2177 |
-
#: includes/addons/wb_product_sku.php:
|
2178 |
-
#: includes/addons/wb_customer_review.php:
|
|
|
|
|
2179 |
#: includes/addons/product_tabs.php:231 includes/addons/product_tabs.php:953
|
2180 |
#: includes/addons/product_tabs.php:1032 includes/addons/add_banner.php:67
|
2181 |
-
#: includes/addons/wb_product_tags.php:
|
2182 |
msgid "Left"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
-
#: includes/addons/wl_breadcrumbs.php:
|
2186 |
-
#: includes/addons/wb_product_meta.php:
|
2187 |
-
#: includes/addons/wb_product_rating.php:
|
2188 |
msgid "Link Color"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
-
#: includes/addons/wl_breadcrumbs.php:
|
2192 |
-
#: includes/addons/wb_product_meta.php:
|
2193 |
msgid "Link Hover Color"
|
2194 |
msgstr ""
|
2195 |
|
2196 |
-
#: includes/addons/wb_product_rating.php:
|
2197 |
msgid "Link Typography"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
-
#: includes/addons/wl_product_filter.php:
|
2201 |
msgid "List Item"
|
2202 |
msgstr ""
|
2203 |
|
@@ -2209,10 +2261,10 @@ msgstr ""
|
|
2209 |
msgid "Login"
|
2210 |
msgstr ""
|
2211 |
|
2212 |
-
#: includes/addons/wb_customer_review.php:
|
2213 |
-
#: includes/addons/wb_customer_review.php:
|
2214 |
-
#: includes/addons/wb_customer_review.php:
|
2215 |
-
#: includes/addons/wb_customer_review.php:
|
2216 |
msgid ""
|
2217 |
"Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
|
2218 |
"tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
|
@@ -2220,8 +2272,8 @@ msgid ""
|
|
2220 |
"dolore magna aliqua."
|
2221 |
msgstr ""
|
2222 |
|
2223 |
-
#: includes/addons/wb_image_marker.php:
|
2224 |
-
#: includes/addons/wb_image_marker.php:
|
2225 |
msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
|
2226 |
msgstr ""
|
2227 |
|
@@ -2229,30 +2281,30 @@ msgstr ""
|
|
2229 |
msgid "Lost your password?"
|
2230 |
msgstr ""
|
2231 |
|
2232 |
-
#: includes/addons/wl_product_video_gallery.php:
|
2233 |
msgid "Main Video Area"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
-
#: includes/addons/wb_customer_review.php:
|
2237 |
msgid "Manager"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
-
#: includes/addons/wb_customer_review.php:
|
2241 |
-
#: includes/addons/wb_customer_review.php:
|
2242 |
msgid "Managing Director"
|
2243 |
msgstr ""
|
2244 |
|
2245 |
-
#: includes/addons/product_flash_sale.php:
|
2246 |
-
#: includes/addons/product_flash_sale.php:
|
2247 |
-
#: includes/addons/product_flash_sale.php:
|
2248 |
-
#: includes/addons/product_flash_sale.php:
|
2249 |
-
#: includes/addons/wb_product_price.php:
|
2250 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2251 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2252 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2253 |
-
#: includes/addons/wl_onepage_slider.php:
|
2254 |
-
#: includes/addons/wl_onepage_slider.php:
|
2255 |
-
#: includes/addons/wb_product_upsell.php:
|
2256 |
#: includes/addons/special_day_offer.php:298
|
2257 |
#: includes/addons/special_day_offer.php:357
|
2258 |
#: includes/addons/special_day_offer.php:416
|
@@ -2260,100 +2312,103 @@ msgstr ""
|
|
2260 |
#: includes/addons/special_day_offer.php:534
|
2261 |
#: includes/addons/special_day_offer.php:593
|
2262 |
#: includes/addons/special_day_offer.php:704
|
2263 |
-
#: includes/addons/wl_testimonial.php:
|
2264 |
-
#: includes/addons/wl_testimonial.php:
|
2265 |
-
#: includes/addons/wl_testimonial.php:
|
2266 |
-
#: includes/addons/wl_testimonial.php:
|
2267 |
-
#: includes/addons/wl_testimonial.php:
|
2268 |
-
#: includes/addons/wb_product_meta.php:
|
2269 |
-
#: includes/addons/wl_store_features.php:
|
2270 |
-
#: includes/addons/wl_store_features.php:
|
2271 |
-
#: includes/addons/wl_store_features.php:
|
2272 |
-
#: includes/addons/wl_store_features.php:
|
2273 |
#: includes/addons/wb_archive_product.php:212
|
2274 |
#: includes/addons/wb_archive_product.php:295
|
2275 |
#: includes/addons/wb_archive_product.php:361
|
2276 |
#: includes/addons/wb_archive_product.php:526
|
2277 |
#: includes/addons/wb_archive_product.php:613
|
2278 |
-
#: includes/addons/wl_archive_title.php:
|
2279 |
-
#: includes/addons/wl_archive_title.php:
|
2280 |
-
#: includes/addons/product_image_accordion.php:
|
2281 |
-
#: includes/addons/product_image_accordion.php:
|
2282 |
-
#: includes/addons/product_image_accordion.php:
|
2283 |
-
#: includes/addons/product_image_accordion.php:
|
2284 |
-
#: includes/addons/product_image_accordion.php:
|
2285 |
-
#: includes/addons/wb_product_image.php:
|
2286 |
-
#: includes/addons/wb_archive_catalog_ordering.php:
|
2287 |
-
#: includes/addons/wb_product_related.php:
|
2288 |
-
#: includes/addons/wb_product_call_for_price.php:
|
2289 |
-
#: includes/addons/wb_archive_result_count.php:
|
2290 |
-
#: includes/addons/product_accordion.php:
|
2291 |
-
#: includes/addons/product_accordion.php:
|
2292 |
-
#: includes/addons/product_accordion.php:
|
2293 |
-
#: includes/addons/product_accordion.php:
|
2294 |
-
#: includes/addons/product_curvy.php:
|
2295 |
-
#: includes/addons/product_curvy.php:
|
2296 |
-
#: includes/addons/product_curvy.php:
|
2297 |
-
#: includes/addons/wl_product_video_gallery.php:
|
2298 |
-
#: includes/addons/wl_brand.php:
|
2299 |
-
#: includes/addons/wb_product_categories.php:
|
2300 |
#: includes/addons/wb_product_suggest_price.php:245
|
2301 |
#: includes/addons/wb_product_suggest_price.php:344
|
2302 |
#: includes/addons/wb_product_suggest_price.php:442
|
2303 |
#: includes/addons/wb_product_suggest_price.php:597
|
2304 |
#: includes/addons/wb_product_suggest_price.php:740
|
2305 |
-
#: includes/addons/wb_product_rating.php:
|
2306 |
-
#: includes/addons/wb_product_title.php:
|
2307 |
-
#: includes/addons/wl_product_filter.php:
|
2308 |
-
#: includes/addons/wb_product_sku.php:
|
2309 |
-
#: includes/addons/wb_image_marker.php:
|
2310 |
-
#: includes/addons/wb_image_marker.php:
|
2311 |
-
#: includes/addons/wb_customer_review.php:
|
2312 |
-
#: includes/addons/wb_customer_review.php:
|
2313 |
-
#: includes/addons/wb_customer_review.php:
|
2314 |
-
#: includes/addons/wb_product_stock.php:
|
2315 |
-
#: includes/addons/
|
2316 |
-
#: includes/addons/
|
|
|
|
|
|
|
2317 |
#: includes/addons/add_banner.php:167 includes/addons/add_banner.php:218
|
2318 |
-
#: includes/addons/wl_category_grid.php:
|
2319 |
-
#: includes/addons/wl_category_grid.php:
|
2320 |
-
#: includes/addons/wb_product_tags.php:
|
2321 |
msgid "Margin"
|
2322 |
msgstr ""
|
2323 |
|
2324 |
-
#: includes/addons/wb_image_marker.php:
|
2325 |
-
#: includes/addons/wb_image_marker.php:
|
2326 |
msgid "Marker"
|
2327 |
msgstr ""
|
2328 |
|
2329 |
-
#: includes/addons/wb_image_marker.php:
|
2330 |
-
#: includes/addons/wb_image_marker.php:
|
2331 |
msgid "Marker #1"
|
2332 |
msgstr ""
|
2333 |
|
2334 |
-
#: includes/addons/wb_image_marker.php:
|
2335 |
msgid "Marker Content"
|
2336 |
msgstr ""
|
2337 |
|
2338 |
-
#: includes/addons/wb_image_marker.php:
|
2339 |
msgid "Marker Title"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2343 |
msgid "Max Price"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
-
#: includes/addons/wl_product_filter.php:
|
2347 |
msgid "Max price"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2351 |
msgid "Max Width"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
-
#: includes/addons/wb_product_upsell.php:
|
2355 |
#: includes/addons/wb_archive_product.php:133
|
2356 |
-
#: includes/addons/wb_product_related.php:
|
2357 |
msgid "Menu Order"
|
2358 |
msgstr ""
|
2359 |
|
@@ -2365,25 +2420,25 @@ msgstr ""
|
|
2365 |
msgid "Message Field Placeholder"
|
2366 |
msgstr ""
|
2367 |
|
2368 |
-
#: includes/addons/wb_product_meta.php:
|
2369 |
msgid "Meta"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
-
#: includes/addons/product_flash_sale.php:
|
2373 |
#: includes/modules/flash-sale/class.flash-sale.php:449
|
2374 |
msgid "Min"
|
2375 |
msgstr ""
|
2376 |
|
2377 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2378 |
msgid "Min Price"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
-
#: includes/addons/wl_product_filter.php:
|
2382 |
msgid "Min price"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
-
#: includes/addons/product_flash_sale.php:
|
2386 |
-
#: includes/addons/product_flash_sale.php:
|
2387 |
msgid "Minutes"
|
2388 |
msgstr ""
|
2389 |
|
@@ -2395,13 +2450,13 @@ msgstr ""
|
|
2395 |
msgid "Mixed order Products"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
-
#: includes/addons/wl_testimonial.php:
|
2399 |
-
#: includes/addons/wl_category_grid.php:
|
2400 |
msgid "Mobile Phone"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
-
#: includes/addons/wl_testimonial.php:
|
2404 |
-
#: includes/addons/wl_category_grid.php:
|
2405 |
msgid "Mobile Resolution"
|
2406 |
msgstr ""
|
2407 |
|
@@ -2425,26 +2480,26 @@ msgid ""
|
|
2425 |
"switch to their preferred currency or their country’s currency."
|
2426 |
msgstr ""
|
2427 |
|
2428 |
-
#: includes/addons/wb_wc_multicurrency.php:
|
2429 |
msgid "MultiCurrency"
|
2430 |
msgstr ""
|
2431 |
|
2432 |
-
#: includes/addons/wl_category_grid.php:
|
2433 |
msgid "Multiple Categories"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
#: classes/class.default_data.php:323 classes/class.default_data.php:345
|
2437 |
-
#: includes/addons/wb_product_sku.php:
|
2438 |
msgid "N/A"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: includes/helper-function.php:
|
2442 |
-
#: includes/addons/wl_testimonial.php:
|
2443 |
-
#: includes/addons/product_image_accordion.php:
|
2444 |
-
#: includes/addons/product_accordion.php:
|
2445 |
-
#: includes/addons/product_curvy.php:
|
2446 |
-
#: includes/addons/wb_customer_review.php:
|
2447 |
-
#: includes/addons/wb_customer_review.php:
|
2448 |
#: includes/addons/product_tabs.php:163
|
2449 |
#: includes/admin/include/class.template-manager.php:349
|
2450 |
msgid "Name"
|
@@ -2454,21 +2509,21 @@ msgstr ""
|
|
2454 |
msgid "Name Field Placeholder"
|
2455 |
msgstr ""
|
2456 |
|
2457 |
-
#: includes/addons/wl_testimonial.php:
|
2458 |
-
#: includes/addons/wl_category_grid.php:
|
2459 |
msgid "Navigation"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
-
#: includes/addons/wl_testimonial.php:
|
2463 |
-
#: includes/addons/wl_category_grid.php:
|
2464 |
msgid "Navigation Arrow"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
-
#: includes/addons/wl_testimonial.php:
|
2468 |
-
#: includes/addons/wl_testimonial.php:
|
2469 |
#: includes/addons/product_tabs.php:805
|
2470 |
-
#: includes/addons/wl_category_grid.php:
|
2471 |
-
#: includes/addons/wl_category_grid.php:
|
2472 |
msgid "Navigation Dots"
|
2473 |
msgstr ""
|
2474 |
|
@@ -2480,9 +2535,10 @@ msgstr ""
|
|
2480 |
msgid "New Template"
|
2481 |
msgstr ""
|
2482 |
|
2483 |
-
#: includes/addons/wl_testimonial.php:
|
2484 |
-
#: includes/addons/wb_customer_review.php:
|
2485 |
-
#: includes/addons/
|
|
|
2486 |
msgid "Nine"
|
2487 |
msgstr ""
|
2488 |
|
@@ -2490,24 +2546,24 @@ msgstr ""
|
|
2490 |
msgid "NO"
|
2491 |
msgstr ""
|
2492 |
|
2493 |
-
#: includes/addons/wl_faq.php:
|
2494 |
-
#: includes/addons/wl_faq.php:
|
2495 |
-
#: includes/addons/wl_testimonial.php:
|
2496 |
-
#: includes/addons/wb_customer_review.php:
|
2497 |
#: includes/addons/product_tabs.php:464
|
2498 |
-
#: includes/addons/wl_category_grid.php:
|
2499 |
-
#: includes/addons/wl_category_grid.php:
|
2500 |
-
#: includes/addons/wl_category_grid.php:
|
2501 |
msgid "No"
|
2502 |
msgstr ""
|
2503 |
|
2504 |
-
#: includes/addons/wl_testimonial.php:
|
2505 |
-
#: includes/addons/wb_customer_review.php:
|
2506 |
-
#: includes/addons/wl_category_grid.php:
|
2507 |
msgid "No Gutters"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:
|
2511 |
msgid "No naughty business please!"
|
2512 |
msgstr ""
|
2513 |
|
@@ -2527,7 +2583,7 @@ msgstr ""
|
|
2527 |
msgid "No Results Found"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
-
#: includes/helper-function.php:
|
2531 |
msgid "No saved templates found."
|
2532 |
msgstr ""
|
2533 |
|
@@ -2548,41 +2604,42 @@ msgstr ""
|
|
2548 |
msgid "Nonce Varification Faild !"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
-
#: includes/helper-function.php:
|
2552 |
-
#: includes/addons/product_image_accordion.php:
|
2553 |
-
#: includes/addons/product_accordion.php:
|
2554 |
-
#: includes/addons/product_curvy.php:
|
2555 |
-
#: includes/addons/wl_product_filter.php:
|
2556 |
#: includes/addons/product_tabs.php:160
|
2557 |
msgid "None"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
-
#: includes/addons/wl_faq.php:
|
2561 |
-
#: includes/addons/product_flash_sale.php:
|
2562 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2563 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2564 |
#: includes/addons/special_day_offer.php:633
|
2565 |
-
#: includes/addons/wl_testimonial.php:
|
2566 |
-
#: includes/addons/wl_store_features.php:
|
2567 |
-
#: includes/addons/wb_product_data_tab.php:
|
2568 |
#: includes/addons/wb_archive_product.php:320
|
2569 |
#: includes/addons/wb_archive_product.php:378
|
2570 |
#: includes/addons/wb_archive_product.php:552
|
2571 |
#: includes/addons/wb_archive_product.php:702
|
2572 |
-
#: includes/addons/product_image_accordion.php:
|
2573 |
-
#: includes/addons/wb_product_call_for_price.php:
|
2574 |
-
#: includes/addons/product_accordion.php:
|
2575 |
-
#: includes/addons/product_curvy.php:
|
2576 |
#: includes/addons/wb_product_suggest_price.php:405
|
2577 |
#: includes/addons/wb_product_suggest_price.php:558
|
2578 |
#: includes/addons/wb_product_suggest_price.php:701
|
2579 |
-
#: includes/addons/wl_product_filter.php:
|
2580 |
-
#: includes/addons/wl_product_filter.php:
|
2581 |
-
#: includes/addons/wl_product_filter.php:
|
|
|
2582 |
#: includes/addons/product_tabs.php:263 includes/addons/product_tabs.php:630
|
2583 |
#: includes/addons/product_tabs.php:866 includes/addons/product_tabs.php:1123
|
2584 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
2585 |
-
#: includes/addons/wl_category_grid.php:
|
2586 |
msgid "Normal"
|
2587 |
msgstr ""
|
2588 |
|
@@ -2594,12 +2651,12 @@ msgstr ""
|
|
2594 |
msgid "Not found in Trash"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: classes/class.assest_management.php:
|
2598 |
msgid "Nothing Found"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: includes/addons/product_flash_sale.php:
|
2602 |
-
#: includes/addons/product_flash_sale.php:
|
2603 |
msgid "Number Color"
|
2604 |
msgstr ""
|
2605 |
|
@@ -2607,12 +2664,12 @@ msgstr ""
|
|
2607 |
msgid "Number of Products"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
-
#: includes/addons/wb_ever_compare_table.php:
|
2611 |
-
#: includes/addons/wb_ever_compare_table.php:
|
2612 |
msgid "Odd Heading Background"
|
2613 |
msgstr ""
|
2614 |
|
2615 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2616 |
msgid "of"
|
2617 |
msgstr ""
|
2618 |
|
@@ -2630,21 +2687,22 @@ msgstr ""
|
|
2630 |
msgid "Offer Tag Line"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
-
#: includes/addons/wb_product_price.php:
|
2634 |
msgid "Old Price"
|
2635 |
msgstr ""
|
2636 |
|
2637 |
-
#: includes/addons/wl_testimonial.php:
|
2638 |
-
#: includes/addons/wb_customer_review.php:
|
2639 |
-
#: includes/addons/
|
|
|
2640 |
msgid "One"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
-
#: classes/class.widgets_control.php:
|
2644 |
msgid "One Page Slider"
|
2645 |
msgstr ""
|
2646 |
|
2647 |
-
#: includes/addons/wb_image_marker.php:
|
2648 |
msgid "Opacity Color"
|
2649 |
msgstr ""
|
2650 |
|
@@ -2656,55 +2714,57 @@ msgstr ""
|
|
2656 |
msgid "Open Button Text"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
-
#: includes/addons/wl_faq.php:
|
2660 |
msgid "Open Icon"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
-
#: includes/addons/wb_customer_review.php:
|
2664 |
msgid "Option"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
-
#: includes/addons/product_flash_sale.php:
|
2668 |
-
#: includes/addons/wb_product_upsell.php:
|
2669 |
#: includes/addons/wb_archive_product.php:144
|
2670 |
-
#: includes/addons/wb_product_related.php:
|
2671 |
-
#: includes/addons/wl_category.php:132
|
2672 |
-
#: includes/addons/
|
|
|
|
|
2673 |
msgid "Order"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
-
#: includes/addons/product_image_accordion.php:
|
2677 |
-
#: includes/addons/product_accordion.php:
|
2678 |
-
#: includes/addons/product_curvy.php:
|
2679 |
msgid "order"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2683 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2684 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2685 |
-
#: includes/addons/wb_product_upsell.php:
|
2686 |
-
#: includes/addons/wb_product_related.php:
|
2687 |
-
#: includes/addons/wl_product_filter.php:
|
2688 |
msgid "Order By"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
-
#: includes/addons/product_flash_sale.php:
|
2692 |
#: includes/addons/wb_archive_product.php:123
|
2693 |
-
#: includes/addons/product_image_accordion.php:
|
2694 |
-
#: includes/addons/product_accordion.php:
|
2695 |
-
#: includes/addons/product_curvy.php:
|
2696 |
msgid "Order by"
|
2697 |
msgstr ""
|
2698 |
|
2699 |
-
#: includes/addons/wb_archive_catalog_ordering.php:
|
2700 |
msgid "Order Radius"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: includes/addons/wb_archive_catalog_ordering.php:
|
2704 |
msgid "Ordering"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
-
#: includes/addons/product_flash_sale.php:
|
2708 |
msgid "Others"
|
2709 |
msgstr ""
|
2710 |
|
@@ -2715,22 +2775,26 @@ msgid ""
|
|
2715 |
"the pro version."
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: includes/helper-function.php:
|
2719 |
msgid "Out of stock"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: includes/
|
|
|
|
|
|
|
|
|
2723 |
msgid "p"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: includes/addons/wl_faq.php:
|
2727 |
-
#: includes/addons/wl_faq.php:
|
2728 |
-
#: includes/addons/product_flash_sale.php:
|
2729 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2730 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2731 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2732 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2733 |
-
#: includes/addons/wl_onepage_slider.php:
|
2734 |
#: includes/addons/special_day_offer.php:310
|
2735 |
#: includes/addons/special_day_offer.php:369
|
2736 |
#: includes/addons/special_day_offer.php:428
|
@@ -2738,45 +2802,50 @@ msgstr ""
|
|
2738 |
#: includes/addons/special_day_offer.php:546
|
2739 |
#: includes/addons/special_day_offer.php:605
|
2740 |
#: includes/addons/special_day_offer.php:691
|
2741 |
-
#: includes/addons/wl_testimonial.php:
|
2742 |
-
#: includes/addons/wl_testimonial.php:
|
2743 |
-
#: includes/addons/wl_testimonial.php:
|
2744 |
-
#: includes/addons/wl_testimonial.php:
|
2745 |
-
#: includes/addons/wl_testimonial.php:
|
2746 |
-
#: includes/addons/wl_store_features.php:
|
2747 |
-
#: includes/addons/wl_store_features.php:
|
2748 |
#: includes/addons/wb_archive_product.php:200
|
2749 |
#: includes/addons/wb_archive_product.php:347
|
2750 |
#: includes/addons/wb_archive_product.php:626
|
2751 |
#: includes/addons/wb_archive_product.php:721
|
2752 |
-
#: includes/addons/wb_archive_product.php:863 includes/addons/wb_whols.php:
|
2753 |
-
#: includes/addons/wb_product_call_for_price.php:
|
2754 |
-
#: includes/addons/product_accordion.php:
|
2755 |
-
#: includes/addons/wl_product_video_gallery.php:
|
2756 |
-
#: includes/addons/wl_brand.php:
|
2757 |
#: includes/addons/wb_product_suggest_price.php:258
|
2758 |
#: includes/addons/wb_product_suggest_price.php:357
|
2759 |
#: includes/addons/wb_product_suggest_price.php:455
|
2760 |
#: includes/addons/wb_product_suggest_price.php:585
|
2761 |
#: includes/addons/wb_product_suggest_price.php:728
|
2762 |
-
#: includes/addons/wl_product_filter.php:
|
2763 |
-
#: includes/addons/wl_product_filter.php:
|
2764 |
-
#: includes/addons/wl_product_filter.php:
|
2765 |
-
#: includes/addons/wl_product_filter.php:
|
2766 |
-
#: includes/addons/wb_image_marker.php:
|
2767 |
-
#: includes/addons/wb_image_marker.php:
|
2768 |
-
#: includes/addons/wb_customer_review.php:
|
2769 |
-
#: includes/addons/wb_customer_review.php:
|
2770 |
-
#: includes/addons/wb_customer_review.php:
|
2771 |
-
#: includes/addons/wb_customer_review.php:
|
|
|
|
|
|
|
|
|
|
|
2772 |
#: includes/addons/product_tabs.php:689
|
2773 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
2774 |
-
#: includes/addons/wl_category_grid.php:
|
2775 |
-
#: includes/addons/wl_category_grid.php:
|
2776 |
msgid "Padding"
|
2777 |
msgstr ""
|
2778 |
|
2779 |
-
#: includes/addons/wl_onepage_slider.php:
|
2780 |
#: includes/addons/wb_archive_product.php:90
|
2781 |
#: includes/addons/wb_archive_product.php:689
|
2782 |
msgid "Pagination"
|
@@ -2791,8 +2860,8 @@ msgstr ""
|
|
2791 |
msgid "Password"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
-
#: includes/addons/wl_testimonial.php:
|
2795 |
-
#: includes/addons/wl_category_grid.php:
|
2796 |
msgid "Pause on Hover?"
|
2797 |
msgstr ""
|
2798 |
|
@@ -2800,11 +2869,11 @@ msgstr ""
|
|
2800 |
msgid "Payment"
|
2801 |
msgstr ""
|
2802 |
|
2803 |
-
#: includes/addons/wb_customer_review.php:
|
2804 |
msgid "Peter Rose"
|
2805 |
msgstr ""
|
2806 |
|
2807 |
-
#: includes/base.php:
|
2808 |
msgid "PHP"
|
2809 |
msgstr ""
|
2810 |
|
@@ -2817,12 +2886,12 @@ msgctxt "placeholder"
|
|
2817 |
msgid "Enter a Page Name"
|
2818 |
msgstr ""
|
2819 |
|
2820 |
-
#: includes/addons/wl_product_filter.php:
|
2821 |
msgctxt "placeholder"
|
2822 |
msgid "Search Products…"
|
2823 |
msgstr ""
|
2824 |
|
2825 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2826 |
#: includes/addons/wb_product_suggest_price.php:211
|
2827 |
#: includes/addons/wb_product_suggest_price.php:313
|
2828 |
msgid "Placeholder Color"
|
@@ -2849,7 +2918,7 @@ msgstr ""
|
|
2849 |
msgid "Please fill in your details above to see available payment methods."
|
2850 |
msgstr ""
|
2851 |
|
2852 |
-
#: includes/addons/wl_product_filter.php:
|
2853 |
msgid "Please Select Filter Type"
|
2854 |
msgstr ""
|
2855 |
|
@@ -2861,18 +2930,19 @@ msgstr ""
|
|
2861 |
msgid "Plugin Successfully Activated"
|
2862 |
msgstr ""
|
2863 |
|
2864 |
-
#: includes/addons/wb_product_upsell.php:
|
2865 |
#: includes/addons/wb_archive_product.php:130
|
2866 |
-
#: includes/addons/wb_product_related.php:
|
2867 |
msgid "Popularity"
|
2868 |
msgstr ""
|
2869 |
|
2870 |
-
#: includes/addons/product_flash_sale.php:
|
2871 |
-
#: includes/addons/wl_testimonial.php:
|
2872 |
-
#: includes/addons/wl_testimonial.php:
|
2873 |
#: includes/addons/wb_archive_product.php:895
|
2874 |
-
#: includes/addons/
|
2875 |
-
#: includes/addons/wl_category_grid.php:
|
|
|
2876 |
msgid "Position"
|
2877 |
msgstr ""
|
2878 |
|
@@ -2890,19 +2960,20 @@ msgctxt "Post Type Singular Name"
|
|
2890 |
msgid "Template Builder"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
-
#: classes/class.assest_management.php:
|
2894 |
#: includes/admin/include/admin_field-manager.php:294
|
2895 |
#: includes/admin/include/admin_field-manager.php:413
|
2896 |
msgid "Preview"
|
2897 |
msgstr ""
|
2898 |
|
2899 |
-
#: includes/addons/wb_product_price.php:
|
2900 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2901 |
-
#: includes/addons/wb_product_upsell.php:
|
2902 |
#: includes/addons/wb_archive_product.php:129
|
2903 |
#: includes/addons/wb_archive_product.php:405
|
2904 |
-
#: includes/addons/wb_product_related.php:
|
2905 |
-
#: includes/addons/wl_product_filter.php:
|
|
|
2906 |
msgid "Price"
|
2907 |
msgstr ""
|
2908 |
|
@@ -2910,9 +2981,9 @@ msgstr ""
|
|
2910 |
msgid "Price :"
|
2911 |
msgstr ""
|
2912 |
|
2913 |
-
#: includes/addons/wb_product_price.php:
|
2914 |
-
#: includes/addons/wb_product_price.php:
|
2915 |
-
#: includes/addons/wl_product_filter.php:
|
2916 |
msgid "Price Color"
|
2917 |
msgstr ""
|
2918 |
|
@@ -2924,28 +2995,28 @@ msgstr ""
|
|
2924 |
msgid "Price does not set this product."
|
2925 |
msgstr ""
|
2926 |
|
2927 |
-
#: includes/addons/wl_product_filter.php:
|
2928 |
msgid "Price Label"
|
2929 |
msgstr ""
|
2930 |
|
2931 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2932 |
msgid "Price Range"
|
2933 |
msgstr ""
|
2934 |
|
2935 |
-
#: includes/addons/wl_product_filter.php:
|
2936 |
msgid "Price:"
|
2937 |
msgstr ""
|
2938 |
|
2939 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2940 |
msgid "Price: {{{ min_price }}} {{{ price_seprator }}} {{{ max_price }}}"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2944 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
2945 |
msgid "Pricing"
|
2946 |
msgstr ""
|
2947 |
|
2948 |
-
#: classes/class.assest_management.php:
|
2949 |
#: includes/admin/include/class.template-manager.php:375
|
2950 |
#: includes/admin/include/admin_field-manager.php:126
|
2951 |
#: includes/admin/include/admin_field-manager.php:277
|
@@ -2958,20 +3029,20 @@ msgstr ""
|
|
2958 |
msgid "Pro extension"
|
2959 |
msgstr ""
|
2960 |
|
2961 |
-
#: includes/addons/wl_faq.php:
|
2962 |
msgid "Producing Perfume From Home"
|
2963 |
msgstr ""
|
2964 |
|
2965 |
-
#: classes/class.widgets_control.php:
|
2966 |
msgid "Product Add To Cart"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
-
#: includes/helper-function.php:
|
2970 |
#: woolentor-blocks/includes/helper-functions.php:314
|
2971 |
msgid "Product Added"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
-
#: classes/class.widgets_control.php:
|
2975 |
msgid "Product Additional Info"
|
2976 |
msgstr ""
|
2977 |
|
@@ -2979,18 +3050,18 @@ msgstr ""
|
|
2979 |
msgid "Product Badge"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
-
#: classes/class.widgets_control.php:
|
2983 |
msgid "Product Call for Price"
|
2984 |
msgstr ""
|
2985 |
|
2986 |
-
#: classes/class.widgets_control.php:
|
2987 |
-
#: includes/addons/product_image_accordion.php:
|
2988 |
-
#: includes/addons/product_accordion.php:
|
2989 |
-
#: includes/addons/product_curvy.php:
|
2990 |
msgid "Product Categories"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
-
#: includes/addons/product_image_accordion.php:
|
2994 |
msgid "Product Category"
|
2995 |
msgstr ""
|
2996 |
|
@@ -2998,7 +3069,7 @@ msgstr ""
|
|
2998 |
msgid "Product category does not exists."
|
2999 |
msgstr ""
|
3000 |
|
3001 |
-
#: includes/addons/product_curvy.php:
|
3002 |
msgid "Product Content"
|
3003 |
msgstr ""
|
3004 |
|
@@ -3020,19 +3091,19 @@ msgid ""
|
|
3020 |
"the pro version"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
-
#: classes/class.widgets_control.php:
|
3024 |
msgid "Product Curvy"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
-
#: classes/class.widgets_control.php:
|
3028 |
msgid "Product Data tabs"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
-
#: classes/class.widgets_control.php:
|
3032 |
msgid "Product Description"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
-
#: classes/class.widgets_control.php:
|
3036 |
msgid "Product Filter"
|
3037 |
msgstr ""
|
3038 |
|
@@ -3040,17 +3111,17 @@ msgstr ""
|
|
3040 |
msgid "Product hover content area padding"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
-
#: includes/addons/product_image_accordion.php:
|
3044 |
-
#: includes/addons/product_accordion.php:
|
3045 |
-
#: includes/addons/product_curvy.php:
|
3046 |
msgid "Product IDs"
|
3047 |
msgstr ""
|
3048 |
|
3049 |
-
#: classes/class.widgets_control.php:
|
3050 |
msgid "Product Image"
|
3051 |
msgstr ""
|
3052 |
|
3053 |
-
#: classes/class.widgets_control.php:
|
3054 |
msgid "Product Image Accordion"
|
3055 |
msgstr ""
|
3056 |
|
@@ -3062,60 +3133,61 @@ msgstr ""
|
|
3062 |
msgid "Product Image Background"
|
3063 |
msgstr ""
|
3064 |
|
3065 |
-
#: includes/addons/wl_product_video_gallery.php:
|
3066 |
-
#: includes/addons/wl_product_video_gallery.php:
|
3067 |
msgid "Product image border"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
-
#: includes/addons/product_flash_sale.php:
|
3071 |
-
#: includes/addons/product_image_accordion.php:
|
3072 |
-
#: includes/addons/product_accordion.php:
|
3073 |
-
#: includes/addons/product_curvy.php:
|
|
|
3074 |
msgid "Product Limit"
|
3075 |
msgstr ""
|
3076 |
|
3077 |
-
#: classes/class.widgets_control.php:
|
3078 |
msgid "Product Meta"
|
3079 |
msgstr ""
|
3080 |
|
3081 |
-
#: includes/addons/product_flash_sale.php:
|
3082 |
msgid ""
|
3083 |
"Product must have both \"Manage stock\" and \"Initial number in stock\" set "
|
3084 |
"from the \"Inventory\" tab to display the stock progress indicator.\""
|
3085 |
msgstr ""
|
3086 |
|
3087 |
-
#: includes/addons/wb_archive_result_count.php:
|
3088 |
msgid "Product Per Page"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
-
#: classes/class.widgets_control.php:
|
3092 |
-
#: includes/addons/product_flash_sale.php:
|
3093 |
-
#: includes/addons/product_image_accordion.php:
|
3094 |
-
#: includes/addons/product_accordion.php:
|
3095 |
-
#: includes/addons/product_curvy.php:
|
3096 |
msgid "Product Price"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
-
#: classes/class.widgets_control.php:
|
3100 |
msgid "Product QR Code"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
-
#: includes/addons/product_flash_sale.php:
|
3104 |
-
#: includes/addons/product_image_accordion.php:
|
3105 |
-
#: includes/addons/product_accordion.php:
|
3106 |
-
#: includes/addons/product_curvy.php:
|
3107 |
msgid "Product Rating"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
-
#: classes/class.widgets_control.php:
|
3111 |
msgid "Product rating"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
-
#: includes/addons/wb_product_reviews.php:
|
3115 |
msgid "Product Reviews"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
-
#: classes/class.widgets_control.php:
|
3119 |
msgid "Product reviews"
|
3120 |
msgstr ""
|
3121 |
|
@@ -3123,11 +3195,11 @@ msgstr ""
|
|
3123 |
msgid "Product Settings"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
-
#: classes/class.widgets_control.php:
|
3127 |
msgid "Product short description"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
-
#: classes/class.widgets_control.php:
|
3131 |
msgid "Product SKU"
|
3132 |
msgstr ""
|
3133 |
|
@@ -3135,7 +3207,7 @@ msgstr ""
|
|
3135 |
msgid "Product Slider"
|
3136 |
msgstr ""
|
3137 |
|
3138 |
-
#: classes/class.widgets_control.php:
|
3139 |
msgid "Product Stock"
|
3140 |
msgstr ""
|
3141 |
|
@@ -3143,7 +3215,7 @@ msgstr ""
|
|
3143 |
msgid "Product Style"
|
3144 |
msgstr ""
|
3145 |
|
3146 |
-
#: classes/class.widgets_control.php:
|
3147 |
msgid "Product suggest price"
|
3148 |
msgstr ""
|
3149 |
|
@@ -3155,11 +3227,11 @@ msgstr ""
|
|
3155 |
msgid "Product tab menu background"
|
3156 |
msgstr ""
|
3157 |
|
3158 |
-
#: classes/class.widgets_control.php:
|
3159 |
msgid "Product Tabs"
|
3160 |
msgstr ""
|
3161 |
|
3162 |
-
#: classes/class.widgets_control.php:
|
3163 |
msgid "Product Tags"
|
3164 |
msgstr ""
|
3165 |
|
@@ -3167,93 +3239,93 @@ msgstr ""
|
|
3167 |
msgid "Product tags does not exists."
|
3168 |
msgstr ""
|
3169 |
|
3170 |
-
#: classes/class.widgets_control.php:
|
3171 |
-
#: includes/addons/product_flash_sale.php:
|
3172 |
-
#: includes/addons/product_image_accordion.php:
|
3173 |
-
#: includes/addons/product_curvy.php:
|
3174 |
-
#: includes/addons/wb_product_title.php:
|
3175 |
-
#: includes/addons/wb_product_title.php:
|
3176 |
msgid "Product Title"
|
3177 |
msgstr ""
|
3178 |
|
3179 |
-
#: classes/class.widgets_control.php:
|
3180 |
msgid "Product Upsell"
|
3181 |
msgstr ""
|
3182 |
|
3183 |
-
#: classes/class.widgets_control.php:
|
3184 |
msgid "Product Video Gallery"
|
3185 |
msgstr ""
|
3186 |
|
3187 |
-
#: includes/addons/wl_testimonial.php:
|
3188 |
-
#: includes/addons/wb_customer_review.php:
|
3189 |
#, php-format
|
3190 |
msgid ""
|
3191 |
"Product Wise Rating/Review Display is available in WooLentor Pro. <a "
|
3192 |
"href=\"%s\" target=\"_blank\">Purchase WooLentor Pro</a>"
|
3193 |
msgstr ""
|
3194 |
|
3195 |
-
#: includes/addons/wb_product_related.php:
|
3196 |
msgid "Products Per Page"
|
3197 |
msgstr ""
|
3198 |
|
3199 |
-
#: includes/addons/wb_product_reviews.php:
|
3200 |
msgid "Products reviews"
|
3201 |
msgstr ""
|
3202 |
|
3203 |
-
#: includes/base.php:
|
3204 |
msgid "Promo Banner"
|
3205 |
msgstr ""
|
3206 |
|
3207 |
-
#: includes/addons/wl_brand.php:
|
3208 |
msgid "Purchase our premium version to unlock these pro features!"
|
3209 |
msgstr ""
|
3210 |
|
3211 |
-
#: includes/addons/wb_product_qr_code.php:
|
3212 |
msgid "QR Code"
|
3213 |
msgstr ""
|
3214 |
|
3215 |
-
#: includes/addons/wb_product_qr_code.php:
|
3216 |
msgid "Quantity"
|
3217 |
msgstr ""
|
3218 |
|
3219 |
-
#: includes/addons/product_image_accordion.php:
|
3220 |
-
#: includes/addons/product_accordion.php:
|
3221 |
-
#: includes/addons/product_curvy.php:
|
3222 |
msgid "Query Settings"
|
3223 |
msgstr ""
|
3224 |
|
3225 |
-
#: includes/helper-function.php:
|
3226 |
-
#: includes/addons/wb_product_upsell.php:
|
3227 |
#: includes/addons/wb_archive_product.php:132
|
3228 |
-
#: includes/addons/product_image_accordion.php:
|
3229 |
-
#: includes/addons/wb_product_related.php:
|
3230 |
-
#: includes/addons/product_accordion.php:
|
3231 |
-
#: includes/addons/product_curvy.php:
|
3232 |
msgid "Random"
|
3233 |
msgstr ""
|
3234 |
|
3235 |
-
#: includes/addons/product_image_accordion.php:
|
3236 |
-
#: includes/addons/product_accordion.php:
|
3237 |
-
#: includes/addons/product_curvy.php:
|
3238 |
msgid "Random Products"
|
3239 |
msgstr ""
|
3240 |
|
3241 |
-
#: includes/addons/wl_product_filter.php:
|
3242 |
msgid "Range Slider"
|
3243 |
msgstr ""
|
3244 |
|
3245 |
-
#: includes/addons/wb_product_upsell.php:
|
3246 |
-
#: includes/addons/wl_testimonial.php:
|
3247 |
#: includes/addons/wb_archive_product.php:131
|
3248 |
#: includes/addons/wb_archive_product.php:481
|
3249 |
-
#: includes/addons/wb_product_related.php:
|
3250 |
-
#: includes/addons/wb_customer_review.php:
|
3251 |
msgid "Rating"
|
3252 |
msgstr ""
|
3253 |
|
3254 |
-
#: includes/addons/product_image_accordion.php:
|
3255 |
-
#: includes/addons/product_accordion.php:
|
3256 |
-
#: includes/addons/product_curvy.php:
|
3257 |
msgid "Rating Color"
|
3258 |
msgstr ""
|
3259 |
|
@@ -3269,14 +3341,18 @@ msgstr ""
|
|
3269 |
msgid "Rating Star Color"
|
3270 |
msgstr ""
|
3271 |
|
3272 |
-
#: includes/addons/product_image_accordion.php:
|
3273 |
-
#: includes/addons/product_accordion.php:
|
3274 |
-
#: includes/addons/product_curvy.php:
|
3275 |
msgid "Recent Products"
|
3276 |
msgstr ""
|
3277 |
|
3278 |
-
#:
|
3279 |
-
|
|
|
|
|
|
|
|
|
3280 |
msgid "Redirect Custom URL"
|
3281 |
msgstr ""
|
3282 |
|
@@ -3284,15 +3360,15 @@ msgstr ""
|
|
3284 |
msgid "Regular Price"
|
3285 |
msgstr ""
|
3286 |
|
3287 |
-
#: includes/addons/product_flash_sale.php:
|
3288 |
-
#: includes/addons/product_image_accordion.php:
|
3289 |
-
#: includes/addons/product_accordion.php:
|
3290 |
-
#: includes/addons/product_curvy.php:
|
3291 |
msgid "Regular Price Color"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
-
#: classes/class.widgets_control.php:
|
3295 |
-
#: includes/addons/wb_product_related.php:
|
3296 |
msgid "Related Product"
|
3297 |
msgstr ""
|
3298 |
|
@@ -3312,8 +3388,8 @@ msgstr ""
|
|
3312 |
msgid "Required for stock progress bar"
|
3313 |
msgstr ""
|
3314 |
|
3315 |
-
#: includes/addons/wb_archive_result_count.php:
|
3316 |
-
#: includes/addons/wb_archive_result_count.php:
|
3317 |
msgid "Result Count"
|
3318 |
msgstr ""
|
3319 |
|
@@ -3329,41 +3405,43 @@ msgstr ""
|
|
3329 |
msgid "Return to shipping"
|
3330 |
msgstr ""
|
3331 |
|
3332 |
-
#: includes/addons/wb_customer_review.php:
|
3333 |
msgid "Review"
|
3334 |
msgstr ""
|
3335 |
|
3336 |
-
#: includes/addons/wl_testimonial.php:
|
3337 |
-
#: includes/addons/wb_customer_review.php:
|
3338 |
msgid "Review Type"
|
3339 |
msgstr ""
|
3340 |
|
3341 |
-
#: includes/addons/wl_faq.php:
|
3342 |
-
#: includes/addons/wb_product_short_description.php:
|
3343 |
-
#: includes/addons/wl_breadcrumbs.php:
|
3344 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
3345 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3346 |
-
#: includes/addons/wl_onepage_slider.php:
|
3347 |
#: includes/addons/special_day_offer.php:58
|
3348 |
#: includes/addons/special_day_offer.php:281
|
3349 |
-
#: includes/addons/wl_store_features.php:
|
3350 |
-
#: includes/addons/wb_product_data_tab.php:
|
3351 |
#: includes/addons/wb_archive_product.php:245
|
3352 |
#: includes/addons/wb_archive_product.php:904
|
3353 |
-
#: includes/addons/wl_archive_title.php:
|
3354 |
-
#: includes/addons/wb_product_related.php:
|
3355 |
-
#: includes/addons/wb_archive_result_count.php:
|
3356 |
-
#: includes/addons/wb_product_description.php:
|
3357 |
#: includes/addons/wl_category.php:288
|
3358 |
-
#: includes/addons/wl_product_video_gallery.php:
|
3359 |
-
#: includes/addons/wl_brand.php:
|
3360 |
-
#: includes/addons/wb_product_categories.php:
|
3361 |
-
#: includes/addons/wb_product_title.php:
|
3362 |
-
#: includes/addons/wb_product_sku.php:
|
3363 |
-
#: includes/addons/wb_customer_review.php:
|
|
|
|
|
3364 |
#: includes/addons/product_tabs.php:239 includes/addons/product_tabs.php:961
|
3365 |
#: includes/addons/product_tabs.php:1040 includes/addons/add_banner.php:68
|
3366 |
-
#: includes/addons/wb_product_tags.php:
|
3367 |
msgid "Right"
|
3368 |
msgstr ""
|
3369 |
|
@@ -3372,11 +3450,11 @@ msgstr ""
|
|
3372 |
msgid "Rows"
|
3373 |
msgstr ""
|
3374 |
|
3375 |
-
#: includes/addons/wl_onepage_slider.php:
|
3376 |
msgid "Ruffled Poplin Dress"
|
3377 |
msgstr ""
|
3378 |
|
3379 |
-
#: includes/addons/wl_testimonial.php:
|
3380 |
msgid "Ruth Pierce"
|
3381 |
msgstr ""
|
3382 |
|
@@ -3388,16 +3466,16 @@ msgstr ""
|
|
3388 |
msgid "Sale Price"
|
3389 |
msgstr ""
|
3390 |
|
3391 |
-
#: includes/addons/product_flash_sale.php:
|
3392 |
-
#: includes/addons/product_image_accordion.php:
|
3393 |
-
#: includes/addons/product_accordion.php:
|
3394 |
-
#: includes/addons/product_curvy.php:
|
3395 |
msgid "Sale Price Color"
|
3396 |
msgstr ""
|
3397 |
|
3398 |
-
#: includes/addons/product_image_accordion.php:
|
3399 |
-
#: includes/addons/product_accordion.php:
|
3400 |
-
#: includes/addons/product_curvy.php:
|
3401 |
msgid "Sale Products"
|
3402 |
msgstr ""
|
3403 |
|
@@ -3405,7 +3483,7 @@ msgstr ""
|
|
3405 |
msgid "Sale Tag"
|
3406 |
msgstr ""
|
3407 |
|
3408 |
-
#: includes/helper-function.php:
|
3409 |
msgid "Sale!"
|
3410 |
msgstr ""
|
3411 |
|
@@ -3429,21 +3507,21 @@ msgstr ""
|
|
3429 |
msgid "Saving..."
|
3430 |
msgstr ""
|
3431 |
|
3432 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3433 |
msgid "Search Button Icon"
|
3434 |
msgstr ""
|
3435 |
|
3436 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3437 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3438 |
-
#: includes/addons/wl_product_filter.php:
|
3439 |
msgid "Search Form"
|
3440 |
msgstr ""
|
3441 |
|
3442 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3443 |
msgid "Search Form Placeholder"
|
3444 |
msgstr ""
|
3445 |
|
3446 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3447 |
msgid "Search Products..."
|
3448 |
msgstr ""
|
3449 |
|
@@ -3455,56 +3533,56 @@ msgstr ""
|
|
3455 |
msgid "Search.."
|
3456 |
msgstr ""
|
3457 |
|
3458 |
-
#: includes/addons/product_flash_sale.php:
|
3459 |
#: includes/modules/flash-sale/class.flash-sale.php:450
|
3460 |
msgid "Sec"
|
3461 |
msgstr ""
|
3462 |
|
3463 |
-
#: includes/addons/product_flash_sale.php:
|
3464 |
-
#: includes/addons/product_flash_sale.php:
|
3465 |
msgid "Seconds"
|
3466 |
msgstr ""
|
3467 |
|
3468 |
-
#: includes/helper-function.php:
|
3469 |
msgid "Select"
|
3470 |
msgstr ""
|
3471 |
|
3472 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3473 |
msgid "select"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
-
#: includes/addons/wl_category_grid.php:
|
3477 |
-
#: includes/addons/wl_category_grid.php:
|
3478 |
msgid "Select categories"
|
3479 |
msgstr ""
|
3480 |
|
3481 |
-
#: includes/addons/wl_faq.php:
|
3482 |
msgid "Select Content Source"
|
3483 |
msgstr ""
|
3484 |
|
3485 |
-
#: includes/addons/product_flash_sale.php:
|
3486 |
msgid "Select Deal"
|
3487 |
msgstr ""
|
3488 |
|
3489 |
-
#: includes/addons/wl_category.php:50 includes/addons/wl_brand.php:
|
3490 |
msgid "Select Layout"
|
3491 |
msgstr ""
|
3492 |
|
3493 |
-
#: includes/addons/product_image_accordion.php:
|
3494 |
-
#: includes/addons/product_accordion.php:
|
3495 |
-
#: includes/addons/product_curvy.php:
|
3496 |
msgid "Select Product"
|
3497 |
msgstr ""
|
3498 |
|
3499 |
-
#: includes/addons/wl_category_grid.php:
|
3500 |
msgid "Select Style"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
-
#: includes/addons/wb_just_table.php:
|
3504 |
msgid "Select Table"
|
3505 |
msgstr ""
|
3506 |
|
3507 |
-
#: includes/helper-function.php:
|
3508 |
msgid "Select Template"
|
3509 |
msgstr ""
|
3510 |
|
@@ -3512,11 +3590,11 @@ msgstr ""
|
|
3512 |
msgid "Send To Mail"
|
3513 |
msgstr ""
|
3514 |
|
3515 |
-
#: includes/addons/product_flash_sale.php:
|
3516 |
msgid "Separator Border Color"
|
3517 |
msgstr ""
|
3518 |
|
3519 |
-
#: includes/addons/wl_breadcrumbs.php:
|
3520 |
msgid "Separator Icon"
|
3521 |
msgstr ""
|
3522 |
|
@@ -3528,18 +3606,19 @@ msgstr ""
|
|
3528 |
msgid "Set featured image"
|
3529 |
msgstr ""
|
3530 |
|
3531 |
-
#: includes/helper-function.php:
|
3532 |
msgid "Set the initial stock amount from"
|
3533 |
msgstr ""
|
3534 |
|
3535 |
-
#: includes/base.php:
|
3536 |
-
#: includes/admin/admin-init.php:97
|
3537 |
msgid "Settings"
|
3538 |
msgstr ""
|
3539 |
|
3540 |
-
#: includes/addons/wl_testimonial.php:
|
3541 |
-
#: includes/addons/wb_customer_review.php:
|
3542 |
-
#: includes/addons/
|
|
|
3543 |
msgid "Seven"
|
3544 |
msgstr ""
|
3545 |
|
@@ -3577,9 +3656,9 @@ msgstr ""
|
|
3577 |
msgid "Shop"
|
3578 |
msgstr ""
|
3579 |
|
3580 |
-
#: includes/addons/wl_onepage_slider.php:
|
3581 |
-
#: includes/addons/wl_onepage_slider.php:
|
3582 |
-
#: includes/addons/wl_onepage_slider.php:
|
3583 |
msgid "Shop now"
|
3584 |
msgstr ""
|
3585 |
|
@@ -3587,53 +3666,65 @@ msgstr ""
|
|
3587 |
msgid "Short description dose not set this product."
|
3588 |
msgstr ""
|
3589 |
|
3590 |
-
#: includes/addons/product_flash_sale.php:
|
3591 |
-
#: includes/addons/product_flash_sale.php:
|
3592 |
-
#: includes/addons/wb_product_upsell.php:
|
3593 |
#: includes/addons/wb_archive_product.php:807
|
3594 |
-
#: includes/addons/wl_archive_title.php:
|
3595 |
-
#: includes/addons/wl_archive_title.php:
|
3596 |
-
#: includes/addons/wl_archive_title.php:
|
3597 |
-
#: includes/addons/wb_product_related.php:
|
3598 |
-
#: includes/addons/wb_product_additional_information.php:
|
3599 |
msgid "Show"
|
3600 |
msgstr ""
|
3601 |
|
3602 |
-
#: includes/addons/
|
3603 |
-
|
3604 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3605 |
msgid "Show By Id"
|
3606 |
msgstr ""
|
3607 |
|
3608 |
-
#: includes/addons/wl_category_grid.php:
|
3609 |
msgid "Show Count"
|
3610 |
msgstr ""
|
3611 |
|
3612 |
-
#: includes/addons/product_flash_sale.php:
|
3613 |
msgid "Show Countdown Timer"
|
3614 |
msgstr ""
|
3615 |
|
3616 |
-
#: includes/addons/wl_archive_title.php:
|
3617 |
msgid "Show Description"
|
3618 |
msgstr ""
|
3619 |
|
3620 |
-
#: includes/addons/
|
|
|
|
|
|
|
|
|
3621 |
msgid "Show Filter Button"
|
3622 |
msgstr ""
|
3623 |
|
3624 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3625 |
msgid "Show Filter Label"
|
3626 |
msgstr ""
|
3627 |
|
3628 |
-
#: includes/addons/wl_faq.php:
|
3629 |
msgid "Show First Item"
|
3630 |
msgstr ""
|
3631 |
|
3632 |
-
#: includes/addons/wl_archive_title.php:
|
3633 |
msgid "Show Image"
|
3634 |
msgstr ""
|
3635 |
|
3636 |
-
#: includes/addons/wl_category.php:148 includes/addons/wl_category_grid.php:
|
3637 |
msgid "Show items"
|
3638 |
msgstr ""
|
3639 |
|
@@ -3641,15 +3732,20 @@ msgstr ""
|
|
3641 |
msgid "Show Number of Product:"
|
3642 |
msgstr ""
|
3643 |
|
|
|
|
|
|
|
|
|
3644 |
#: includes/addons/wb_archive_product.php:111
|
3645 |
msgid "Show Result Count"
|
3646 |
msgstr ""
|
3647 |
|
3648 |
-
#: includes/addons/product_flash_sale.php:
|
3649 |
msgid "Show Stock Progress Bar"
|
3650 |
msgstr ""
|
3651 |
|
3652 |
-
#: includes/addons/wl_archive_title.php:
|
|
|
3653 |
msgid "Show Title"
|
3654 |
msgstr ""
|
3655 |
|
@@ -3664,111 +3760,112 @@ msgstr ""
|
|
3664 |
msgid "Single"
|
3665 |
msgstr ""
|
3666 |
|
3667 |
-
#: includes/addons/wl_category_grid.php:
|
3668 |
msgid "Single Category"
|
3669 |
msgstr ""
|
3670 |
|
3671 |
-
#: includes/addons/wl_testimonial.php:
|
3672 |
-
#: includes/addons/wb_customer_review.php:
|
3673 |
-
#: includes/addons/
|
|
|
3674 |
msgid "Six"
|
3675 |
msgstr ""
|
3676 |
|
3677 |
-
#: includes/addons/wb_product_qr_code.php:
|
3678 |
-
#: includes/addons/wl_product_filter.php:
|
3679 |
msgid "Size"
|
3680 |
msgstr ""
|
3681 |
|
3682 |
-
#: includes/addons/wb_product_sku.php:
|
3683 |
msgid "SKU"
|
3684 |
msgstr ""
|
3685 |
|
3686 |
#: classes/class.default_data.php:323 classes/class.default_data.php:344
|
3687 |
-
#: includes/addons/wb_product_sku.php:
|
3688 |
msgid "SKU:"
|
3689 |
msgstr ""
|
3690 |
|
3691 |
-
#: includes/addons/wl_onepage_slider.php:
|
3692 |
msgid "Slider"
|
3693 |
msgstr ""
|
3694 |
|
3695 |
-
#: includes/addons/wl_testimonial.php:
|
3696 |
-
#: includes/addons/wl_category_grid.php:
|
3697 |
msgid "Slider Arrow"
|
3698 |
msgstr ""
|
3699 |
|
3700 |
-
#: includes/addons/wl_testimonial.php:
|
3701 |
-
#: includes/addons/wl_category_grid.php:
|
3702 |
msgid "Slider autoplay"
|
3703 |
msgstr ""
|
3704 |
|
3705 |
-
#: includes/addons/wl_testimonial.php:
|
3706 |
-
#: includes/addons/wl_brand.php:
|
3707 |
-
#: includes/addons/wl_category_grid.php:
|
3708 |
msgid "Slider Controller Style"
|
3709 |
msgstr ""
|
3710 |
|
3711 |
-
#: includes/addons/wl_testimonial.php:
|
3712 |
-
#: includes/addons/wl_category_grid.php:
|
3713 |
msgid "Slider dots"
|
3714 |
msgstr ""
|
3715 |
|
3716 |
-
#: includes/addons/wl_product_filter.php:
|
3717 |
msgid "Slider Handler"
|
3718 |
msgstr ""
|
3719 |
|
3720 |
-
#: includes/addons/wl_testimonial.php:
|
3721 |
-
#: includes/addons/wl_testimonial.php:
|
3722 |
-
#: includes/addons/wl_testimonial.php:
|
3723 |
#: includes/addons/product_tabs.php:547 includes/addons/product_tabs.php:590
|
3724 |
-
#: includes/addons/wl_category_grid.php:
|
3725 |
-
#: includes/addons/wl_category_grid.php:
|
3726 |
-
#: includes/addons/wl_category_grid.php:
|
3727 |
msgid "Slider item to scroll"
|
3728 |
msgstr ""
|
3729 |
|
3730 |
-
#: includes/addons/wl_testimonial.php:
|
3731 |
-
#: includes/addons/wl_testimonial.php:
|
3732 |
-
#: includes/addons/wl_testimonial.php:
|
3733 |
#: includes/addons/product_tabs.php:535 includes/addons/product_tabs.php:578
|
3734 |
-
#: includes/addons/wl_category_grid.php:
|
3735 |
-
#: includes/addons/wl_category_grid.php:
|
3736 |
-
#: includes/addons/wl_category_grid.php:
|
3737 |
msgid "Slider Items"
|
3738 |
msgstr ""
|
3739 |
|
3740 |
-
#: includes/addons/wl_brand.php:
|
3741 |
#, php-format
|
3742 |
msgid ""
|
3743 |
"Slider layouts are available in the pro version. <a href=\"%s\" "
|
3744 |
"target=\"_blank\">Get Pro</a>"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
-
#: includes/addons/wl_testimonial.php:
|
3748 |
-
#: includes/addons/wl_category_grid.php:
|
3749 |
msgid "Slider On"
|
3750 |
msgstr ""
|
3751 |
|
3752 |
-
#: includes/addons/wl_testimonial.php:
|
3753 |
-
#: includes/addons/wl_brand.php:
|
3754 |
-
#: includes/addons/wl_category_grid.php:
|
3755 |
msgid "Slider Option"
|
3756 |
msgstr ""
|
3757 |
|
3758 |
-
#: includes/helper-function.php:
|
3759 |
msgid "Sold"
|
3760 |
msgstr ""
|
3761 |
|
3762 |
-
#: includes/addons/product_flash_sale.php:
|
3763 |
msgid "Sold Custom Text"
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#: includes/addons/product_flash_sale.php:
|
3767 |
msgid "Sold Label Color"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: includes/addons/product_flash_sale.php:
|
3771 |
-
#: includes/addons/product_flash_sale.php:
|
3772 |
msgid "Sold:"
|
3773 |
msgstr ""
|
3774 |
|
@@ -3817,53 +3914,53 @@ msgstr ""
|
|
3817 |
msgid "Sorry, you are not allowed to install themes on this site."
|
3818 |
msgstr ""
|
3819 |
|
3820 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3821 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3822 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3823 |
-
#: includes/addons/wl_product_filter.php:
|
3824 |
msgid "Sort By"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
-
#: includes/helper-function.php:
|
3828 |
msgid "Sort by average rating"
|
3829 |
msgstr ""
|
3830 |
|
3831 |
-
#: includes/helper-function.php:
|
3832 |
msgid "Sort by latest"
|
3833 |
msgstr ""
|
3834 |
|
3835 |
-
#: includes/helper-function.php:
|
3836 |
msgid "Sort by popularity"
|
3837 |
msgstr ""
|
3838 |
|
3839 |
-
#: includes/helper-function.php:
|
3840 |
msgid "Sort by price: high to low"
|
3841 |
msgstr ""
|
3842 |
|
3843 |
-
#: includes/helper-function.php:
|
3844 |
msgid "Sort by price: low to high"
|
3845 |
msgstr ""
|
3846 |
|
3847 |
-
#: includes/addons/wl_breadcrumbs.php:
|
3848 |
-
#: includes/addons/wl_testimonial.php:
|
3849 |
-
#: includes/addons/wb_customer_review.php:
|
3850 |
-
#: includes/addons/wl_category_grid.php:
|
3851 |
msgid "Space"
|
3852 |
msgstr ""
|
3853 |
|
3854 |
-
#: includes/addons/wb_product_image.php:
|
3855 |
msgid "Spacing"
|
3856 |
msgstr ""
|
3857 |
|
3858 |
-
#: includes/helper-function.php:
|
3859 |
msgid "span"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
-
#: classes/class.widgets_control.php:
|
3863 |
msgid "Special Day Offer"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
-
#: includes/addons/wb_product_rating.php:
|
3867 |
msgid "Star Color"
|
3868 |
msgstr ""
|
3869 |
|
@@ -3871,7 +3968,7 @@ msgstr ""
|
|
3871 |
msgid "Star Size"
|
3872 |
msgstr ""
|
3873 |
|
3874 |
-
#: includes/addons/wl_store_features.php:
|
3875 |
msgid "Start from $100"
|
3876 |
msgstr ""
|
3877 |
|
@@ -3879,87 +3976,87 @@ msgstr ""
|
|
3879 |
msgid "Stock availability does not exist this product."
|
3880 |
msgstr ""
|
3881 |
|
3882 |
-
#: includes/addons/product_flash_sale.php:
|
3883 |
msgid "Stock Progress Bar"
|
3884 |
msgstr ""
|
3885 |
|
3886 |
-
#: includes/addons/product_flash_sale.php:
|
3887 |
msgid "Stock Progress Style"
|
3888 |
msgstr ""
|
3889 |
|
3890 |
-
#: includes/addons/wl_store_features.php:
|
3891 |
msgid "Store Feature"
|
3892 |
msgstr ""
|
3893 |
|
3894 |
-
#: classes/class.widgets_control.php:
|
3895 |
msgid "Store Features"
|
3896 |
msgstr ""
|
3897 |
|
3898 |
-
#: includes/addons/wb_product_short_description.php:
|
3899 |
-
#: includes/addons/wl_breadcrumbs.php:
|
3900 |
-
#: includes/addons/wb_wc_multicurrency.php:
|
3901 |
-
#: includes/addons/wl_onepage_slider.php:
|
3902 |
#: includes/addons/special_day_offer.php:261
|
3903 |
-
#: includes/addons/wl_testimonial.php:
|
3904 |
-
#: includes/addons/wl_archive_title.php:
|
3905 |
-
#: includes/addons/product_image_accordion.php:
|
3906 |
-
#: includes/addons/wb_product_description.php:
|
3907 |
-
#: includes/addons/product_accordion.php:
|
3908 |
-
#: includes/addons/wl_category.php:204 includes/addons/product_curvy.php:
|
3909 |
-
#: includes/addons/product_curvy.php:
|
3910 |
-
#: includes/addons/wb_product_rating.php:
|
3911 |
-
#: includes/addons/wb_image_marker.php:
|
3912 |
-
#: includes/addons/wb_customer_review.php:
|
3913 |
-
#: includes/addons/wb_product_stock.php:
|
3914 |
#: includes/addons/add_banner.php:50 includes/addons/add_banner.php:139
|
3915 |
msgid "Style"
|
3916 |
msgstr ""
|
3917 |
|
3918 |
-
#: includes/addons/wb_image_marker.php:
|
3919 |
-
#: includes/addons/wl_category_grid.php:
|
3920 |
msgid "Style Five"
|
3921 |
msgstr ""
|
3922 |
|
3923 |
-
#: includes/addons/wl_testimonial.php:
|
3924 |
-
#: includes/addons/wb_customer_review.php:
|
3925 |
-
#: includes/addons/wl_category_grid.php:
|
3926 |
msgid "Style Four"
|
3927 |
msgstr ""
|
3928 |
|
3929 |
-
#: includes/addons/product_flash_sale.php:
|
3930 |
-
#: includes/addons/wl_testimonial.php:
|
3931 |
-
#: includes/addons/wb_image_marker.php:
|
3932 |
-
#: includes/addons/wb_customer_review.php:
|
3933 |
#: includes/addons/product_tabs.php:65 includes/addons/add_banner.php:54
|
3934 |
-
#: includes/addons/wl_category_grid.php:
|
3935 |
msgid "Style One"
|
3936 |
msgstr ""
|
3937 |
|
3938 |
-
#: includes/addons/wl_testimonial.php:
|
3939 |
-
#: includes/addons/wb_image_marker.php:
|
3940 |
-
#: includes/addons/wb_customer_review.php:
|
3941 |
-
#: includes/addons/product_tabs.php:67 includes/addons/wl_category_grid.php:
|
3942 |
msgid "Style Three"
|
3943 |
msgstr ""
|
3944 |
|
3945 |
-
#: includes/addons/product_flash_sale.php:
|
3946 |
-
#: includes/addons/wl_testimonial.php:
|
3947 |
-
#: includes/addons/wb_image_marker.php:
|
3948 |
-
#: includes/addons/wb_customer_review.php:
|
3949 |
#: includes/addons/product_tabs.php:66 includes/addons/add_banner.php:55
|
3950 |
-
#: includes/addons/wl_category_grid.php:
|
3951 |
msgid "Style Two"
|
3952 |
msgstr ""
|
3953 |
|
3954 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
3955 |
msgid "Styles"
|
3956 |
msgstr ""
|
3957 |
|
3958 |
-
#: includes/addons/wl_onepage_slider.php:
|
3959 |
-
#: includes/addons/wl_onepage_slider.php:
|
3960 |
#: includes/addons/special_day_offer.php:384
|
3961 |
-
#: includes/addons/wl_store_features.php:
|
3962 |
-
#: includes/addons/wl_store_features.php:
|
3963 |
msgid "Sub Title"
|
3964 |
msgstr ""
|
3965 |
|
@@ -3968,9 +4065,9 @@ msgstr ""
|
|
3968 |
msgid "Submit"
|
3969 |
msgstr ""
|
3970 |
|
3971 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
3972 |
#: includes/addons/wb_product_suggest_price.php:393
|
3973 |
-
#: includes/addons/wl_product_filter.php:
|
3974 |
msgid "Submit Button"
|
3975 |
msgstr ""
|
3976 |
|
@@ -4017,7 +4114,7 @@ msgstr ""
|
|
4017 |
msgid "Swatchly"
|
4018 |
msgstr ""
|
4019 |
|
4020 |
-
#: includes/addons/wb_product_data_tab.php:
|
4021 |
msgid "Tab Menu"
|
4022 |
msgstr ""
|
4023 |
|
@@ -4033,36 +4130,36 @@ msgstr ""
|
|
4033 |
msgid "Tab Menu Style"
|
4034 |
msgstr ""
|
4035 |
|
4036 |
-
#: includes/addons/wb_wishsuite_table.php:
|
4037 |
msgid "Table Body"
|
4038 |
msgstr ""
|
4039 |
|
4040 |
-
#: includes/addons/wb_just_table.php:
|
4041 |
msgid "Table Content"
|
4042 |
msgstr ""
|
4043 |
|
4044 |
-
#: includes/addons/wb_wishsuite_table.php:
|
4045 |
msgid "Table Heading"
|
4046 |
msgstr ""
|
4047 |
|
4048 |
-
#: includes/addons/wl_testimonial.php:
|
4049 |
-
#: includes/addons/wl_category_grid.php:
|
4050 |
msgid "Tablet"
|
4051 |
msgstr ""
|
4052 |
|
4053 |
-
#: includes/addons/wl_testimonial.php:
|
4054 |
-
#: includes/addons/wl_category_grid.php:
|
4055 |
msgid "Tablet Resolution"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
#: classes/class.default_data.php:329 classes/class.default_data.php:358
|
4059 |
-
#: includes/addons/wb_product_tags.php:
|
4060 |
msgid "Tag:"
|
4061 |
msgid_plural "Tags:"
|
4062 |
msgstr[0] ""
|
4063 |
msgstr[1] ""
|
4064 |
|
4065 |
-
#: includes/addons/wb_product_tags.php:
|
4066 |
msgid "Tags"
|
4067 |
msgstr ""
|
4068 |
|
@@ -4120,42 +4217,44 @@ msgstr ""
|
|
4120 |
msgid "Templates list navigation"
|
4121 |
msgstr ""
|
4122 |
|
4123 |
-
#: includes/addons/wl_testimonial.php:
|
4124 |
-
#: includes/addons/wb_customer_review.php:
|
4125 |
-
#: includes/addons/
|
|
|
4126 |
msgid "Ten"
|
4127 |
msgstr ""
|
4128 |
|
4129 |
-
#: classes/class.widgets_control.php:
|
4130 |
msgid "Testimonial"
|
4131 |
msgstr ""
|
4132 |
|
4133 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
4134 |
msgid "Text"
|
4135 |
msgstr ""
|
4136 |
|
4137 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
4138 |
msgid "Text after \"Wishlist\" icon"
|
4139 |
msgstr ""
|
4140 |
|
4141 |
-
#: includes/addons/wb_product_short_description.php:
|
4142 |
-
#: includes/addons/wl_breadcrumbs.php:
|
4143 |
-
#: includes/addons/
|
4144 |
-
#: includes/addons/wb_product_data_tab.php:
|
4145 |
-
#: includes/addons/wb_product_data_tab.php:
|
|
|
4146 |
#: includes/addons/wb_archive_product.php:822
|
4147 |
-
#: includes/addons/wb_product_call_for_price.php:
|
4148 |
-
#: includes/addons/wb_product_call_for_price.php:
|
4149 |
-
#: includes/addons/wb_product_description.php:
|
4150 |
#: includes/addons/wb_product_suggest_price.php:200
|
4151 |
#: includes/addons/wb_product_suggest_price.php:302
|
4152 |
#: includes/addons/wb_product_suggest_price.php:565
|
4153 |
#: includes/addons/wb_product_suggest_price.php:650
|
4154 |
#: includes/addons/wb_product_suggest_price.php:708
|
4155 |
#: includes/addons/wb_product_suggest_price.php:793
|
4156 |
-
#: includes/addons/wb_product_stock.php:
|
4157 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
4158 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
4159 |
msgid "Text Color"
|
4160 |
msgstr ""
|
4161 |
|
@@ -4168,17 +4267,17 @@ msgstr ""
|
|
4168 |
msgid "Thank you for contacting with us"
|
4169 |
msgstr ""
|
4170 |
|
4171 |
-
#: includes/addons/wl_faq.php:
|
4172 |
msgid "The Basics Of Western Astrology Explained"
|
4173 |
msgstr ""
|
4174 |
|
4175 |
-
#: includes/addons/wl_testimonial.php:
|
4176 |
-
#: includes/addons/wl_category_grid.php:
|
4177 |
msgid "The resolution to mobile."
|
4178 |
msgstr ""
|
4179 |
|
4180 |
-
#: includes/addons/wl_testimonial.php:
|
4181 |
-
#: includes/addons/wl_category_grid.php:
|
4182 |
msgid "The resolution to the tablet."
|
4183 |
msgstr ""
|
4184 |
|
@@ -4199,76 +4298,82 @@ msgid ""
|
|
4199 |
"been entered correctly, or contact us if you need any help."
|
4200 |
msgstr ""
|
4201 |
|
4202 |
-
#: includes/addons/
|
4203 |
-
|
4204 |
-
|
|
|
|
|
|
|
|
|
|
|
4205 |
msgid "Three"
|
4206 |
msgstr ""
|
4207 |
|
4208 |
-
#: includes/addons/product_flash_sale.php:
|
4209 |
msgid "Thumbnail Bottom"
|
4210 |
msgstr ""
|
4211 |
|
4212 |
-
#: includes/addons/product_flash_sale.php:
|
4213 |
msgid "Thumbnail Left"
|
4214 |
msgstr ""
|
4215 |
|
4216 |
-
#: includes/addons/product_flash_sale.php:
|
4217 |
msgid "Thumbnail Right"
|
4218 |
msgstr ""
|
4219 |
|
4220 |
-
#: includes/addons/wb_product_image.php:
|
4221 |
-
#: includes/addons/wl_product_video_gallery.php:
|
4222 |
msgid "Thumbnails"
|
4223 |
msgstr ""
|
4224 |
|
4225 |
-
#: includes/addons/wb_product_image.php:
|
4226 |
msgid "Thumbnails Border"
|
4227 |
msgstr ""
|
4228 |
|
4229 |
-
#: includes/addons/wl_product_video_gallery.php:
|
4230 |
msgid "Thumbnails Position"
|
4231 |
msgstr ""
|
4232 |
|
4233 |
-
#: includes/helper-function.php:
|
4234 |
-
#: includes/addons/wl_faq.php:
|
4235 |
-
#: includes/addons/product_flash_sale.php:
|
4236 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
4237 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
4238 |
-
#: includes/addons/wl_onepage_slider.php:
|
4239 |
-
#: includes/addons/wl_onepage_slider.php:
|
4240 |
-
#: includes/addons/wb_product_upsell.php:
|
4241 |
#: includes/addons/special_day_offer.php:86
|
4242 |
#: includes/addons/special_day_offer.php:325
|
4243 |
-
#: includes/addons/wl_store_features.php:
|
4244 |
-
#: includes/addons/wl_store_features.php:
|
4245 |
#: includes/addons/wb_archive_product.php:128
|
4246 |
#: includes/addons/wb_archive_product.php:310
|
4247 |
-
#: includes/addons/wl_archive_title.php:
|
4248 |
-
#: includes/addons/product_image_accordion.php:
|
4249 |
-
#: includes/addons/wb_product_related.php:
|
4250 |
-
#: includes/addons/product_accordion.php:
|
4251 |
-
#: includes/addons/wl_category.php:307 includes/addons/product_curvy.php:
|
4252 |
-
#: includes/addons/wl_product_filter.php:
|
4253 |
-
#: includes/addons/wl_product_filter.php:
|
4254 |
-
#: includes/addons/wb_image_marker.php:
|
4255 |
-
#: includes/addons/
|
4256 |
-
#: includes/addons/
|
|
|
4257 |
msgid "Title"
|
4258 |
msgstr ""
|
4259 |
|
4260 |
-
#: includes/addons/product_accordion.php:
|
4261 |
msgid "Title Area"
|
4262 |
msgstr ""
|
4263 |
|
4264 |
-
#: includes/addons/product_flash_sale.php:
|
4265 |
-
#: includes/addons/wl_archive_title.php:
|
4266 |
-
#: includes/addons/product_image_accordion.php:
|
4267 |
-
#: includes/addons/product_accordion.php:
|
4268 |
-
#: includes/addons/product_curvy.php:
|
4269 |
-
#: includes/addons/wb_product_categories.php:
|
4270 |
-
#: includes/addons/wb_product_title.php:
|
4271 |
-
#: includes/addons/wb_product_sku.php:
|
4272 |
msgid "Title Color"
|
4273 |
msgstr ""
|
4274 |
|
@@ -4276,14 +4381,15 @@ msgstr ""
|
|
4276 |
msgid "Title color"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
-
#: includes/addons/product_flash_sale.php:
|
4280 |
-
#: includes/addons/product_image_accordion.php:
|
4281 |
-
#: includes/addons/product_curvy.php:
|
4282 |
msgid "Title Hover Color"
|
4283 |
msgstr ""
|
4284 |
|
4285 |
-
#: includes/addons/wl_archive_title.php:
|
4286 |
-
#: includes/addons/wb_product_title.php:
|
|
|
4287 |
msgid "Title HTML Tag"
|
4288 |
msgstr ""
|
4289 |
|
@@ -4291,33 +4397,33 @@ msgstr ""
|
|
4291 |
msgid "Title:"
|
4292 |
msgstr ""
|
4293 |
|
4294 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
4295 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
4296 |
msgid "to"
|
4297 |
msgstr ""
|
4298 |
|
4299 |
-
#: includes/addons/product_flash_sale.php:
|
4300 |
msgid "To show the stock progress bar. Set the initial stock amount from"
|
4301 |
msgstr ""
|
4302 |
|
4303 |
#: includes/addons/special_day_offer.php:54
|
4304 |
-
#: includes/addons/wl_product_video_gallery.php:
|
4305 |
#: includes/admin/include/templates_list.php:76
|
4306 |
#: includes/admin/include/templates_list.php:79
|
4307 |
msgid "Top"
|
4308 |
msgstr ""
|
4309 |
|
4310 |
-
#: includes/helper-function.php:
|
4311 |
msgid "Top Rated"
|
4312 |
msgstr ""
|
4313 |
|
4314 |
-
#: includes/addons/product_image_accordion.php:
|
4315 |
-
#: includes/addons/product_accordion.php:
|
4316 |
-
#: includes/addons/product_curvy.php:
|
4317 |
msgid "Top Rated Products"
|
4318 |
msgstr ""
|
4319 |
|
4320 |
-
#: includes/helper-function.php:
|
4321 |
msgid "Top Seller"
|
4322 |
msgstr ""
|
4323 |
|
@@ -4325,9 +4431,10 @@ msgstr ""
|
|
4325 |
msgid "Total"
|
4326 |
msgstr ""
|
4327 |
|
4328 |
-
#: includes/addons/wl_testimonial.php:
|
4329 |
-
#: includes/addons/wb_customer_review.php:
|
4330 |
-
#: includes/addons/
|
|
|
4331 |
msgid "Two"
|
4332 |
msgstr ""
|
4333 |
|
@@ -4336,92 +4443,92 @@ msgstr ""
|
|
4336 |
msgid "Type"
|
4337 |
msgstr ""
|
4338 |
|
4339 |
-
#: includes/addons/wl_onepage_slider.php:
|
4340 |
msgid "Type your button link here"
|
4341 |
msgstr ""
|
4342 |
|
4343 |
-
#: includes/addons/wl_onepage_slider.php:
|
4344 |
msgid "Type your button text here"
|
4345 |
msgstr ""
|
4346 |
|
4347 |
-
#: includes/addons/product_image_accordion.php:
|
4348 |
-
#: includes/addons/product_accordion.php:
|
4349 |
msgid "Type your cart button text"
|
4350 |
msgstr ""
|
4351 |
|
4352 |
-
#: includes/addons/wl_faq.php:
|
4353 |
msgid "Type your faq title here"
|
4354 |
msgstr ""
|
4355 |
|
4356 |
-
#: includes/addons/wl_onepage_slider.php:
|
4357 |
msgid "Type your sub title here"
|
4358 |
msgstr ""
|
4359 |
|
4360 |
-
#: includes/addons/wl_onepage_slider.php:
|
4361 |
msgid "Type your title here"
|
4362 |
msgstr ""
|
4363 |
|
4364 |
-
#: includes/addons/wl_faq.php:
|
4365 |
-
#: includes/addons/wb_product_short_description.php:
|
4366 |
-
#: includes/addons/wb_product_price.php:
|
4367 |
-
#: includes/addons/wb_product_price.php:
|
4368 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
4369 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
4370 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
4371 |
-
#: includes/addons/wl_product_horizontal_filter.php:
|
4372 |
-
#: includes/addons/wb_wc_multicurrency.php:
|
4373 |
-
#: includes/addons/wl_onepage_slider.php:
|
4374 |
-
#: includes/addons/wl_onepage_slider.php:
|
4375 |
-
#: includes/addons/wl_onepage_slider.php:
|
4376 |
-
#: includes/addons/wb_product_upsell.php:
|
4377 |
#: includes/addons/special_day_offer.php:349
|
4378 |
#: includes/addons/special_day_offer.php:408
|
4379 |
#: includes/addons/special_day_offer.php:467
|
4380 |
#: includes/addons/special_day_offer.php:526
|
4381 |
#: includes/addons/special_day_offer.php:585
|
4382 |
#: includes/addons/special_day_offer.php:652
|
4383 |
-
#: includes/addons/wb_product_meta.php:
|
4384 |
-
#: includes/addons/wl_store_features.php:
|
4385 |
-
#: includes/addons/wl_store_features.php:
|
4386 |
-
#: includes/addons/wb_product_data_tab.php:
|
4387 |
-
#: includes/addons/wb_product_data_tab.php:
|
4388 |
-
#: includes/addons/wb_product_data_tab.php:
|
4389 |
-
#: includes/addons/wb_archive_catalog_ordering.php:
|
4390 |
-
#: includes/addons/wb_product_related.php:
|
4391 |
-
#: includes/addons/wb_product_call_for_price.php:
|
4392 |
-
#: includes/addons/wb_archive_result_count.php:
|
4393 |
-
#: includes/addons/wb_product_description.php:
|
4394 |
-
#: includes/addons/wl_category.php:340 includes/addons/wb_just_table.php:
|
4395 |
-
#: includes/addons/wb_product_categories.php:
|
4396 |
#: includes/addons/wb_product_suggest_price.php:577
|
4397 |
#: includes/addons/wb_product_suggest_price.php:720
|
4398 |
-
#: includes/addons/wb_product_title.php:
|
4399 |
-
#: includes/addons/wl_product_filter.php:
|
4400 |
-
#: includes/addons/wl_product_filter.php:
|
4401 |
-
#: includes/addons/wl_product_filter.php:
|
4402 |
-
#: includes/addons/wb_product_sku.php:
|
4403 |
-
#: includes/addons/wb_product_stock.php:
|
4404 |
-
#: includes/addons/wb_wishsuite_table.php:
|
4405 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
4406 |
-
#: includes/addons/wb_ever_compare_table.php:
|
4407 |
-
#: includes/addons/wb_product_additional_information.php:
|
4408 |
-
#: includes/addons/wb_product_additional_information.php:
|
4409 |
#: includes/addons/add_banner.php:180 includes/addons/add_banner.php:210
|
4410 |
-
#: includes/addons/add_banner.php:264 includes/addons/wl_category_grid.php:
|
4411 |
-
#: includes/addons/wl_category_grid.php:
|
4412 |
-
#: includes/addons/wb_product_tags.php:
|
4413 |
msgid "Typography"
|
4414 |
msgstr ""
|
4415 |
|
4416 |
-
#: includes/addons/product_flash_sale.php:
|
4417 |
msgid "Unfortunately, no products were found in the deal you selected."
|
4418 |
msgstr ""
|
4419 |
|
4420 |
-
#: classes/class.widgets_control.php:
|
4421 |
msgid "Universal Product"
|
4422 |
msgstr ""
|
4423 |
|
4424 |
-
#: includes/addons/product_flash_sale.php:
|
4425 |
msgid "Unnamed Deal"
|
4426 |
msgstr ""
|
4427 |
|
@@ -4433,7 +4540,7 @@ msgstr ""
|
|
4433 |
msgid "Uploaded to this Template"
|
4434 |
msgstr ""
|
4435 |
|
4436 |
-
#: includes/addons/wb_product_upsell.php:
|
4437 |
msgid "Upsells"
|
4438 |
msgstr ""
|
4439 |
|
@@ -4446,15 +4553,15 @@ msgstr ""
|
|
4446 |
msgid "Username or email"
|
4447 |
msgstr ""
|
4448 |
|
4449 |
-
#: includes/addons/wb_archive_result_count.php:
|
4450 |
-
#: includes/addons/wb_product_categories.php:
|
4451 |
-
#: includes/addons/wb_product_sku.php:
|
4452 |
-
#: includes/addons/wb_product_tags.php:
|
4453 |
msgid "Value Color"
|
4454 |
msgstr ""
|
4455 |
|
4456 |
-
#: includes/addons/wb_product_categories.php:
|
4457 |
-
#: includes/addons/wb_product_tags.php:
|
4458 |
msgid "Value Hover Color"
|
4459 |
msgstr ""
|
4460 |
|
@@ -4466,20 +4573,20 @@ msgstr ""
|
|
4466 |
msgid "Video"
|
4467 |
msgstr ""
|
4468 |
|
4469 |
-
#: includes/addons/wl_onepage_slider.php:
|
4470 |
-
#: includes/addons/wl_onepage_slider.php:
|
4471 |
msgid "Video Button"
|
4472 |
msgstr ""
|
4473 |
|
4474 |
-
#: includes/addons/wl_onepage_slider.php:
|
4475 |
msgid "Video Icon"
|
4476 |
msgstr ""
|
4477 |
|
4478 |
-
#: includes/addons/wl_onepage_slider.php:
|
4479 |
msgid "Video Link"
|
4480 |
msgstr ""
|
4481 |
|
4482 |
-
#: includes/addons/wl_product_video_gallery.php:
|
4483 |
msgid "Video Thumbnails"
|
4484 |
msgstr ""
|
4485 |
|
@@ -4500,7 +4607,7 @@ msgstr ""
|
|
4500 |
msgid "View Templates"
|
4501 |
msgstr ""
|
4502 |
|
4503 |
-
#: classes/class.widgets_control.php:
|
4504 |
msgid "WC Multicurrency"
|
4505 |
msgstr ""
|
4506 |
|
@@ -4521,7 +4628,7 @@ msgstr ""
|
|
4521 |
msgid "Welcome To WooLentor"
|
4522 |
msgstr ""
|
4523 |
|
4524 |
-
#: includes/addons/wl_faq.php:
|
4525 |
msgid "What Curling Irons Are The Best Ones"
|
4526 |
msgstr ""
|
4527 |
|
@@ -4529,7 +4636,7 @@ msgstr ""
|
|
4529 |
msgid "When the product tab is off, Then working slider."
|
4530 |
msgstr ""
|
4531 |
|
4532 |
-
#: classes/class.widgets_control.php:
|
4533 |
#: includes/admin/include/class.extension-manager.php:71
|
4534 |
msgid "Whols"
|
4535 |
msgstr ""
|
@@ -4549,8 +4656,8 @@ msgstr ""
|
|
4549 |
msgid "Whols Pro – WooCommerce Wholesale Prices"
|
4550 |
msgstr ""
|
4551 |
|
4552 |
-
#: includes/addons/wl_onepage_slider.php:
|
4553 |
-
#: includes/addons/wl_onepage_slider.php:
|
4554 |
#: includes/addons/special_day_offer.php:173
|
4555 |
msgid "Width"
|
4556 |
msgstr ""
|
@@ -4560,24 +4667,24 @@ msgstr ""
|
|
4560 |
msgid "Wishlist"
|
4561 |
msgstr ""
|
4562 |
|
4563 |
-
#: includes/addons/wb_wishsuite_table.php:
|
4564 |
msgid "WishSuite"
|
4565 |
msgstr ""
|
4566 |
|
4567 |
-
#: classes/class.widgets_control.php:
|
4568 |
-
#: includes/addons/wb_wishsuite_counter.php:
|
4569 |
msgid "WishSuite Counter"
|
4570 |
msgstr ""
|
4571 |
|
4572 |
-
#: classes/class.widgets_control.php:
|
4573 |
msgid "WishSuite Table"
|
4574 |
msgstr ""
|
4575 |
|
4576 |
-
#: includes/addons/add_banner.php:
|
4577 |
msgid "WL: Add Banner"
|
4578 |
msgstr ""
|
4579 |
|
4580 |
-
#: includes/addons/wb_product_add_to_cart.php:
|
4581 |
msgid "WL: Add To cart"
|
4582 |
msgstr ""
|
4583 |
|
@@ -4601,7 +4708,7 @@ msgstr ""
|
|
4601 |
msgid "WL: Breadcrumbs"
|
4602 |
msgstr ""
|
4603 |
|
4604 |
-
#: includes/addons/wb_product_call_for_price.php:
|
4605 |
msgid "WL: Call For Price"
|
4606 |
msgstr ""
|
4607 |
|
@@ -4609,7 +4716,7 @@ msgstr ""
|
|
4609 |
msgid "WL: Category Grid"
|
4610 |
msgstr ""
|
4611 |
|
4612 |
-
#: includes/addons/wl_category.php:
|
4613 |
msgid "WL: Category List"
|
4614 |
msgstr ""
|
4615 |
|
@@ -4649,7 +4756,7 @@ msgstr ""
|
|
4649 |
msgid "WL: Product Additional Information"
|
4650 |
msgstr ""
|
4651 |
|
4652 |
-
#: includes/addons/wb_archive_product.php:
|
4653 |
msgid "WL: Product Archive Layout (Default)"
|
4654 |
msgstr ""
|
4655 |
|
@@ -4673,7 +4780,7 @@ msgstr ""
|
|
4673 |
msgid "WL: Product Filter"
|
4674 |
msgstr ""
|
4675 |
|
4676 |
-
#: classes/class.widgets_control.php:
|
4677 |
#: includes/addons/product_flash_sale.php:13
|
4678 |
msgid "WL: Product Flash Sale"
|
4679 |
msgstr ""
|
@@ -4718,7 +4825,7 @@ msgstr ""
|
|
4718 |
msgid "WL: Product Stock"
|
4719 |
msgstr ""
|
4720 |
|
4721 |
-
#: includes/addons/product_tabs.php:
|
4722 |
msgid "WL: Product Tab"
|
4723 |
msgstr ""
|
4724 |
|
@@ -4734,7 +4841,7 @@ msgstr ""
|
|
4734 |
msgid "WL: Product Upsell"
|
4735 |
msgstr ""
|
4736 |
|
4737 |
-
#: includes/addons/wl_product_video_gallery.php:
|
4738 |
msgid "WL: Product Video Gallery"
|
4739 |
msgstr ""
|
4740 |
|
@@ -4742,11 +4849,15 @@ msgstr ""
|
|
4742 |
msgid "WL: QR Code"
|
4743 |
msgstr ""
|
4744 |
|
|
|
|
|
|
|
|
|
4745 |
#: includes/addons/wb_product_related.php:13
|
4746 |
msgid "WL: Related Product"
|
4747 |
msgstr ""
|
4748 |
|
4749 |
-
#: includes/addons/special_day_offer.php:
|
4750 |
msgid "WL: Special Day Offer"
|
4751 |
msgstr ""
|
4752 |
|
@@ -4754,7 +4865,7 @@ msgstr ""
|
|
4754 |
msgid "WL: Store Feature"
|
4755 |
msgstr ""
|
4756 |
|
4757 |
-
#: includes/addons/wb_product_suggest_price.php:
|
4758 |
msgid "WL: Suggest Price"
|
4759 |
msgstr ""
|
4760 |
|
@@ -4774,7 +4885,7 @@ msgstr ""
|
|
4774 |
msgid "WL: WishSuite Table"
|
4775 |
msgstr ""
|
4776 |
|
4777 |
-
#: includes/base.php:
|
4778 |
#: includes/admin/admin-init.php:86
|
4779 |
msgid "WooLentor"
|
4780 |
msgstr ""
|
@@ -4783,7 +4894,7 @@ msgstr ""
|
|
4783 |
msgid "WooLentor - WooCommerce Elementor Addons + Builder"
|
4784 |
msgstr ""
|
4785 |
|
4786 |
-
#: classes/class.widgets_control.php:
|
4787 |
msgid "Woolentor Addons"
|
4788 |
msgstr ""
|
4789 |
|
@@ -4822,11 +4933,11 @@ msgstr ""
|
|
4822 |
msgid "WooLentor: Product Search Ajax"
|
4823 |
msgstr ""
|
4824 |
|
4825 |
-
#: includes/addons/wl_faq.php:
|
4826 |
msgid "Words To Live By"
|
4827 |
msgstr ""
|
4828 |
|
4829 |
-
#: includes/addons/wb_just_table.php:
|
4830 |
msgid "Wrapper Background"
|
4831 |
msgstr ""
|
4832 |
|
@@ -4839,11 +4950,11 @@ msgstr ""
|
|
4839 |
msgid "X"
|
4840 |
msgstr ""
|
4841 |
|
4842 |
-
#: includes/addons/wb_image_marker.php:
|
4843 |
msgid "X Position"
|
4844 |
msgstr ""
|
4845 |
|
4846 |
-
#: includes/addons/wb_image_marker.php:
|
4847 |
msgid "Y Position"
|
4848 |
msgstr ""
|
4849 |
|
@@ -4851,14 +4962,14 @@ msgstr ""
|
|
4851 |
msgid "YES"
|
4852 |
msgstr ""
|
4853 |
|
4854 |
-
#: includes/addons/wl_faq.php:
|
4855 |
-
#: includes/addons/wl_faq.php:
|
4856 |
-
#: includes/addons/wl_testimonial.php:
|
4857 |
-
#: includes/addons/wb_customer_review.php:
|
4858 |
#: includes/addons/product_tabs.php:465
|
4859 |
-
#: includes/addons/wl_category_grid.php:
|
4860 |
-
#: includes/addons/wl_category_grid.php:
|
4861 |
-
#: includes/addons/wl_category_grid.php:
|
4862 |
#: includes/admin/include/class.template-manager.php:385
|
4863 |
msgid "Yes"
|
4864 |
msgstr ""
|
@@ -4872,20 +4983,30 @@ msgstr ""
|
|
4872 |
msgid "You can enable or disable all options by one click."
|
4873 |
msgstr ""
|
4874 |
|
4875 |
-
#: includes/addons/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4876 |
msgid "Zippers cotton jogger"
|
4877 |
msgstr ""
|
4878 |
|
4879 |
-
#: includes/addons/wl_testimonial.php:
|
4880 |
msgid ""
|
4881 |
"“ Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
|
4882 |
"tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
|
4883 |
"consectetur adipisicing elit ”"
|
4884 |
msgstr ""
|
4885 |
|
4886 |
-
#: includes/addons/wl_testimonial.php:
|
4887 |
-
#: includes/addons/wl_testimonial.php:
|
4888 |
-
#: includes/addons/wl_testimonial.php:
|
4889 |
msgid ""
|
4890 |
"“ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
|
4891 |
"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WooLentor - WooCommerce Elementor Addons + Builder\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2022-04-05 05:35+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"
|
17 |
"X-Domain: woolentor"
|
18 |
|
19 |
#. 1: Plugin name 2: PHP 3: Required PHP version
|
20 |
+
#: includes/base.php:193
|
21 |
#, php-format
|
22 |
msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: includes/addons/product_flash_sale.php:626
|
26 |
msgid "\"Out of stock\" BG Color"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: includes/addons/product_flash_sale.php:614
|
30 |
msgid "\"Out of stock\" Text Color"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: includes/addons/wl_onepage_slider.php:476
|
34 |
+
#: includes/addons/wl_onepage_slider.php:481
|
35 |
+
#: includes/addons/wl_onepage_slider.php:486
|
36 |
msgid "#"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: includes/base.php:146
|
40 |
#, php-format
|
41 |
msgid ""
|
42 |
"%1$sWooLentor Addons for Elementor%2$s requires %1$s\"Elementor\"%2$s plugin "
|
43 |
"to be active. Please activate Elementor to continue."
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: includes/base.php:153
|
47 |
#, php-format
|
48 |
msgid ""
|
49 |
"%1$sWooLentor Addons for Elementor%2$s requires %1$s\"Elementor\"%2$s plugin "
|
50 |
"to be installed and activated. Please install Elementor to continue."
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: includes/base.php:171
|
54 |
#, php-format
|
55 |
msgid ""
|
56 |
"%1$sWooLentor Addons for Elementor%2$s requires %1$s\"WooCommerce\"%2$s "
|
57 |
"plugin to be active. Please activate WooCommerce to continue."
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: includes/base.php:178
|
61 |
#, php-format
|
62 |
msgid ""
|
63 |
"%1$sWooLentor Addons for Elementor%2$s requires %1$s\"WooCommerce\"%2$s "
|
75 |
msgid ". Which will motivate us a lot."
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: includes/addons/product_flash_sale.php:105
|
79 |
+
#: includes/addons/product_curvy.php:82 includes/addons/product_curvy.php:100
|
80 |
#: includes/addons/product_tabs.php:96
|
81 |
msgid "1"
|
82 |
msgstr ""
|
85 |
msgid "10 Custom Shop Page Templates"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: includes/addons/wb_product_call_for_price.php:63
|
89 |
+
#: includes/addons/wb_product_call_for_price.php:64
|
90 |
msgid "123-456-7890"
|
91 |
msgstr ""
|
92 |
|
94 |
msgid "15 Product Custom Templates"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: includes/addons/product_flash_sale.php:106
|
98 |
+
#: includes/addons/product_curvy.php:83 includes/addons/product_curvy.php:101
|
99 |
#: includes/addons/product_tabs.php:97
|
100 |
msgid "2"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: includes/addons/product_flash_sale.php:107
|
104 |
+
#: includes/addons/product_curvy.php:84 includes/addons/product_tabs.php:98
|
105 |
msgid "3"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: includes/addons/product_flash_sale.php:108
|
109 |
+
#: includes/addons/product_curvy.php:85 includes/addons/product_tabs.php:99
|
110 |
msgid "4"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: includes/addons/product_flash_sale.php:109
|
114 |
#: includes/addons/product_tabs.php:100
|
115 |
msgid "5"
|
116 |
msgstr ""
|
123 |
msgid "50%"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: includes/addons/product_flash_sale.php:110
|
127 |
#: includes/addons/product_tabs.php:101
|
128 |
msgid "6"
|
129 |
msgstr ""
|
145 |
msgid "Action Button"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: includes/addons/product_flash_sale.php:642
|
149 |
+
#: includes/addons/product_image_accordion.php:522
|
150 |
+
#: includes/addons/product_accordion.php:601
|
151 |
+
#: includes/addons/product_curvy.php:726
|
152 |
msgid "Action Button Style"
|
153 |
msgstr ""
|
154 |
|
159 |
msgid "Activate"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: includes/base.php:147
|
163 |
msgid "Activate Elementor"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: includes/base.php:172
|
167 |
msgid "Activate WooCommerce"
|
168 |
msgstr ""
|
169 |
|
174 |
msgid "Activated"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: classes/class.assest_management.php:346
|
178 |
msgid "Activating.."
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: classes/class.assest_management.php:347 includes/addons/wl_faq.php:464
|
182 |
+
#: includes/addons/wl_faq.php:760 includes/addons/wb_product_data_tab.php:144
|
183 |
#: includes/addons/wb_archive_product.php:758
|
184 |
msgid "Active"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: includes/addons/wl_product_filter.php:519
|
188 |
msgid "Active Slider Background"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: includes/addons/product_image_accordion.php:73
|
192 |
+
#: includes/addons/product_accordion.php:94
|
193 |
+
#: includes/addons/product_curvy.php:129
|
194 |
msgid "Add ID Manually"
|
195 |
msgstr ""
|
196 |
|
206 |
msgid "Add New Template"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: includes/addons/wl_recently_viewed_products.php:394
|
210 |
+
msgid "Add To Cart"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
#: includes/addons/wb_archive_product.php:542
|
214 |
msgid "Add To Cart Button"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: includes/addons/product_image_accordion.php:200
|
218 |
+
#: includes/addons/product_accordion.php:221
|
219 |
+
#: includes/addons/product_curvy.php:244
|
220 |
msgid "Add to Cart Button Icon"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: includes/addons/product_image_accordion.php:189
|
224 |
+
#: includes/addons/product_accordion.php:209
|
225 |
msgid "Add to Cart Button Text"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: includes/helper-function.php:1045 includes/helper-function.php:1046
|
229 |
+
#: includes/helper-function.php:1062
|
230 |
#: woolentor-blocks/includes/helper-functions.php:312
|
231 |
#: woolentor-blocks/includes/helper-functions.php:313
|
232 |
#: woolentor-blocks/includes/helper-functions.php:329
|
241 |
msgid "Additional information"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: includes/addons/wl_faq.php:183
|
245 |
+
#: includes/addons/wl_product_horizontal_filter.php:190
|
246 |
+
#: includes/addons/wl_product_filter.php:87
|
247 |
msgid "Additional Options"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: classes/class.widgets_control.php:224
|
251 |
msgid "Adds Banner"
|
252 |
msgstr ""
|
253 |
|
256 |
msgid "admin@domain.com"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: includes/addons/wl_category_grid.php:575
|
260 |
msgid "After Border Color"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: includes/addons/wl_faq.php:246
|
264 |
msgid "After Title"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: includes/addons/wl_faq.php:350 includes/addons/wl_faq.php:573
|
268 |
+
#: includes/addons/wb_product_short_description.php:53
|
269 |
+
#: includes/addons/wl_breadcrumbs.php:74
|
270 |
+
#: includes/addons/wb_wishsuite_counter.php:65
|
271 |
+
#: includes/addons/wl_product_horizontal_filter.php:738
|
272 |
+
#: includes/addons/wl_onepage_slider.php:169
|
273 |
#: includes/addons/special_day_offer.php:269
|
274 |
+
#: includes/addons/wl_store_features.php:139
|
275 |
+
#: includes/addons/wb_product_data_tab.php:113
|
276 |
#: includes/addons/wb_archive_product.php:233
|
277 |
+
#: includes/addons/wl_archive_title.php:108
|
278 |
+
#: includes/addons/wb_product_related.php:165
|
279 |
+
#: includes/addons/wb_archive_result_count.php:79
|
280 |
+
#: includes/addons/wb_product_description.php:51
|
281 |
+
#: includes/addons/wl_category.php:276 includes/addons/wl_brand.php:294
|
282 |
+
#: includes/addons/wb_product_categories.php:60
|
283 |
+
#: includes/addons/wb_product_title.php:103
|
284 |
+
#: includes/addons/wb_product_sku.php:60
|
285 |
+
#: includes/addons/wb_customer_review.php:286
|
286 |
+
#: includes/addons/wl_recently_viewed_products.php:234
|
287 |
#: includes/addons/product_tabs.php:227 includes/addons/product_tabs.php:949
|
288 |
+
#: includes/addons/product_tabs.php:1028 includes/addons/wb_product_tags.php:60
|
289 |
msgid "Alignment"
|
290 |
msgstr ""
|
291 |
|
293 |
msgid "ALL"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: includes/addons/wb_wc_multicurrency.php:58
|
297 |
#: includes/admin/include/class.template-manager.php:280
|
298 |
msgid "All"
|
299 |
msgstr ""
|
306 |
msgid "All Builders"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: includes/addons/wl_category_grid.php:75
|
310 |
msgid "All Categories"
|
311 |
msgstr ""
|
312 |
|
314 |
msgid "All Data Saved"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: classes/class.assest_management.php:336
|
318 |
msgid "All Items have been Loaded"
|
319 |
msgstr ""
|
320 |
|
326 |
msgid "Already have an account?"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: includes/addons/wl_testimonial.php:84 includes/addons/wl_testimonial.php:145
|
330 |
msgid "Anna Miller"
|
331 |
msgstr ""
|
332 |
|
343 |
msgid "Archive"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: classes/class.widgets_control.php:404
|
347 |
msgid "Archive Catalog Ordering"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: includes/addons/wl_archive_title.php:226
|
351 |
msgid "Archive Description"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: classes/class.widgets_control.php:396
|
355 |
msgid "Archive Layout Default"
|
356 |
msgstr ""
|
357 |
|
359 |
msgid "Archive Product"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: classes/class.widgets_control.php:400
|
363 |
msgid "Archive Result Count"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: classes/class.widgets_control.php:264
|
367 |
+
#: includes/addons/wl_archive_title.php:43
|
368 |
+
#: includes/addons/wl_archive_title.php:224
|
369 |
msgid "Archive Title"
|
370 |
msgstr ""
|
371 |
|
373 |
msgid "Are you sure?"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: includes/addons/wl_product_horizontal_filter.php:295
|
377 |
+
#: includes/addons/wl_onepage_slider.php:160
|
378 |
+
#: includes/addons/wl_store_features.php:131
|
379 |
+
#: includes/addons/wb_customer_review.php:278
|
380 |
+
#: includes/addons/wl_category_grid.php:441
|
381 |
msgid "Area"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: includes/addons/wl_onepage_slider.php:202
|
385 |
msgid "Area Background Type"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: includes/addons/wl_store_features.php:206
|
389 |
msgid "Area Margin"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: includes/addons/wl_store_features.php:193
|
393 |
msgid "Area Padding"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: includes/addons/wl_product_horizontal_filter.php:955
|
397 |
+
#: includes/addons/wb_product_upsell.php:84
|
398 |
#: includes/addons/wb_archive_product.php:148
|
399 |
+
#: includes/addons/wb_product_related.php:99
|
400 |
+
#: includes/addons/wl_product_filter.php:886
|
401 |
msgid "ASC"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: includes/addons/product_flash_sale.php:154
|
405 |
+
#: includes/addons/product_image_accordion.php:167
|
406 |
+
#: includes/addons/product_accordion.php:188
|
407 |
+
#: includes/addons/wl_category.php:136 includes/addons/product_curvy.php:223
|
408 |
+
#: includes/addons/wl_recently_viewed_products.php:64
|
409 |
#: includes/addons/product_tabs.php:182
|
410 |
+
#: includes/addons/wl_category_grid.php:115
|
411 |
msgid "Ascending"
|
412 |
msgstr ""
|
413 |
|
415 |
msgid "Assigned Template Importing.."
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: includes/addons/wl_testimonial.php:367 includes/addons/product_tabs.php:502
|
419 |
+
#: includes/addons/wl_category_grid.php:333
|
420 |
msgid "Autoplay animation speed"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: includes/addons/wl_testimonial.php:354 includes/addons/product_tabs.php:489
|
424 |
+
#: includes/addons/wl_category_grid.php:321
|
425 |
msgid "Autoplay speed"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: includes/addons/product_flash_sale.php:363
|
429 |
msgid "Available Custom Text"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: includes/addons/product_flash_sale.php:931
|
433 |
msgid "Available Number Color"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: includes/addons/product_flash_sale.php:365
|
437 |
+
#: includes/addons/product_flash_sale.php:1038
|
438 |
msgid "Available:"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: includes/addons/wl_category_grid.php:1017
|
442 |
msgid "Awaiting category image"
|
443 |
msgstr ""
|
444 |
|
450 |
msgid "Back to Library"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: includes/addons/wl_faq.php:308 includes/addons/wl_faq.php:386
|
454 |
+
#: includes/addons/wl_faq.php:471 includes/addons/wl_faq.php:649
|
455 |
+
#: includes/addons/wl_faq.php:784 includes/addons/product_flash_sale.php:911
|
456 |
+
#: includes/addons/wl_product_horizontal_filter.php:349
|
457 |
+
#: includes/addons/wl_product_horizontal_filter.php:536
|
458 |
+
#: includes/addons/wl_product_horizontal_filter.php:723
|
459 |
+
#: includes/addons/wl_product_horizontal_filter.php:810
|
460 |
+
#: includes/addons/wl_product_horizontal_filter.php:841
|
461 |
+
#: includes/addons/wl_onepage_slider.php:196
|
462 |
+
#: includes/addons/wl_onepage_slider.php:347
|
463 |
+
#: includes/addons/wl_onepage_slider.php:553
|
464 |
+
#: includes/addons/wl_onepage_slider.php:569
|
465 |
#: includes/addons/special_day_offer.php:681
|
466 |
#: includes/addons/special_day_offer.php:760
|
467 |
+
#: includes/addons/wl_testimonial.php:989
|
468 |
+
#: includes/addons/wl_store_features.php:219
|
469 |
+
#: includes/addons/wl_store_features.php:321
|
470 |
+
#: includes/addons/wl_store_features.php:385
|
471 |
+
#: includes/addons/product_image_accordion.php:293
|
472 |
+
#: includes/addons/product_image_accordion.php:564
|
473 |
+
#: includes/addons/product_image_accordion.php:623
|
474 |
+
#: includes/addons/product_accordion.php:358
|
475 |
+
#: includes/addons/product_accordion.php:371
|
476 |
+
#: includes/addons/product_accordion.php:635
|
477 |
+
#: includes/addons/product_accordion.php:682
|
478 |
+
#: includes/addons/product_curvy.php:384 includes/addons/product_curvy.php:397
|
479 |
+
#: includes/addons/product_curvy.php:735 includes/addons/product_curvy.php:767
|
480 |
+
#: includes/addons/product_curvy.php:811 includes/addons/wb_just_table.php:123
|
481 |
#: includes/addons/wb_product_suggest_price.php:236
|
482 |
#: includes/addons/wb_product_suggest_price.php:335
|
483 |
#: includes/addons/wb_product_suggest_price.php:433
|
484 |
#: includes/addons/wb_product_suggest_price.php:510
|
485 |
+
#: includes/addons/wl_product_filter.php:242
|
486 |
+
#: includes/addons/wl_product_filter.php:312
|
487 |
+
#: includes/addons/wl_product_filter.php:362
|
488 |
+
#: includes/addons/wl_product_filter.php:503
|
489 |
+
#: includes/addons/wl_product_filter.php:514
|
490 |
+
#: includes/addons/wl_product_filter.php:563
|
491 |
+
#: includes/addons/wl_product_filter.php:656
|
492 |
+
#: includes/addons/wl_product_filter.php:720
|
493 |
+
#: includes/addons/wb_image_marker.php:51
|
494 |
+
#: includes/addons/wb_image_marker.php:207
|
495 |
+
#: includes/addons/wb_image_marker.php:260
|
496 |
+
#: includes/addons/wb_customer_review.php:327
|
497 |
#: includes/addons/product_tabs.php:772
|
498 |
+
#: includes/addons/wl_category_grid.php:471
|
499 |
+
#: includes/addons/wl_category_grid.php:853
|
500 |
msgid "Background"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: includes/addons/wl_testimonial.php:855
|
504 |
+
#: includes/addons/wl_testimonial.php:929
|
505 |
+
#: includes/addons/wl_testimonial.php:1029
|
506 |
+
#: includes/addons/wb_product_data_tab.php:70
|
507 |
+
#: includes/addons/wb_product_data_tab.php:162
|
508 |
#: includes/addons/wb_archive_product.php:571
|
509 |
#: includes/addons/wb_archive_product.php:660
|
510 |
#: includes/addons/wb_archive_product.php:744
|
511 |
#: includes/addons/wb_archive_product.php:777
|
512 |
#: includes/addons/wb_archive_product.php:837
|
513 |
+
#: includes/addons/wb_archive_catalog_ordering.php:72
|
514 |
+
#: includes/addons/wb_product_call_for_price.php:156
|
515 |
+
#: includes/addons/wb_product_call_for_price.php:188
|
516 |
+
#: includes/addons/product_accordion.php:65
|
517 |
#: includes/addons/wb_product_suggest_price.php:629
|
518 |
#: includes/addons/wb_product_suggest_price.php:661
|
519 |
#: includes/addons/wb_product_suggest_price.php:772
|
520 |
#: includes/addons/wb_product_suggest_price.php:804
|
521 |
+
#: includes/addons/wl_recently_viewed_products.php:446
|
522 |
+
#: includes/addons/wl_recently_viewed_products.php:498
|
523 |
+
#: includes/addons/wl_recently_viewed_products.php:602
|
524 |
+
#: includes/addons/wl_recently_viewed_products.php:677
|
525 |
#: includes/addons/product_tabs.php:657 includes/addons/product_tabs.php:709
|
526 |
#: includes/addons/product_tabs.php:813 includes/addons/product_tabs.php:1142
|
527 |
#: includes/addons/product_tabs.php:1202
|
528 |
+
#: includes/addons/wb_product_add_to_cart.php:125
|
529 |
+
#: includes/addons/wb_product_add_to_cart.php:157
|
530 |
+
#: includes/addons/wl_category_grid.php:719
|
531 |
+
#: includes/addons/wl_category_grid.php:793
|
532 |
+
#: includes/addons/wl_category_grid.php:893
|
533 |
msgid "Background Color"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: includes/addons/wl_onepage_slider.php:353
|
537 |
+
#: includes/addons/wl_onepage_slider.php:559
|
538 |
+
#: includes/addons/product_accordion.php:61
|
539 |
msgid "Background Type"
|
540 |
msgstr ""
|
541 |
|
558 |
msgid "Backordered"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: includes/addons/wl_recently_viewed_products.php:535
|
562 |
+
msgid "Badge"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
#: includes/addons/special_day_offer.php:165
|
566 |
msgid "Badge Image"
|
567 |
msgstr ""
|
594 |
msgid "Banner Title"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: includes/addons/wl_category_grid.php:633
|
598 |
msgid "Before Border Color"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: includes/addons/wl_faq.php:245
|
602 |
msgid "Before Title"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: includes/addons/product_image_accordion.php:68
|
606 |
+
#: includes/addons/product_accordion.php:89
|
607 |
+
#: includes/addons/product_curvy.php:124 includes/addons/product_tabs.php:81
|
608 |
msgid "Best Selling Products"
|
609 |
msgstr ""
|
610 |
|
616 |
msgid "Billing address"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: includes/addons/wl_onepage_slider.php:473
|
620 |
msgid "Boho Dreams"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: includes/addons/wl_faq.php:288 includes/addons/wl_faq.php:409
|
624 |
+
#: includes/addons/wl_faq.php:493 includes/addons/wl_faq.php:678
|
625 |
+
#: includes/addons/wl_faq.php:813
|
626 |
+
#: includes/addons/wl_product_horizontal_filter.php:304
|
627 |
+
#: includes/addons/wl_product_horizontal_filter.php:402
|
628 |
+
#: includes/addons/wl_product_horizontal_filter.php:469
|
629 |
+
#: includes/addons/wl_product_horizontal_filter.php:555
|
630 |
+
#: includes/addons/wl_product_horizontal_filter.php:678
|
631 |
+
#: includes/addons/wl_onepage_slider.php:532
|
632 |
#: includes/addons/special_day_offer.php:661
|
633 |
#: includes/addons/special_day_offer.php:740
|
634 |
+
#: includes/addons/wl_testimonial.php:484
|
635 |
+
#: includes/addons/wl_testimonial.php:540
|
636 |
+
#: includes/addons/wl_testimonial.php:867
|
637 |
+
#: includes/addons/wl_testimonial.php:941
|
638 |
+
#: includes/addons/wl_testimonial.php:1001
|
639 |
+
#: includes/addons/wl_testimonial.php:1042
|
640 |
+
#: includes/addons/wl_store_features.php:171
|
641 |
+
#: includes/addons/wl_store_features.php:331
|
642 |
+
#: includes/addons/wl_store_features.php:395
|
643 |
+
#: includes/addons/wl_store_features.php:419
|
644 |
#: includes/addons/wb_archive_product.php:180
|
645 |
#: includes/addons/wb_archive_product.php:275
|
646 |
#: includes/addons/wb_archive_product.php:584
|
647 |
#: includes/addons/wb_archive_product.php:673
|
648 |
+
#: includes/addons/wb_archive_catalog_ordering.php:99
|
649 |
+
#: includes/addons/wb_product_call_for_price.php:137
|
650 |
+
#: includes/addons/wl_category.php:268 includes/addons/wl_brand.php:250
|
651 |
+
#: includes/addons/wl_brand.php:331
|
652 |
#: includes/addons/wb_product_suggest_price.php:271
|
653 |
#: includes/addons/wb_product_suggest_price.php:370
|
654 |
#: includes/addons/wb_product_suggest_price.php:468
|
655 |
#: includes/addons/wb_product_suggest_price.php:520
|
656 |
#: includes/addons/wb_product_suggest_price.php:610
|
657 |
#: includes/addons/wb_product_suggest_price.php:753
|
658 |
+
#: includes/addons/wl_product_filter.php:175
|
659 |
+
#: includes/addons/wl_product_filter.php:261
|
660 |
+
#: includes/addons/wl_product_filter.php:333
|
661 |
+
#: includes/addons/wl_product_filter.php:372
|
662 |
+
#: includes/addons/wl_product_filter.php:455
|
663 |
+
#: includes/addons/wl_product_filter.php:574
|
664 |
+
#: includes/addons/wl_product_filter.php:667
|
665 |
+
#: includes/addons/wl_product_filter.php:731
|
666 |
+
#: includes/addons/wb_image_marker.php:217
|
667 |
+
#: includes/addons/wb_image_marker.php:270
|
668 |
+
#: includes/addons/wb_image_marker.php:331
|
669 |
+
#: includes/addons/wb_customer_review.php:337
|
670 |
+
#: includes/addons/wb_customer_review.php:370
|
671 |
+
#: includes/addons/wl_recently_viewed_products.php:204
|
672 |
+
#: includes/addons/wl_recently_viewed_products.php:274
|
673 |
+
#: includes/addons/wl_recently_viewed_products.php:458
|
674 |
+
#: includes/addons/wl_recently_viewed_products.php:510
|
675 |
+
#: includes/addons/wl_recently_viewed_products.php:614
|
676 |
+
#: includes/addons/wb_wishsuite_table.php:99
|
677 |
+
#: includes/addons/wb_wishsuite_table.php:127
|
678 |
#: includes/addons/product_tabs.php:303 includes/addons/product_tabs.php:384
|
679 |
#: includes/addons/product_tabs.php:670 includes/addons/product_tabs.php:722
|
680 |
#: includes/addons/product_tabs.php:785 includes/addons/product_tabs.php:827
|
681 |
#: includes/addons/product_tabs.php:874
|
682 |
+
#: includes/addons/wb_product_add_to_cart.php:106
|
683 |
+
#: includes/addons/wl_category_grid.php:518
|
684 |
+
#: includes/addons/wl_category_grid.php:731
|
685 |
+
#: includes/addons/wl_category_grid.php:805
|
686 |
+
#: includes/addons/wl_category_grid.php:865
|
687 |
+
#: includes/addons/wl_category_grid.php:906
|
688 |
msgid "Border"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: includes/addons/wb_product_data_tab.php:81
|
692 |
+
#: includes/addons/wb_product_data_tab.php:173
|
693 |
#: includes/addons/wb_archive_product.php:709
|
694 |
+
#: includes/addons/product_image_accordion.php:551
|
695 |
+
#: includes/addons/product_image_accordion.php:608
|
696 |
+
#: includes/addons/wb_product_call_for_price.php:199
|
697 |
+
#: includes/addons/product_accordion.php:395
|
698 |
+
#: includes/addons/product_curvy.php:352 includes/addons/product_curvy.php:368
|
699 |
#: includes/addons/wb_product_suggest_price.php:672
|
700 |
#: includes/addons/wb_product_suggest_price.php:815
|
701 |
+
#: includes/addons/wb_product_add_to_cart.php:168
|
702 |
+
#: includes/addons/wb_ever_compare_table.php:187
|
703 |
msgid "Border Color"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: includes/addons/wl_faq.php:296 includes/addons/wl_faq.php:417
|
707 |
+
#: includes/addons/wl_faq.php:501 includes/addons/wl_faq.php:689
|
708 |
+
#: includes/addons/wl_faq.php:824 includes/addons/product_flash_sale.php:707
|
709 |
+
#: includes/addons/product_flash_sale.php:970
|
710 |
+
#: includes/addons/wl_product_horizontal_filter.php:312
|
711 |
+
#: includes/addons/wl_product_horizontal_filter.php:563
|
712 |
+
#: includes/addons/wl_product_horizontal_filter.php:686
|
713 |
+
#: includes/addons/wl_onepage_slider.php:540
|
714 |
#: includes/addons/special_day_offer.php:669
|
715 |
#: includes/addons/special_day_offer.php:748
|
716 |
+
#: includes/addons/wl_testimonial.php:492
|
717 |
+
#: includes/addons/wl_testimonial.php:548
|
718 |
+
#: includes/addons/wl_testimonial.php:875
|
719 |
+
#: includes/addons/wl_testimonial.php:949
|
720 |
+
#: includes/addons/wl_testimonial.php:1009
|
721 |
+
#: includes/addons/wl_testimonial.php:1050
|
722 |
+
#: includes/addons/wl_store_features.php:339
|
723 |
+
#: includes/addons/wb_product_data_tab.php:102
|
724 |
+
#: includes/addons/wb_product_data_tab.php:194
|
725 |
#: includes/addons/wb_archive_product.php:188
|
726 |
#: includes/addons/wb_archive_product.php:283
|
727 |
#: includes/addons/wb_archive_product.php:592
|
728 |
#: includes/addons/wb_archive_product.php:879
|
729 |
+
#: includes/addons/product_image_accordion.php:573
|
730 |
+
#: includes/addons/wb_product_image.php:61
|
731 |
+
#: includes/addons/wb_product_image.php:106
|
732 |
+
#: includes/addons/wb_product_call_for_price.php:145
|
733 |
+
#: includes/addons/product_accordion.php:644
|
734 |
+
#: includes/addons/product_curvy.php:776
|
735 |
+
#: includes/addons/wl_product_video_gallery.php:133
|
736 |
+
#: includes/addons/wl_product_video_gallery.php:179
|
737 |
+
#: includes/addons/wl_brand.php:258 includes/addons/wl_brand.php:339
|
738 |
#: includes/addons/wb_product_suggest_price.php:280
|
739 |
#: includes/addons/wb_product_suggest_price.php:379
|
740 |
#: includes/addons/wb_product_suggest_price.php:477
|
741 |
#: includes/addons/wb_product_suggest_price.php:529
|
742 |
#: includes/addons/wb_product_suggest_price.php:618
|
743 |
#: includes/addons/wb_product_suggest_price.php:761
|
744 |
+
#: includes/addons/wl_product_filter.php:582
|
745 |
+
#: includes/addons/wl_product_filter.php:675
|
746 |
+
#: includes/addons/wb_image_marker.php:225
|
747 |
+
#: includes/addons/wb_image_marker.php:278
|
748 |
+
#: includes/addons/wb_image_marker.php:339
|
749 |
+
#: includes/addons/wb_customer_review.php:345
|
750 |
+
#: includes/addons/wb_customer_review.php:378
|
751 |
+
#: includes/addons/wl_recently_viewed_products.php:212
|
752 |
+
#: includes/addons/wl_recently_viewed_products.php:282
|
753 |
+
#: includes/addons/wl_recently_viewed_products.php:466
|
754 |
+
#: includes/addons/wl_recently_viewed_products.php:518
|
755 |
+
#: includes/addons/wl_recently_viewed_products.php:622
|
756 |
#: includes/addons/product_tabs.php:311 includes/addons/product_tabs.php:393
|
757 |
#: includes/addons/product_tabs.php:678 includes/addons/product_tabs.php:730
|
758 |
#: includes/addons/product_tabs.php:793 includes/addons/product_tabs.php:835
|
759 |
#: includes/addons/product_tabs.php:882
|
760 |
+
#: includes/addons/wb_product_add_to_cart.php:114
|
761 |
+
#: includes/addons/wl_category_grid.php:526
|
762 |
+
#: includes/addons/wl_category_grid.php:739
|
763 |
+
#: includes/addons/wl_category_grid.php:813
|
764 |
+
#: includes/addons/wl_category_grid.php:873
|
765 |
+
#: includes/addons/wl_category_grid.php:914
|
766 |
msgid "Border Radius"
|
767 |
msgstr ""
|
768 |
|
769 |
#: includes/addons/special_day_offer.php:56
|
770 |
+
#: includes/addons/wl_product_video_gallery.php:73
|
771 |
#: includes/addons/add_banner.php:69
|
772 |
msgid "Bottom"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: includes/addons/wl_testimonial.php:257
|
776 |
+
#: includes/addons/wb_customer_review.php:245
|
777 |
msgid "Bottom Space"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: includes/addons/wl_category_grid.php:491
|
781 |
msgid "Box Color"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: includes/addons/wl_faq.php:318 includes/addons/wl_faq.php:430
|
785 |
+
#: includes/addons/wl_faq.php:527 includes/addons/wl_faq.php:705
|
786 |
+
#: includes/addons/wl_faq.php:840
|
787 |
+
#: includes/addons/wl_product_horizontal_filter.php:359
|
788 |
+
#: includes/addons/wl_store_features.php:229
|
789 |
#: includes/addons/wb_archive_product.php:225
|
790 |
+
#: includes/addons/wl_recently_viewed_products.php:689
|
791 |
+
#: includes/addons/wl_category_grid.php:462
|
792 |
msgid "Box Shadow"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: classes/class.widgets_control.php:280 includes/addons/wl_brand.php:241
|
796 |
msgid "Brand"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: includes/addons/wl_brand.php:322
|
800 |
msgid "Brand Image"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: includes/addons/wl_brand.php:95
|
804 |
msgid "Brand Link"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: includes/addons/wl_brand.php:51
|
808 |
#: woolentor-blocks/src/blocks/brand-logo/index.php:68
|
809 |
msgid "Brand Logo"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: includes/addons/wl_brand.php:138
|
813 |
msgid "Brand Option"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: includes/addons/wl_brand.php:74 includes/addons/wl_brand.php:114
|
817 |
msgid "Brand Title"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: classes/class.widgets_control.php:268 includes/addons/wl_breadcrumbs.php:43
|
821 |
msgid "Breadcrumbs"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: includes/addons/wl_onepage_slider.php:294
|
825 |
+
#: includes/addons/special_day_offer.php:620 includes/addons/wb_whols.php:48
|
826 |
+
#: includes/addons/wb_product_call_for_price.php:74
|
827 |
+
#: includes/addons/wl_product_filter.php:625
|
828 |
+
#: includes/addons/wb_product_add_to_cart.php:43
|
829 |
#: includes/addons/add_banner.php:230
|
830 |
msgid "Button"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: includes/addons/product_flash_sale.php:660
|
834 |
+
#: includes/addons/product_flash_sale.php:669
|
835 |
msgid "Button Background"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: includes/addons/product_flash_sale.php:699
|
839 |
msgid "Button Border"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: includes/addons/product_flash_sale.php:744
|
843 |
msgid "Button Hover Background Color"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/addons/product_flash_sale.php:730
|
847 |
msgid "Button Hover Icon Color"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: includes/addons/product_flash_sale.php:678
|
851 |
+
#: includes/addons/product_flash_sale.php:686
|
852 |
msgid "Button Icon Color"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: includes/addons/wl_onepage_slider.php:103 includes/addons/add_banner.php:121
|
856 |
msgid "Button Link"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: includes/addons/wb_product_call_for_price.php:61
|
860 |
msgid "Button Phone Number"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: includes/addons/wl_onepage_slider.php:93
|
864 |
#: includes/addons/special_day_offer.php:146
|
865 |
#: includes/addons/special_day_offer.php:148
|
866 |
+
#: includes/addons/wb_product_call_for_price.php:50
|
867 |
#: includes/addons/wb_product_suggest_price.php:51
|
868 |
#: includes/addons/add_banner.php:113
|
869 |
msgid "Button Text"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: includes/addons/product_image_accordion.php:191
|
873 |
+
#: includes/addons/product_accordion.php:212
|
874 |
msgid "Buy"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: classes/class.assest_management.php:343
|
878 |
#: includes/admin/include/template-library.php:189
|
879 |
#: includes/admin/include/template-library.php:241
|
880 |
#: includes/admin/include/class.extension-manager.php:203
|
890 |
msgid "By"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: includes/addons/wb_product_call_for_price.php:43
|
894 |
+
#: includes/addons/wb_product_call_for_price.php:52
|
895 |
+
#: includes/addons/wb_product_call_for_price.php:53
|
896 |
msgid "Call For Price"
|
897 |
msgstr ""
|
898 |
|
900 |
msgid "Cancel"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: includes/addons/wb_customer_review.php:82
|
904 |
+
#: includes/addons/wb_customer_review.php:143
|
905 |
msgid "Carolina Monntoya"
|
906 |
msgstr ""
|
907 |
|
909 |
msgid "Cart"
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: includes/addons/wb_ever_compare_table.php:172
|
913 |
+
#: includes/addons/wb_ever_compare_table.php:178
|
914 |
msgid "Cart Button Background"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: includes/addons/wb_ever_compare_table.php:160
|
918 |
msgid "Cart Button Color"
|
919 |
msgstr ""
|
920 |
|
924 |
"layout template"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: includes/addons/wb_product_categories.php:43
|
928 |
msgid "Categories"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: classes/class.widgets_control.php:276
|
932 |
msgid "Category"
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: includes/addons/product_image_accordion.php:321
|
936 |
msgid "Category Color"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: includes/addons/wl_category_grid.php:69
|
940 |
msgid "Category Display Type"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: classes/class.widgets_control.php:244
|
944 |
+
#: includes/addons/wl_category_grid.php:44
|
945 |
msgid "Category Grid"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: includes/addons/product_image_accordion.php:332
|
949 |
msgid "Category Hover Color"
|
950 |
msgstr ""
|
951 |
|
954 |
msgstr ""
|
955 |
|
956 |
#: classes/class.default_data.php:327 classes/class.default_data.php:375
|
957 |
+
#: includes/addons/wb_product_categories.php:160
|
958 |
msgid "Category:"
|
959 |
msgid_plural "Categories:"
|
960 |
msgstr[0] ""
|
961 |
msgstr[1] ""
|
962 |
|
963 |
+
#: includes/addons/wl_faq.php:358 includes/addons/wl_faq.php:581
|
964 |
+
#: includes/addons/wb_product_short_description.php:61
|
965 |
+
#: includes/addons/wl_breadcrumbs.php:82
|
966 |
+
#: includes/addons/wb_wishsuite_counter.php:73
|
967 |
+
#: includes/addons/wl_product_horizontal_filter.php:746
|
968 |
+
#: includes/addons/wl_onepage_slider.php:177
|
969 |
#: includes/addons/special_day_offer.php:55
|
970 |
#: includes/addons/special_day_offer.php:277
|
971 |
+
#: includes/addons/wl_store_features.php:147
|
972 |
+
#: includes/addons/wb_product_data_tab.php:121
|
973 |
#: includes/addons/wb_archive_product.php:241
|
974 |
+
#: includes/addons/wl_archive_title.php:116
|
975 |
+
#: includes/addons/wb_product_related.php:173
|
976 |
+
#: includes/addons/wb_archive_result_count.php:87
|
977 |
+
#: includes/addons/wb_product_description.php:59
|
978 |
+
#: includes/addons/wl_category.php:284 includes/addons/wl_brand.php:302
|
979 |
+
#: includes/addons/wb_product_categories.php:68
|
980 |
+
#: includes/addons/wb_product_title.php:111
|
981 |
+
#: includes/addons/wb_product_sku.php:68
|
982 |
+
#: includes/addons/wb_customer_review.php:294
|
983 |
+
#: includes/addons/wl_recently_viewed_products.php:242
|
984 |
#: includes/addons/product_tabs.php:235 includes/addons/product_tabs.php:957
|
985 |
+
#: includes/addons/product_tabs.php:1036 includes/addons/wb_product_tags.php:68
|
986 |
msgid "Center"
|
987 |
msgstr ""
|
988 |
|
994 |
msgid "Choose a Payment Gateway"
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: includes/addons/wl_brand.php:84
|
998 |
#: includes/admin/include/admin_field-manager.php:243
|
999 |
msgid "Choose Image"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: includes/addons/wl_testimonial.php:100
|
1003 |
+
#: includes/addons/wb_customer_review.php:98
|
1004 |
msgid "Client Rating"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: includes/addons/wl_testimonial.php:128
|
1008 |
+
#: includes/addons/wb_customer_review.php:126
|
1009 |
msgid "Client Say"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: includes/addons/wl_testimonial.php:689
|
1013 |
+
#: includes/addons/wb_customer_review.php:505
|
1014 |
msgid "Client say"
|
1015 |
msgstr ""
|
1016 |
|
1027 |
msgid "Close Button Text"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
+
#: includes/addons/wl_faq.php:136 includes/addons/wl_faq.php:228
|
1031 |
msgid "Close Icon"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: includes/addons/product_accordion.php:437
|
1035 |
msgid "Collapse Background"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: includes/addons/product_accordion.php:426
|
1039 |
msgid "Collapse Icon Color"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: includes/addons/wl_faq.php:439 includes/addons/wl_faq.php:480
|
1043 |
+
#: includes/addons/wl_faq.php:552 includes/addons/wl_faq.php:632
|
1044 |
+
#: includes/addons/wl_faq.php:661 includes/addons/wl_faq.php:767
|
1045 |
+
#: includes/addons/wl_faq.php:796 includes/addons/product_flash_sale.php:789
|
1046 |
+
#: includes/addons/product_flash_sale.php:898
|
1047 |
+
#: includes/addons/wl_product_horizontal_filter.php:381
|
1048 |
+
#: includes/addons/wl_product_horizontal_filter.php:448
|
1049 |
+
#: includes/addons/wl_product_horizontal_filter.php:524
|
1050 |
+
#: includes/addons/wl_product_horizontal_filter.php:606
|
1051 |
+
#: includes/addons/wl_product_horizontal_filter.php:637
|
1052 |
+
#: includes/addons/wl_product_horizontal_filter.php:699
|
1053 |
+
#: includes/addons/wl_product_horizontal_filter.php:787
|
1054 |
+
#: includes/addons/wl_product_horizontal_filter.php:829
|
1055 |
+
#: includes/addons/wl_onepage_slider.php:220
|
1056 |
+
#: includes/addons/wl_onepage_slider.php:262
|
1057 |
+
#: includes/addons/wl_onepage_slider.php:315
|
1058 |
+
#: includes/addons/wl_onepage_slider.php:390
|
1059 |
+
#: includes/addons/wb_product_upsell.php:117
|
1060 |
#: includes/addons/special_day_offer.php:336
|
1061 |
#: includes/addons/special_day_offer.php:395
|
1062 |
#: includes/addons/special_day_offer.php:454
|
1064 |
#: includes/addons/special_day_offer.php:572
|
1065 |
#: includes/addons/special_day_offer.php:639
|
1066 |
#: includes/addons/special_day_offer.php:727
|
1067 |
+
#: includes/addons/wl_testimonial.php:584
|
1068 |
+
#: includes/addons/wl_testimonial.php:641
|
1069 |
+
#: includes/addons/wl_testimonial.php:697
|
1070 |
+
#: includes/addons/wl_testimonial.php:753
|
1071 |
+
#: includes/addons/wl_testimonial.php:844
|
1072 |
+
#: includes/addons/wl_testimonial.php:978
|
1073 |
+
#: includes/addons/wl_store_features.php:466
|
1074 |
+
#: includes/addons/wl_store_features.php:512
|
1075 |
#: includes/addons/wb_archive_product.php:326
|
1076 |
#: includes/addons/wb_archive_product.php:385
|
1077 |
#: includes/addons/wb_archive_product.php:421
|
1080 |
#: includes/addons/wb_archive_product.php:648
|
1081 |
#: includes/addons/wb_archive_product.php:733
|
1082 |
#: includes/addons/wb_archive_product.php:765
|
1083 |
+
#: includes/addons/product_image_accordion.php:540
|
1084 |
+
#: includes/addons/product_image_accordion.php:595
|
1085 |
+
#: includes/addons/wb_whols.php:56
|
1086 |
+
#: includes/addons/wb_archive_catalog_ordering.php:61
|
1087 |
+
#: includes/addons/wb_product_related.php:132
|
1088 |
+
#: includes/addons/product_accordion.php:619
|
1089 |
+
#: includes/addons/product_accordion.php:666
|
1090 |
+
#: includes/addons/wl_category.php:315 includes/addons/product_curvy.php:754
|
1091 |
+
#: includes/addons/product_curvy.php:798
|
1092 |
#: includes/addons/wb_product_suggest_price.php:412
|
1093 |
#: includes/addons/wb_product_suggest_price.php:498
|
1094 |
+
#: includes/addons/wl_product_filter.php:154
|
1095 |
+
#: includes/addons/wl_product_filter.php:230
|
1096 |
+
#: includes/addons/wl_product_filter.php:300
|
1097 |
+
#: includes/addons/wl_product_filter.php:350
|
1098 |
+
#: includes/addons/wl_product_filter.php:406
|
1099 |
+
#: includes/addons/wl_product_filter.php:472
|
1100 |
+
#: includes/addons/wl_product_filter.php:644
|
1101 |
+
#: includes/addons/wl_product_filter.php:708
|
1102 |
+
#: includes/addons/wb_image_marker.php:194
|
1103 |
+
#: includes/addons/wb_image_marker.php:311
|
1104 |
+
#: includes/addons/wb_image_marker.php:372
|
1105 |
+
#: includes/addons/wb_customer_review.php:400
|
1106 |
+
#: includes/addons/wb_customer_review.php:457
|
1107 |
+
#: includes/addons/wb_customer_review.php:513
|
1108 |
+
#: includes/addons/wb_customer_review.php:568
|
1109 |
+
#: includes/addons/wl_recently_viewed_products.php:314
|
1110 |
+
#: includes/addons/wl_recently_viewed_products.php:369
|
1111 |
+
#: includes/addons/wl_recently_viewed_products.php:435
|
1112 |
+
#: includes/addons/wl_recently_viewed_products.php:487
|
1113 |
+
#: includes/addons/wl_recently_viewed_products.php:580
|
1114 |
+
#: includes/addons/wl_recently_viewed_products.php:666
|
1115 |
#: includes/addons/product_tabs.php:278 includes/addons/product_tabs.php:357
|
1116 |
#: includes/addons/product_tabs.php:645 includes/addons/product_tabs.php:760
|
1117 |
#: includes/addons/product_tabs.php:1130 includes/addons/product_tabs.php:1190
|
1118 |
+
#: includes/addons/wb_product_additional_information.php:76
|
1119 |
+
#: includes/addons/wb_product_additional_information.php:124
|
1120 |
#: includes/addons/add_banner.php:155 includes/addons/add_banner.php:197
|
1121 |
+
#: includes/addons/add_banner.php:239 includes/addons/wl_category_grid.php:551
|
1122 |
+
#: includes/addons/wl_category_grid.php:622
|
1123 |
+
#: includes/addons/wl_category_grid.php:708
|
1124 |
+
#: includes/addons/wl_category_grid.php:842
|
1125 |
msgid "Color"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
+
#: includes/addons/product_flash_sale.php:101
|
1129 |
+
#: includes/addons/wb_product_upsell.php:50
|
1130 |
+
#: includes/addons/wl_testimonial.php:182
|
1131 |
+
#: includes/addons/wl_testimonial.php:192
|
1132 |
#: includes/addons/wb_archive_product.php:50
|
1133 |
+
#: includes/addons/wb_product_related.php:65
|
1134 |
+
#: includes/addons/product_curvy.php:75 includes/addons/product_curvy.php:93
|
1135 |
+
#: includes/addons/wb_customer_review.php:180
|
1136 |
+
#: includes/addons/wl_recently_viewed_products.php:72
|
1137 |
+
#: includes/addons/product_tabs.php:92 includes/addons/wl_category_grid.php:179
|
1138 |
+
#: includes/addons/wl_category_grid.php:189
|
1139 |
msgid "Columns"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: includes/helper-function.php:1007 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:1062
|
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
|
1157 |
msgid "Contact information"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
+
#: includes/addons/wl_faq.php:45 includes/addons/wl_faq.php:82
|
1161 |
+
#: includes/addons/wl_faq.php:544 includes/addons/wl_onepage_slider.php:66
|
1162 |
+
#: includes/addons/wb_product_data_tab.php:212
|
1163 |
+
#: includes/addons/wb_image_marker.php:251
|
1164 |
+
#: includes/addons/wb_ever_compare_table.php:131
|
1165 |
+
#: includes/addons/wb_product_additional_information.php:117
|
1166 |
msgid "Content"
|
1167 |
msgstr ""
|
1168 |
|
1170 |
msgid "Content Alignment"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: includes/addons/wl_store_features.php:410
|
1174 |
+
#: includes/addons/product_accordion.php:450
|
1175 |
+
#: includes/addons/wl_recently_viewed_products.php:226
|
1176 |
msgid "Content Area"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: includes/addons/product_flash_sale.php:210
|
1180 |
msgid "Content Bottom"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: includes/addons/product_accordion.php:466
|
1184 |
+
#: includes/addons/product_curvy.php:600 includes/addons/product_curvy.php:614
|
1185 |
+
#: includes/addons/wb_ever_compare_table.php:138
|
1186 |
msgid "Content Color"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: includes/addons/product_image_accordion.php:213
|
1190 |
+
#: includes/addons/product_accordion.php:267
|
1191 |
+
#: includes/addons/product_curvy.php:258
|
1192 |
msgid "Content Display"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: includes/addons/product_accordion.php:287
|
1196 |
+
#: includes/addons/product_curvy.php:301
|
1197 |
msgid "Content Limit"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: includes/addons/wb_ever_compare_table.php:149
|
1201 |
msgid "Content Link Color"
|
1202 |
msgstr ""
|
1203 |
|
1205 |
msgid "Content Position"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: includes/addons/product_image_accordion.php:181
|
1209 |
+
#: includes/addons/product_accordion.php:202
|
1210 |
+
#: includes/addons/product_curvy.php:237
|
1211 |
+
#: includes/addons/wl_recently_viewed_products.php:120
|
1212 |
msgid "Content Settings"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
+
#: includes/addons/product_flash_sale.php:206
|
1216 |
msgid "Content Top"
|
1217 |
msgstr ""
|
1218 |
|
1224 |
msgid "Continue to shipping"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
+
#: includes/addons/wl_category_grid.php:614
|
1228 |
msgid "Count"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: includes/addons/product_flash_sale.php:168
|
1232 |
msgid "Countdown"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: includes/addons/product_flash_sale.php:186
|
1236 |
msgid "Countdown Style"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
+
#: includes/addons/product_flash_sale.php:238
|
1240 |
msgid "Countdown Title"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: includes/addons/wb_wishsuite_counter.php:92
|
1244 |
msgid "Counter"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: includes/addons/product_flash_sale.php:845
|
1248 |
+
#: includes/addons/wb_wishsuite_counter.php:112
|
1249 |
msgid "Counter Background"
|
1250 |
msgstr ""
|
1251 |
|
1252 |
+
#: includes/addons/wb_wishsuite_counter.php:100
|
1253 |
msgid "Counter Color"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
+
#: includes/addons/wb_wishsuite_counter.php:122
|
1257 |
msgid "Counter Icon"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: includes/addons/wb_wishsuite_counter.php:131
|
1261 |
msgid "Counter Icon Color"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: includes/addons/product_flash_sale.php:814
|
1265 |
msgid "Counter Item"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: includes/addons/product_flash_sale.php:855
|
1269 |
msgid "Counter Label"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
+
#: includes/addons/product_flash_sale.php:761
|
1273 |
msgid "Counter Style"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: includes/addons/wb_wishsuite_counter.php:153
|
1277 |
msgid "Counter Text Color"
|
1278 |
msgstr ""
|
1279 |
|
1290 |
msgid "Create an account?"
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: includes/addons/wl_faq.php:58 includes/addons/wl_testimonial.php:71
|
1294 |
+
#: includes/addons/wb_customer_review.php:69
|
1295 |
msgid "Custom"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: includes/addons/wl_faq.php:203
|
1299 |
msgid "Custom Icon"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: includes/addons/product_flash_sale.php:253
|
1303 |
msgid "Custom Label"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
+
#: includes/addons/product_flash_sale.php:118
|
1307 |
#: includes/addons/product_tabs.php:146
|
1308 |
msgid "Custom Order"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: includes/addons/product_image_accordion.php:131
|
1312 |
+
#: includes/addons/product_accordion.php:152
|
1313 |
+
#: includes/addons/product_curvy.php:187
|
1314 |
msgid "Custom order"
|
1315 |
msgstr ""
|
1316 |
|
1318 |
msgid "Custom Product Badge Text"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: includes/addons/wl_testimonial.php:158
|
1322 |
msgid "Customer"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: classes/class.widgets_control.php:284
|
1326 |
msgid "Customer Review"
|
1327 |
msgstr ""
|
1328 |
|
1334 |
msgid "Data Saved successfully!"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: includes/helper-function.php:1004 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
|
1341 |
+
#: includes/addons/wb_product_related.php:81
|
1342 |
+
#: includes/addons/product_accordion.php:168
|
1343 |
+
#: includes/addons/product_curvy.php:203 includes/addons/product_tabs.php:162
|
1344 |
msgid "Date"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: includes/addons/product_flash_sale.php:265
|
1348 |
+
#: includes/addons/product_flash_sale.php:267
|
1349 |
+
#: includes/addons/product_flash_sale.php:1029
|
1350 |
#: includes/modules/flash-sale/class.flash-sale.php:447
|
1351 |
msgid "Days"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
+
#: includes/addons/wl_brand.php:62
|
1355 |
#: includes/admin/include/class.template-manager.php:87
|
1356 |
msgid "Default"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: includes/helper-function.php:802
|
1360 |
msgid "Default sorting"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
+
#: includes/addons/wl_brand.php:76
|
1364 |
msgid "Default title"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: includes/addons/wl_product_horizontal_filter.php:956
|
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:887
|
1372 |
msgid "DESC"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
+
#: includes/addons/product_flash_sale.php:153
|
1376 |
+
#: includes/addons/product_image_accordion.php:166
|
1377 |
+
#: includes/addons/product_accordion.php:187
|
1378 |
+
#: includes/addons/wl_category.php:137 includes/addons/product_curvy.php:222
|
1379 |
+
#: includes/addons/wl_recently_viewed_products.php:63
|
1380 |
#: includes/addons/product_tabs.php:181
|
1381 |
+
#: includes/addons/wl_category_grid.php:116
|
1382 |
msgid "Descending"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
#: includes/addons/special_day_offer.php:104
|
1386 |
#: includes/addons/special_day_offer.php:443
|
1387 |
+
#: includes/addons/wl_archive_title.php:175
|
1388 |
+
#: includes/addons/wb_image_marker.php:365
|
1389 |
msgid "Description"
|
1390 |
msgstr ""
|
1391 |
|
1392 |
+
#: includes/addons/wl_archive_title.php:184
|
1393 |
msgid "Description Color"
|
1394 |
msgstr ""
|
1395 |
|
1397 |
msgid "Description dose not set this product."
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: includes/addons/wl_testimonial.php:91 includes/addons/wl_testimonial.php:633
|
1401 |
+
#: includes/addons/wb_customer_review.php:89
|
1402 |
+
#: includes/addons/wb_customer_review.php:449
|
1403 |
msgid "Designation"
|
1404 |
msgstr ""
|
1405 |
|
1406 |
+
#: includes/addons/wl_testimonial.php:93 includes/addons/wl_testimonial.php:146
|
1407 |
msgid "Designer"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
+
#: includes/addons/wl_testimonial.php:152
|
1411 |
+
#: includes/addons/wb_customer_review.php:158
|
1412 |
msgid "Developer"
|
1413 |
msgstr ""
|
1414 |
|
1417 |
msgid "Disable all"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
+
#: includes/helper-function.php:585
|
1421 |
msgid "div"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
+
#: includes/addons/wl_faq.php:111
|
1425 |
msgid "Do you want to individual icon ?"
|
1426 |
msgstr ""
|
1427 |
|
1448 |
msgid "Edit With Gutenberg"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: includes/addons/wl_testimonial.php:203
|
1452 |
+
#: includes/addons/wb_customer_review.php:191
|
1453 |
+
#: includes/addons/wl_recently_viewed_products.php:83
|
1454 |
+
#: includes/addons/wl_category_grid.php:200
|
1455 |
msgid "Eight"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
+
#: includes/addons/wb_product_reviews.php:50
|
1459 |
msgid "Element Information"
|
1460 |
msgstr ""
|
1461 |
|
1464 |
msgid "Elementor"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: includes/addons/wl_faq.php:59
|
1468 |
msgid "Elementor Template"
|
1469 |
msgstr ""
|
1470 |
|
1485 |
msgid "Email Field Placeholder"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
+
#: includes/addons/wl_recently_viewed_products.php:105
|
1489 |
+
#: includes/addons/wl_recently_viewed_products.php:647
|
1490 |
+
msgid "Empty Message"
|
1491 |
+
msgstr ""
|
1492 |
+
|
1493 |
+
#: includes/addons/product_image_accordion.php:483
|
1494 |
+
#: includes/addons/product_accordion.php:562
|
1495 |
+
#: includes/addons/product_curvy.php:652 includes/addons/product_curvy.php:666
|
1496 |
msgid "Empty Rating Color"
|
1497 |
msgstr ""
|
1498 |
|
1500 |
msgid "Empty Rating Star Color"
|
1501 |
msgstr ""
|
1502 |
|
1503 |
+
#: includes/addons/wb_wishsuite_table.php:56
|
1504 |
+
#: includes/addons/wb_ever_compare_table.php:56
|
1505 |
msgid "Empty table text"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
+
#: includes/addons/wb_product_qr_code.php:62
|
1509 |
msgid "Enable Add to Cart URL"
|
1510 |
msgstr ""
|
1511 |
|
1536 |
msgid "Error Message"
|
1537 |
msgstr ""
|
1538 |
|
1539 |
+
#: includes/addons/wb_ever_compare_table.php:97
|
1540 |
+
#: includes/addons/wb_ever_compare_table.php:103
|
1541 |
msgid "Even Heading Background"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: classes/class.widgets_control.php:431
|
1545 |
+
#: includes/addons/wb_ever_compare_table.php:49
|
1546 |
msgid "EverCompare"
|
1547 |
msgstr ""
|
1548 |
|
1555 |
msgid "Extra Option"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: classes/class.widgets_control.php:240
|
1559 |
msgid "Faq"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: includes/addons/wl_faq.php:70
|
1563 |
msgid "FAQ Title"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
+
#: includes/helper-function.php:1009
|
1567 |
msgid "Featured"
|
1568 |
msgstr ""
|
1569 |
|
1571 |
msgid "Featured Image"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: includes/addons/product_image_accordion.php:67
|
1575 |
+
#: includes/addons/product_accordion.php:88
|
1576 |
+
#: includes/addons/product_curvy.php:123 includes/addons/product_tabs.php:80
|
1577 |
msgid "Featured Products"
|
1578 |
msgstr ""
|
1579 |
|
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:833
|
1584 |
msgid "Filter"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: includes/addons/wl_product_horizontal_filter.php:767
|
1588 |
msgid "Filter Button"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
+
#: includes/addons/wl_product_horizontal_filter.php:276
|
1592 |
msgid "Filter Button Icon"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: includes/addons/product_image_accordion.php:62
|
1596 |
+
#: includes/addons/product_accordion.php:83
|
1597 |
+
#: includes/addons/product_curvy.php:118 includes/addons/product_tabs.php:75
|
1598 |
msgid "Filter By"
|
1599 |
msgstr ""
|
1600 |
|
1602 |
msgid "Filter from list"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: includes/addons/wl_product_horizontal_filter.php:112
|
1606 |
msgid "Filter List"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
+
#: includes/addons/wl_product_horizontal_filter.php:655
|
1610 |
msgid "Filter Menu"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
+
#: includes/addons/wl_product_horizontal_filter.php:70
|
1614 |
+
#: includes/addons/wl_product_horizontal_filter.php:159
|
1615 |
msgid "Filter Placeholder"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: includes/addons/wl_product_horizontal_filter.php:61
|
1619 |
msgid "Filter Title"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
+
#: includes/addons/wl_product_horizontal_filter.php:79
|
1623 |
+
#: includes/addons/wl_product_filter.php:59
|
1624 |
msgid "Filter Type"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: includes/addons/wl_testimonial.php:200
|
1628 |
+
#: includes/addons/wb_customer_review.php:188
|
1629 |
+
#: includes/addons/wl_recently_viewed_products.php:80
|
1630 |
+
#: includes/addons/wl_category_grid.php:197
|
1631 |
msgid "Five"
|
1632 |
msgstr ""
|
1633 |
|
1634 |
+
#: includes/addons/wb_wc_multicurrency.php:59
|
1635 |
msgid "Flag only"
|
1636 |
msgstr ""
|
1637 |
|
1639 |
msgid "Flash Sale!"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
+
#: includes/addons/wl_product_horizontal_filter.php:617
|
1643 |
+
#: includes/addons/wl_product_horizontal_filter.php:798
|
1644 |
+
#: includes/addons/wl_onepage_slider.php:418
|
1645 |
+
#: includes/addons/wl_testimonial.php:764 includes/addons/product_tabs.php:1154
|
1646 |
msgid "Font Size"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: includes/addons/wl_product_filter.php:210
|
1650 |
msgid "Form Style"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: includes/addons/wl_testimonial.php:199
|
1654 |
+
#: includes/addons/wb_customer_review.php:187
|
1655 |
+
#: includes/addons/wl_recently_viewed_products.php:79
|
1656 |
+
#: includes/addons/wl_category_grid.php:196
|
1657 |
msgid "Four"
|
1658 |
msgstr ""
|
1659 |
|
1665 |
msgid "Free extension"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
+
#: includes/addons/wl_store_features.php:110
|
1669 |
msgid "Free shipping"
|
1670 |
msgstr ""
|
1671 |
|
1673 |
msgid "Free!"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: includes/addons/product_flash_sale.php:63
|
1677 |
msgid "General Settings"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
+
#: includes/addons/product_flash_sale.php:379
|
1681 |
msgid "General Style"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
+
#: includes/addons/wb_customer_review.php:157
|
1685 |
msgid "Gerald Gilbert"
|
1686 |
msgstr ""
|
1687 |
|
1697 |
msgid "Get Support"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: includes/base.php:278 includes/addons/wl_category.php:192
|
1701 |
+
#: includes/addons/wl_brand.php:229 includes/addons/wl_brand.php:372
|
1702 |
msgid "Go Pro"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
+
#: includes/addons/product_accordion.php:66
|
1706 |
msgid "Gradient Color"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
+
#: includes/helper-function.php:578
|
1710 |
msgid "H1"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: includes/helper-function.php:579
|
1714 |
msgid "H2"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: includes/helper-function.php:580
|
1718 |
msgid "H3"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: includes/helper-function.php:581
|
1722 |
msgid "H4"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: includes/helper-function.php:582
|
1726 |
msgid "H5"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: includes/helper-function.php:583
|
1730 |
msgid "H6"
|
1731 |
msgstr ""
|
1732 |
|
1742 |
"to fulfill their demands."
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: includes/addons/wb_wc_multicurrency.php:70
|
1746 |
+
#: includes/addons/wb_product_upsell.php:93
|
1747 |
+
#: includes/addons/wb_product_upsell.php:110
|
1748 |
+
#: includes/addons/wb_product_related.php:108
|
1749 |
+
#: includes/addons/wb_product_related.php:124
|
1750 |
+
#: includes/addons/wb_just_table.php:67
|
1751 |
+
#: includes/addons/wb_ever_compare_table.php:68
|
1752 |
+
#: includes/addons/wb_product_additional_information.php:45
|
1753 |
+
#: includes/addons/wb_product_additional_information.php:52
|
1754 |
+
#: includes/addons/wb_product_additional_information.php:69
|
1755 |
msgid "Heading"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
+
#: includes/addons/wb_just_table.php:96 includes/addons/wb_just_table.php:102
|
1759 |
+
#: includes/addons/wb_wishsuite_table.php:88
|
1760 |
msgid "Heading Background"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
+
#: includes/addons/wb_wc_multicurrency.php:78
|
1764 |
+
#: includes/addons/wb_product_data_tab.php:250
|
1765 |
+
#: includes/addons/wb_just_table.php:75
|
1766 |
+
#: includes/addons/wb_wishsuite_table.php:76
|
1767 |
+
#: includes/addons/wb_ever_compare_table.php:76
|
1768 |
msgid "Heading Color"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: includes/addons/wb_product_data_tab.php:261
|
1772 |
msgid "Heading Margin"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: includes/addons/wb_product_data_tab.php:242
|
1776 |
msgid "Heading Typography"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: includes/addons/product_flash_sale.php:942
|
1780 |
+
#: includes/addons/wl_onepage_slider.php:448
|
1781 |
+
#: includes/addons/wl_onepage_slider.php:519
|
1782 |
+
#: includes/addons/wl_product_filter.php:529
|
1783 |
msgid "Height"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: includes/addons/wb_archive_catalog_ordering.php:83
|
1787 |
msgid "Height (px)"
|
1788 |
msgstr ""
|
1789 |
|
1792 |
msgid "Helping Screenshot"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: includes/addons/product_flash_sale.php:1224
|
1796 |
msgid "Here"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
+
#: includes/helper-function.php:931 includes/helper-function.php:949
|
1800 |
msgid "here"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#: includes/addons/product_flash_sale.php:177
|
1804 |
+
#: includes/addons/product_flash_sale.php:329
|
1805 |
+
#: includes/addons/wb_product_upsell.php:96
|
1806 |
#: includes/addons/wb_archive_product.php:806
|
1807 |
+
#: includes/addons/wl_archive_title.php:63
|
1808 |
+
#: includes/addons/wl_archive_title.php:75
|
1809 |
+
#: includes/addons/wl_archive_title.php:87
|
1810 |
+
#: includes/addons/wb_product_related.php:110
|
1811 |
+
#: includes/addons/wb_product_additional_information.php:55
|
1812 |
msgid "Hide"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
+
#: includes/addons/product_image_accordion.php:222
|
1816 |
msgid "Hide Category"
|
1817 |
msgstr ""
|
1818 |
|
1819 |
+
#: includes/addons/product_accordion.php:276
|
1820 |
+
#: includes/addons/product_curvy.php:289
|
1821 |
msgid "Hide Content"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
+
#: includes/addons/product_image_accordion.php:243
|
1825 |
+
#: includes/addons/product_accordion.php:300
|
1826 |
+
#: includes/addons/product_curvy.php:278
|
1827 |
msgid "Hide Price"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#: includes/addons/product_image_accordion.php:255
|
1831 |
+
#: includes/addons/product_accordion.php:311
|
1832 |
+
#: includes/addons/product_curvy.php:315
|
1833 |
msgid "Hide Rating"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
+
#: includes/addons/product_image_accordion.php:232
|
1837 |
+
#: includes/addons/product_curvy.php:267
|
1838 |
+
#: includes/addons/wb_product_categories.php:84
|
1839 |
+
#: includes/addons/wb_product_sku.php:84 includes/addons/wb_product_tags.php:84
|
1840 |
msgid "Hide Title"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
+
#: includes/addons/wl_product_filter.php:103
|
1844 |
msgid "Hierarchical"
|
1845 |
msgstr ""
|
1846 |
|
1852 |
msgid "Horizontal Position"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
+
#: classes/class.widgets_control.php:301
|
1856 |
msgid "Horizontal Product Filter"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
+
#: includes/addons/product_flash_sale.php:278
|
1860 |
+
#: includes/addons/product_flash_sale.php:280
|
1861 |
+
#: includes/addons/product_flash_sale.php:1030
|
1862 |
#: includes/modules/flash-sale/class.flash-sale.php:448
|
1863 |
msgid "Hours"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: includes/addons/product_flash_sale.php:723
|
1867 |
+
#: includes/addons/wl_product_horizontal_filter.php:631
|
1868 |
+
#: includes/addons/wl_product_horizontal_filter.php:823
|
1869 |
#: includes/addons/special_day_offer.php:720
|
1870 |
+
#: includes/addons/wl_testimonial.php:963
|
1871 |
+
#: includes/addons/wl_store_features.php:378
|
1872 |
#: includes/addons/wb_archive_product.php:642
|
1873 |
+
#: includes/addons/product_image_accordion.php:588
|
1874 |
+
#: includes/addons/wb_product_call_for_price.php:170
|
1875 |
+
#: includes/addons/product_accordion.php:659
|
1876 |
+
#: includes/addons/product_curvy.php:791
|
1877 |
#: includes/addons/wb_product_suggest_price.php:491
|
1878 |
#: includes/addons/wb_product_suggest_price.php:643
|
1879 |
#: includes/addons/wb_product_suggest_price.php:786
|
1880 |
+
#: includes/addons/wl_product_filter.php:344
|
1881 |
+
#: includes/addons/wl_product_filter.php:465
|
1882 |
+
#: includes/addons/wl_product_filter.php:702
|
1883 |
+
#: includes/addons/wl_recently_viewed_products.php:480
|
1884 |
#: includes/addons/product_tabs.php:349 includes/addons/product_tabs.php:744
|
1885 |
#: includes/addons/product_tabs.php:1062 includes/addons/product_tabs.php:1184
|
1886 |
+
#: includes/addons/wb_product_add_to_cart.php:139
|
1887 |
+
#: includes/addons/wl_category_grid.php:827
|
1888 |
msgid "Hover"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
+
#: includes/addons/wl_product_horizontal_filter.php:727
|
1892 |
+
#: includes/addons/wl_onepage_slider.php:363
|
1893 |
msgid "Hover Background"
|
1894 |
msgstr ""
|
1895 |
|
1896 |
+
#: includes/addons/wl_onepage_slider.php:369
|
1897 |
+
#: includes/addons/wl_onepage_slider.php:575
|
1898 |
msgid "Hover Background Type"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
+
#: includes/addons/wl_store_features.php:180
|
1902 |
msgid "Hover Border"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
+
#: includes/addons/wl_store_features.php:184
|
1906 |
msgid "Hover Border Type"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
+
#: includes/addons/wl_product_horizontal_filter.php:711
|
1910 |
+
#: includes/addons/wl_onepage_slider.php:326
|
1911 |
+
#: includes/addons/wl_onepage_slider.php:404
|
1912 |
+
#: includes/addons/wl_category.php:327
|
1913 |
+
#: includes/addons/wl_recently_viewed_products.php:325
|
1914 |
+
#: includes/addons/add_banner.php:251 includes/addons/wl_category_grid.php:563
|
1915 |
msgid "Hover Color"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
+
#: includes/addons/product_flash_sale.php:241
|
1919 |
msgid "HTML tags are allowed."
|
1920 |
msgstr ""
|
1921 |
|
1927 |
msgid "https://woolentor.com/"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
+
#: includes/addons/special_day_offer.php:133 includes/addons/wl_brand.php:97
|
1931 |
#: includes/addons/add_banner.php:123
|
1932 |
msgid "https://your-link.com"
|
1933 |
msgstr ""
|
1936 |
msgid "Hurry Up! Offer ends in"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
+
#: includes/addons/wl_faq.php:613 includes/addons/wl_store_features.php:68
|
1940 |
+
#: includes/addons/wl_store_features.php:84
|
1941 |
+
#: includes/addons/wl_product_filter.php:114
|
1942 |
msgid "Icon"
|
1943 |
msgstr ""
|
1944 |
|
1945 |
+
#: includes/addons/product_flash_sale.php:538
|
1946 |
+
#: includes/addons/wl_breadcrumbs.php:154
|
1947 |
+
#: includes/addons/wl_store_features.php:264
|
1948 |
msgid "Icon Color"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: includes/addons/wl_store_features.php:279
|
1952 |
msgid "Icon Hover Color"
|
1953 |
msgstr ""
|
1954 |
|
1955 |
+
#: includes/addons/wl_faq.php:717 includes/addons/wl_faq.php:852
|
1956 |
msgid "Icon Line Height"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
+
#: includes/addons/wl_faq.php:241
|
1960 |
msgid "Icon Position"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
+
#: includes/addons/product_flash_sale.php:551
|
1964 |
+
#: includes/addons/wl_breadcrumbs.php:166
|
1965 |
+
#: includes/addons/wl_store_features.php:294
|
1966 |
+
#: includes/addons/wl_product_filter.php:321
|
1967 |
+
#: includes/addons/wl_product_filter.php:427
|
1968 |
msgid "Icon Size"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
+
#: includes/addons/product_accordion.php:235
|
1972 |
+
#: includes/addons/wl_product_filter.php:125
|
1973 |
msgid "Icon Spacing"
|
1974 |
msgstr ""
|
1975 |
|
1976 |
+
#: includes/addons/wl_store_features.php:64
|
1977 |
msgid "Icon Type"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
+
#: includes/addons/wl_faq.php:737
|
1981 |
msgid "Icon Width"
|
1982 |
msgstr ""
|
1983 |
|
1984 |
+
#: includes/helper-function.php:1003 includes/addons/product_flash_sale.php:133
|
1985 |
+
#: includes/addons/product_image_accordion.php:146
|
1986 |
+
#: includes/addons/product_accordion.php:167
|
1987 |
+
#: includes/addons/product_curvy.php:202 includes/addons/product_tabs.php:161
|
1988 |
msgid "ID"
|
1989 |
msgstr ""
|
1990 |
|
2000 |
"WordPress community know by "
|
2001 |
msgstr ""
|
2002 |
|
2003 |
+
#: includes/addons/wl_onepage_slider.php:53
|
2004 |
#: includes/addons/special_day_offer.php:66
|
2005 |
+
#: includes/addons/wl_testimonial.php:111
|
2006 |
+
#: includes/addons/wl_testimonial.php:531
|
2007 |
+
#: includes/addons/wl_store_features.php:72
|
2008 |
+
#: includes/addons/wl_store_features.php:97
|
2009 |
#: includes/addons/wb_archive_product.php:266
|
2010 |
+
#: includes/addons/wb_product_image.php:44
|
2011 |
+
#: includes/addons/wb_image_marker.php:43
|
2012 |
+
#: includes/addons/wb_customer_review.php:109
|
2013 |
+
#: includes/addons/wb_customer_review.php:361
|
2014 |
+
#: includes/addons/wl_category_grid.php:483
|
2015 |
msgid "Image"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
+
#: includes/addons/wl_testimonial.php:559
|
2019 |
msgid "Image Area Border Color"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
+
#: classes/class.widgets_control.php:232
|
2023 |
msgid "Image Marker"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: includes/addons/wl_store_features.php:240
|
2027 |
msgid "Image/Icon"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
+
#: classes/class.assest_management.php:342
|
2031 |
msgid "Import"
|
2032 |
msgstr ""
|
2033 |
|
2039 |
msgid "Import template to your Library"
|
2040 |
msgstr ""
|
2041 |
|
2042 |
+
#: classes/class.assest_management.php:340
|
2043 |
msgid "Import to Library"
|
2044 |
msgstr ""
|
2045 |
|
2046 |
+
#: classes/class.assest_management.php:341
|
2047 |
msgid "Import to Page"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
+
#: classes/class.assest_management.php:335
|
2051 |
msgid "in this package"
|
2052 |
msgstr ""
|
2053 |
|
2063 |
msgid "Input"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
+
#: includes/addons/wl_product_horizontal_filter.php:515
|
2067 |
+
#: includes/addons/wl_product_filter.php:221
|
2068 |
msgid "Input Box"
|
2069 |
msgstr ""
|
2070 |
|
2076 |
msgid "Insert into Template"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: includes/base.php:154
|
2080 |
msgid "Install Elementor"
|
2081 |
msgstr ""
|
2082 |
|
2087 |
msgid "Install Now"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
+
#: includes/base.php:179
|
2091 |
msgid "Install WooCommerce"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
+
#: classes/class.assest_management.php:345
|
2095 |
msgid "Installing.."
|
2096 |
msgstr ""
|
2097 |
|
2101 |
"of Elementor and assigned to corresponding WooCommerce pages."
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: includes/addons/wl_faq.php:259 includes/addons/wl_testimonial.php:475
|
2105 |
#: includes/addons/wb_archive_product.php:171
|
2106 |
msgid "Item"
|
2107 |
msgstr ""
|
2108 |
|
2109 |
+
#: includes/addons/wl_recently_viewed_products.php:183
|
2110 |
+
msgid "Item Area"
|
2111 |
+
msgstr ""
|
2112 |
+
|
2113 |
+
#: includes/addons/wb_just_table.php:138
|
2114 |
msgid "Item Gap Color"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
+
#: includes/addons/wl_faq.php:267
|
2118 |
msgid "Item Spacing"
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: includes/addons/wb_product_short_description.php:69
|
2122 |
#: includes/addons/special_day_offer.php:285
|
2123 |
+
#: includes/addons/wl_store_features.php:155
|
2124 |
+
#: includes/addons/wb_product_data_tab.php:129
|
2125 |
#: includes/addons/wb_archive_product.php:249
|
2126 |
+
#: includes/addons/wb_product_description.php:67
|
2127 |
#: includes/addons/product_tabs.php:243 includes/addons/product_tabs.php:965
|
2128 |
#: includes/addons/product_tabs.php:1044
|
2129 |
msgid "Justified"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
+
#: classes/class.widgets_control.php:438 includes/addons/wb_just_table.php:48
|
2133 |
msgid "JustTable"
|
2134 |
msgstr ""
|
2135 |
|
2151 |
msgid "JustTables Pro"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
+
#: includes/addons/wl_testimonial.php:151
|
2155 |
msgid "Kevin Walker"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
+
#: includes/addons/wl_product_horizontal_filter.php:437
|
2159 |
msgid "Label"
|
2160 |
msgstr ""
|
2161 |
|
2162 |
+
#: includes/addons/wl_product_horizontal_filter.php:920
|
2163 |
+
#: includes/addons/wl_product_filter.php:789
|
2164 |
msgctxt "label"
|
2165 |
msgid "Search for:"
|
2166 |
msgstr ""
|
2167 |
|
2168 |
+
#: includes/addons/product_flash_sale.php:864
|
2169 |
+
#: includes/addons/wl_product_filter.php:603
|
2170 |
msgid "Label Color"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: includes/addons/wl_store_features.php:48
|
2174 |
msgid "Layout"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: includes/addons/wl_store_features.php:56
|
2178 |
msgid "Layout Five"
|
2179 |
msgstr ""
|
2180 |
|
2181 |
+
#: includes/addons/wl_store_features.php:55
|
2182 |
msgid "Layout Four"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
+
#: includes/addons/wl_store_features.php:52
|
2186 |
msgid "Layout One"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
+
#: includes/addons/product_accordion.php:54
|
2190 |
+
#: includes/addons/product_curvy.php:54
|
2191 |
msgid "Layout Settings"
|
2192 |
msgstr ""
|
2193 |
|
2194 |
+
#: includes/addons/wl_store_features.php:54
|
2195 |
msgid "Layout Three"
|
2196 |
msgstr ""
|
2197 |
|
2198 |
+
#: includes/addons/wl_store_features.php:53
|
2199 |
msgid "Layout Two"
|
2200 |
msgstr ""
|
2201 |
|
2203 |
msgid "leaving us a review on our WP repository"
|
2204 |
msgstr ""
|
2205 |
|
2206 |
+
#: includes/addons/wl_faq.php:354 includes/addons/wl_faq.php:577
|
2207 |
+
#: includes/addons/wb_product_short_description.php:57
|
2208 |
+
#: includes/addons/wl_breadcrumbs.php:78
|
2209 |
+
#: includes/addons/wb_wishsuite_counter.php:69
|
2210 |
+
#: includes/addons/wl_product_horizontal_filter.php:742
|
2211 |
+
#: includes/addons/wl_onepage_slider.php:173
|
2212 |
#: includes/addons/special_day_offer.php:57
|
2213 |
#: includes/addons/special_day_offer.php:273
|
2214 |
+
#: includes/addons/wl_store_features.php:143
|
2215 |
+
#: includes/addons/wb_product_data_tab.php:117
|
2216 |
#: includes/addons/wb_archive_product.php:237
|
2217 |
#: includes/addons/wb_archive_product.php:900
|
2218 |
+
#: includes/addons/wl_archive_title.php:112
|
2219 |
+
#: includes/addons/wb_product_related.php:169
|
2220 |
+
#: includes/addons/wb_archive_result_count.php:83
|
2221 |
+
#: includes/addons/wb_product_description.php:55
|
2222 |
#: includes/addons/wl_category.php:280
|
2223 |
+
#: includes/addons/wl_product_video_gallery.php:61
|
2224 |
+
#: includes/addons/wl_brand.php:298
|
2225 |
+
#: includes/addons/wb_product_categories.php:64
|
2226 |
+
#: includes/addons/wb_product_title.php:107
|
2227 |
+
#: includes/addons/wb_product_sku.php:64
|
2228 |
+
#: includes/addons/wb_customer_review.php:290
|
2229 |
+
#: includes/addons/wl_recently_viewed_products.php:238
|
2230 |
+
#: includes/addons/wl_recently_viewed_products.php:550
|
2231 |
#: includes/addons/product_tabs.php:231 includes/addons/product_tabs.php:953
|
2232 |
#: includes/addons/product_tabs.php:1032 includes/addons/add_banner.php:67
|
2233 |
+
#: includes/addons/wb_product_tags.php:64
|
2234 |
msgid "Left"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
+
#: includes/addons/wl_breadcrumbs.php:112
|
2238 |
+
#: includes/addons/wb_product_meta.php:61
|
2239 |
+
#: includes/addons/wb_product_rating.php:64
|
2240 |
msgid "Link Color"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
+
#: includes/addons/wl_breadcrumbs.php:123
|
2244 |
+
#: includes/addons/wb_product_meta.php:72
|
2245 |
msgid "Link Hover Color"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
+
#: includes/addons/wb_product_rating.php:76
|
2249 |
msgid "Link Typography"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
+
#: includes/addons/wl_product_filter.php:387
|
2253 |
msgid "List Item"
|
2254 |
msgstr ""
|
2255 |
|
2261 |
msgid "Login"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: includes/addons/wb_customer_review.php:128
|
2265 |
+
#: includes/addons/wb_customer_review.php:146
|
2266 |
+
#: includes/addons/wb_customer_review.php:153
|
2267 |
+
#: includes/addons/wb_customer_review.php:160
|
2268 |
msgid ""
|
2269 |
"Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
|
2270 |
"tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
|
2272 |
"dolore magna aliqua."
|
2273 |
msgstr ""
|
2274 |
|
2275 |
+
#: includes/addons/wb_image_marker.php:111
|
2276 |
+
#: includes/addons/wb_image_marker.php:165
|
2277 |
msgid "Lorem ipsum pisaci volupt atem accusa saes ntisdumtiu loperm asaerks."
|
2278 |
msgstr ""
|
2279 |
|
2281 |
msgid "Lost your password?"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
+
#: includes/addons/wl_product_video_gallery.php:89
|
2285 |
msgid "Main Video Area"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
+
#: includes/addons/wb_customer_review.php:151
|
2289 |
msgid "Manager"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
+
#: includes/addons/wb_customer_review.php:91
|
2293 |
+
#: includes/addons/wb_customer_review.php:144
|
2294 |
msgid "Managing Director"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
+
#: includes/addons/product_flash_sale.php:386
|
2298 |
+
#: includes/addons/product_flash_sale.php:453
|
2299 |
+
#: includes/addons/product_flash_sale.php:475
|
2300 |
+
#: includes/addons/product_flash_sale.php:801
|
2301 |
+
#: includes/addons/wb_product_price.php:71
|
2302 |
+
#: includes/addons/wl_product_horizontal_filter.php:336
|
2303 |
+
#: includes/addons/wl_product_horizontal_filter.php:422
|
2304 |
+
#: includes/addons/wl_product_horizontal_filter.php:489
|
2305 |
+
#: includes/addons/wl_onepage_slider.php:240
|
2306 |
+
#: includes/addons/wl_onepage_slider.php:282
|
2307 |
+
#: includes/addons/wb_product_upsell.php:143
|
2308 |
#: includes/addons/special_day_offer.php:298
|
2309 |
#: includes/addons/special_day_offer.php:357
|
2310 |
#: includes/addons/special_day_offer.php:416
|
2312 |
#: includes/addons/special_day_offer.php:534
|
2313 |
#: includes/addons/special_day_offer.php:593
|
2314 |
#: includes/addons/special_day_offer.php:704
|
2315 |
+
#: includes/addons/wl_testimonial.php:516
|
2316 |
+
#: includes/addons/wl_testimonial.php:604
|
2317 |
+
#: includes/addons/wl_testimonial.php:660
|
2318 |
+
#: includes/addons/wl_testimonial.php:716
|
2319 |
+
#: includes/addons/wl_testimonial.php:776
|
2320 |
+
#: includes/addons/wb_product_meta.php:92
|
2321 |
+
#: includes/addons/wl_store_features.php:364
|
2322 |
+
#: includes/addons/wl_store_features.php:440
|
2323 |
+
#: includes/addons/wl_store_features.php:486
|
2324 |
+
#: includes/addons/wl_store_features.php:532
|
2325 |
#: includes/addons/wb_archive_product.php:212
|
2326 |
#: includes/addons/wb_archive_product.php:295
|
2327 |
#: includes/addons/wb_archive_product.php:361
|
2328 |
#: includes/addons/wb_archive_product.php:526
|
2329 |
#: includes/addons/wb_archive_product.php:613
|
2330 |
+
#: includes/addons/wl_archive_title.php:163
|
2331 |
+
#: includes/addons/wl_archive_title.php:203
|
2332 |
+
#: includes/addons/product_image_accordion.php:280
|
2333 |
+
#: includes/addons/product_image_accordion.php:344
|
2334 |
+
#: includes/addons/product_image_accordion.php:398
|
2335 |
+
#: includes/addons/product_image_accordion.php:461
|
2336 |
+
#: includes/addons/product_image_accordion.php:507
|
2337 |
+
#: includes/addons/wb_product_image.php:74
|
2338 |
+
#: includes/addons/wb_archive_catalog_ordering.php:119
|
2339 |
+
#: includes/addons/wb_product_related.php:152
|
2340 |
+
#: includes/addons/wb_product_call_for_price.php:124
|
2341 |
+
#: includes/addons/wb_archive_result_count.php:114
|
2342 |
+
#: includes/addons/product_accordion.php:333
|
2343 |
+
#: includes/addons/product_accordion.php:477
|
2344 |
+
#: includes/addons/product_accordion.php:540
|
2345 |
+
#: includes/addons/product_accordion.php:586
|
2346 |
+
#: includes/addons/product_curvy.php:340 includes/addons/product_curvy.php:469
|
2347 |
+
#: includes/addons/product_curvy.php:567 includes/addons/product_curvy.php:630
|
2348 |
+
#: includes/addons/product_curvy.php:711
|
2349 |
+
#: includes/addons/wl_product_video_gallery.php:147
|
2350 |
+
#: includes/addons/wl_brand.php:282
|
2351 |
+
#: includes/addons/wb_product_categories.php:132
|
2352 |
#: includes/addons/wb_product_suggest_price.php:245
|
2353 |
#: includes/addons/wb_product_suggest_price.php:344
|
2354 |
#: includes/addons/wb_product_suggest_price.php:442
|
2355 |
#: includes/addons/wb_product_suggest_price.php:597
|
2356 |
#: includes/addons/wb_product_suggest_price.php:740
|
2357 |
+
#: includes/addons/wb_product_rating.php:84
|
2358 |
+
#: includes/addons/wb_product_title.php:90
|
2359 |
+
#: includes/addons/wl_product_filter.php:195
|
2360 |
+
#: includes/addons/wb_product_sku.php:120
|
2361 |
+
#: includes/addons/wb_image_marker.php:350
|
2362 |
+
#: includes/addons/wb_image_marker.php:392
|
2363 |
+
#: includes/addons/wb_customer_review.php:420
|
2364 |
+
#: includes/addons/wb_customer_review.php:476
|
2365 |
+
#: includes/addons/wb_customer_review.php:532
|
2366 |
+
#: includes/addons/wb_product_stock.php:71
|
2367 |
+
#: includes/addons/wl_recently_viewed_products.php:336
|
2368 |
+
#: includes/addons/wl_recently_viewed_products.php:380
|
2369 |
+
#: includes/addons/wl_recently_viewed_products.php:709
|
2370 |
+
#: includes/addons/wb_product_add_to_cart.php:93
|
2371 |
+
#: includes/addons/wb_product_additional_information.php:102
|
2372 |
#: includes/addons/add_banner.php:167 includes/addons/add_banner.php:218
|
2373 |
+
#: includes/addons/wl_category_grid.php:504
|
2374 |
+
#: includes/addons/wl_category_grid.php:598
|
2375 |
+
#: includes/addons/wb_product_tags.php:132
|
2376 |
msgid "Margin"
|
2377 |
msgstr ""
|
2378 |
|
2379 |
+
#: includes/addons/wb_image_marker.php:76
|
2380 |
+
#: includes/addons/wb_image_marker.php:186
|
2381 |
msgid "Marker"
|
2382 |
msgstr ""
|
2383 |
|
2384 |
+
#: includes/addons/wb_image_marker.php:102
|
2385 |
+
#: includes/addons/wb_image_marker.php:164
|
2386 |
msgid "Marker #1"
|
2387 |
msgstr ""
|
2388 |
|
2389 |
+
#: includes/addons/wb_image_marker.php:109
|
2390 |
msgid "Marker Content"
|
2391 |
msgstr ""
|
2392 |
|
2393 |
+
#: includes/addons/wb_image_marker.php:100
|
2394 |
msgid "Marker Title"
|
2395 |
msgstr ""
|
2396 |
|
2397 |
+
#: includes/addons/wl_product_horizontal_filter.php:150
|
2398 |
msgid "Max Price"
|
2399 |
msgstr ""
|
2400 |
|
2401 |
+
#: includes/addons/wl_product_filter.php:831
|
2402 |
msgid "Max price"
|
2403 |
msgstr ""
|
2404 |
|
2405 |
+
#: includes/addons/wl_product_horizontal_filter.php:89
|
2406 |
msgid "Max Width"
|
2407 |
msgstr ""
|
2408 |
|
2409 |
+
#: includes/addons/wb_product_upsell.php:72
|
2410 |
#: includes/addons/wb_archive_product.php:133
|
2411 |
+
#: includes/addons/wb_product_related.php:87
|
2412 |
msgid "Menu Order"
|
2413 |
msgstr ""
|
2414 |
|
2420 |
msgid "Message Field Placeholder"
|
2421 |
msgstr ""
|
2422 |
|
2423 |
+
#: includes/addons/wb_product_meta.php:43
|
2424 |
msgid "Meta"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
+
#: includes/addons/product_flash_sale.php:1031
|
2428 |
#: includes/modules/flash-sale/class.flash-sale.php:449
|
2429 |
msgid "Min"
|
2430 |
msgstr ""
|
2431 |
|
2432 |
+
#: includes/addons/wl_product_horizontal_filter.php:141
|
2433 |
msgid "Min Price"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
+
#: includes/addons/wl_product_filter.php:830
|
2437 |
msgid "Min price"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
+
#: includes/addons/product_flash_sale.php:291
|
2441 |
+
#: includes/addons/product_flash_sale.php:293
|
2442 |
msgid "Minutes"
|
2443 |
msgstr ""
|
2444 |
|
2450 |
msgid "Mixed order Products"
|
2451 |
msgstr ""
|
2452 |
|
2453 |
+
#: includes/addons/wl_testimonial.php:431 includes/addons/product_tabs.php:569
|
2454 |
+
#: includes/addons/wl_category_grid.php:397
|
2455 |
msgid "Mobile Phone"
|
2456 |
msgstr ""
|
2457 |
|
2458 |
+
#: includes/addons/wl_testimonial.php:462 includes/addons/product_tabs.php:602
|
2459 |
+
#: includes/addons/wl_category_grid.php:428
|
2460 |
msgid "Mobile Resolution"
|
2461 |
msgstr ""
|
2462 |
|
2480 |
"switch to their preferred currency or their country’s currency."
|
2481 |
msgstr ""
|
2482 |
|
2483 |
+
#: includes/addons/wb_wc_multicurrency.php:48
|
2484 |
msgid "MultiCurrency"
|
2485 |
msgstr ""
|
2486 |
|
2487 |
+
#: includes/addons/wl_category_grid.php:74
|
2488 |
msgid "Multiple Categories"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
#: classes/class.default_data.php:323 classes/class.default_data.php:345
|
2492 |
+
#: includes/addons/wb_product_sku.php:149
|
2493 |
msgid "N/A"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
+
#: includes/helper-function.php:1005 includes/addons/product_flash_sale.php:135
|
2497 |
+
#: includes/addons/wl_testimonial.php:82 includes/addons/wl_testimonial.php:576
|
2498 |
+
#: includes/addons/product_image_accordion.php:148
|
2499 |
+
#: includes/addons/product_accordion.php:169
|
2500 |
+
#: includes/addons/product_curvy.php:204
|
2501 |
+
#: includes/addons/wb_customer_review.php:80
|
2502 |
+
#: includes/addons/wb_customer_review.php:392
|
2503 |
#: includes/addons/product_tabs.php:163
|
2504 |
#: includes/admin/include/class.template-manager.php:349
|
2505 |
msgid "Name"
|
2509 |
msgid "Name Field Placeholder"
|
2510 |
msgstr ""
|
2511 |
|
2512 |
+
#: includes/addons/wl_testimonial.php:970 includes/addons/product_tabs.php:752
|
2513 |
+
#: includes/addons/wl_category_grid.php:834
|
2514 |
msgid "Navigation"
|
2515 |
msgstr ""
|
2516 |
|
2517 |
+
#: includes/addons/wl_testimonial.php:813 includes/addons/product_tabs.php:637
|
2518 |
+
#: includes/addons/wl_category_grid.php:677
|
2519 |
msgid "Navigation Arrow"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
+
#: includes/addons/wl_testimonial.php:898
|
2523 |
+
#: includes/addons/wl_testimonial.php:1021 includes/addons/product_tabs.php:701
|
2524 |
#: includes/addons/product_tabs.php:805
|
2525 |
+
#: includes/addons/wl_category_grid.php:762
|
2526 |
+
#: includes/addons/wl_category_grid.php:885
|
2527 |
msgid "Navigation Dots"
|
2528 |
msgstr ""
|
2529 |
|
2535 |
msgid "New Template"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
+
#: includes/addons/wl_testimonial.php:204
|
2539 |
+
#: includes/addons/wb_customer_review.php:192
|
2540 |
+
#: includes/addons/wl_recently_viewed_products.php:84
|
2541 |
+
#: includes/addons/wl_category_grid.php:201
|
2542 |
msgid "Nine"
|
2543 |
msgstr ""
|
2544 |
|
2546 |
msgid "NO"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
+
#: includes/addons/wl_faq.php:114 includes/addons/wl_faq.php:193
|
2550 |
+
#: includes/addons/wl_faq.php:206 includes/addons/wl_testimonial.php:218
|
2551 |
+
#: includes/addons/wl_testimonial.php:332
|
2552 |
+
#: includes/addons/wb_customer_review.php:206
|
2553 |
#: includes/addons/product_tabs.php:464
|
2554 |
+
#: includes/addons/wl_category_grid.php:154
|
2555 |
+
#: includes/addons/wl_category_grid.php:215
|
2556 |
+
#: includes/addons/wl_category_grid.php:299
|
2557 |
msgid "No"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
+
#: includes/addons/wl_testimonial.php:215
|
2561 |
+
#: includes/addons/wb_customer_review.php:203
|
2562 |
+
#: includes/addons/wl_category_grid.php:212
|
2563 |
msgid "No Gutters"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
+
#: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:411
|
2567 |
msgid "No naughty business please!"
|
2568 |
msgstr ""
|
2569 |
|
2583 |
msgid "No Results Found"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
+
#: includes/helper-function.php:399
|
2587 |
msgid "No saved templates found."
|
2588 |
msgstr ""
|
2589 |
|
2604 |
msgid "Nonce Varification Faild !"
|
2605 |
msgstr ""
|
2606 |
|
2607 |
+
#: includes/helper-function.php:1002 includes/addons/product_flash_sale.php:132
|
2608 |
+
#: includes/addons/product_image_accordion.php:145
|
2609 |
+
#: includes/addons/product_accordion.php:166
|
2610 |
+
#: includes/addons/product_curvy.php:201
|
2611 |
+
#: includes/addons/wl_product_filter.php:885
|
2612 |
#: includes/addons/product_tabs.php:160
|
2613 |
msgid "None"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
+
#: includes/addons/wl_faq.php:378 includes/addons/wl_faq.php:625
|
2617 |
+
#: includes/addons/product_flash_sale.php:653
|
2618 |
+
#: includes/addons/wl_product_horizontal_filter.php:599
|
2619 |
+
#: includes/addons/wl_product_horizontal_filter.php:780
|
2620 |
#: includes/addons/special_day_offer.php:633
|
2621 |
+
#: includes/addons/wl_testimonial.php:806
|
2622 |
+
#: includes/addons/wl_store_features.php:313
|
2623 |
+
#: includes/addons/wb_product_data_tab.php:52
|
2624 |
#: includes/addons/wb_archive_product.php:320
|
2625 |
#: includes/addons/wb_archive_product.php:378
|
2626 |
#: includes/addons/wb_archive_product.php:552
|
2627 |
#: includes/addons/wb_archive_product.php:702
|
2628 |
+
#: includes/addons/product_image_accordion.php:533
|
2629 |
+
#: includes/addons/wb_product_call_for_price.php:85
|
2630 |
+
#: includes/addons/product_accordion.php:612
|
2631 |
+
#: includes/addons/product_curvy.php:747
|
2632 |
#: includes/addons/wb_product_suggest_price.php:405
|
2633 |
#: includes/addons/wb_product_suggest_price.php:558
|
2634 |
#: includes/addons/wb_product_suggest_price.php:701
|
2635 |
+
#: includes/addons/wl_product_filter.php:293
|
2636 |
+
#: includes/addons/wl_product_filter.php:400
|
2637 |
+
#: includes/addons/wl_product_filter.php:637
|
2638 |
+
#: includes/addons/wl_recently_viewed_products.php:428
|
2639 |
#: includes/addons/product_tabs.php:263 includes/addons/product_tabs.php:630
|
2640 |
#: includes/addons/product_tabs.php:866 includes/addons/product_tabs.php:1123
|
2641 |
+
#: includes/addons/wb_product_add_to_cart.php:54
|
2642 |
+
#: includes/addons/wl_category_grid.php:670
|
2643 |
msgid "Normal"
|
2644 |
msgstr ""
|
2645 |
|
2651 |
msgid "Not found in Trash"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
+
#: classes/class.assest_management.php:337
|
2655 |
msgid "Nothing Found"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
+
#: includes/addons/product_flash_sale.php:574
|
2659 |
+
#: includes/addons/product_flash_sale.php:823
|
2660 |
msgid "Number Color"
|
2661 |
msgstr ""
|
2662 |
|
2664 |
msgid "Number of Products"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
+
#: includes/addons/wb_ever_compare_table.php:113
|
2668 |
+
#: includes/addons/wb_ever_compare_table.php:119
|
2669 |
msgid "Odd Heading Background"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
+
#: includes/addons/wl_product_horizontal_filter.php:1081
|
2673 |
msgid "of"
|
2674 |
msgstr ""
|
2675 |
|
2687 |
msgid "Offer Tag Line"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
+
#: includes/addons/wb_product_price.php:85
|
2691 |
msgid "Old Price"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
+
#: includes/addons/wl_testimonial.php:196
|
2695 |
+
#: includes/addons/wb_customer_review.php:184
|
2696 |
+
#: includes/addons/wl_recently_viewed_products.php:76
|
2697 |
+
#: includes/addons/wl_category_grid.php:193
|
2698 |
msgid "One"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
+
#: classes/class.widgets_control.php:248
|
2702 |
msgid "One Page Slider"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
+
#: includes/addons/wb_image_marker.php:60
|
2706 |
msgid "Opacity Color"
|
2707 |
msgstr ""
|
2708 |
|
2714 |
msgid "Open Button Text"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: includes/addons/wl_faq.php:123 includes/addons/wl_faq.php:215
|
2718 |
msgid "Open Icon"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: includes/addons/wb_customer_review.php:173
|
2722 |
msgid "Option"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: includes/addons/product_flash_sale.php:149
|
2726 |
+
#: includes/addons/wb_product_upsell.php:80
|
2727 |
#: includes/addons/wb_archive_product.php:144
|
2728 |
+
#: includes/addons/wb_product_related.php:95
|
2729 |
+
#: includes/addons/wl_category.php:132
|
2730 |
+
#: includes/addons/wl_recently_viewed_products.php:59
|
2731 |
+
#: includes/addons/product_tabs.php:177
|
2732 |
+
#: includes/addons/wl_category_grid.php:111
|
2733 |
msgid "Order"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
+
#: includes/addons/product_image_accordion.php:162
|
2737 |
+
#: includes/addons/product_accordion.php:183
|
2738 |
+
#: includes/addons/product_curvy.php:218
|
2739 |
msgid "order"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: includes/addons/wl_product_horizontal_filter.php:45
|
2743 |
+
#: includes/addons/wl_product_horizontal_filter.php:122
|
2744 |
+
#: includes/addons/wl_product_horizontal_filter.php:123
|
2745 |
+
#: includes/addons/wb_product_upsell.php:62
|
2746 |
+
#: includes/addons/wb_product_related.php:77
|
2747 |
+
#: includes/addons/wl_product_filter.php:46
|
2748 |
msgid "Order By"
|
2749 |
msgstr ""
|
2750 |
|
2751 |
+
#: includes/addons/product_flash_sale.php:128
|
2752 |
#: includes/addons/wb_archive_product.php:123
|
2753 |
+
#: includes/addons/product_image_accordion.php:141
|
2754 |
+
#: includes/addons/product_accordion.php:162
|
2755 |
+
#: includes/addons/product_curvy.php:197 includes/addons/product_tabs.php:156
|
2756 |
msgid "Order by"
|
2757 |
msgstr ""
|
2758 |
|
2759 |
+
#: includes/addons/wb_archive_catalog_ordering.php:107
|
2760 |
msgid "Order Radius"
|
2761 |
msgstr ""
|
2762 |
|
2763 |
+
#: includes/addons/wb_archive_catalog_ordering.php:44
|
2764 |
msgid "Ordering"
|
2765 |
msgstr ""
|
2766 |
|
2767 |
+
#: includes/addons/product_flash_sale.php:594
|
2768 |
msgid "Others"
|
2769 |
msgstr ""
|
2770 |
|
2775 |
"the pro version."
|
2776 |
msgstr ""
|
2777 |
|
2778 |
+
#: includes/helper-function.php:730 includes/helper-function.php:774
|
2779 |
msgid "Out of stock"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: includes/addons/wl_recently_viewed_products.php:591
|
2783 |
+
msgid "Out of Stock Badge Color"
|
2784 |
+
msgstr ""
|
2785 |
+
|
2786 |
+
#: includes/helper-function.php:584
|
2787 |
msgid "p"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
+
#: includes/addons/wl_faq.php:326 includes/addons/wl_faq.php:395
|
2791 |
+
#: includes/addons/wl_faq.php:513 includes/addons/wl_faq.php:598
|
2792 |
+
#: includes/addons/product_flash_sale.php:398
|
2793 |
+
#: includes/addons/wl_product_horizontal_filter.php:324
|
2794 |
+
#: includes/addons/wl_product_horizontal_filter.php:410
|
2795 |
+
#: includes/addons/wl_product_horizontal_filter.php:477
|
2796 |
+
#: includes/addons/wl_product_horizontal_filter.php:575
|
2797 |
+
#: includes/addons/wl_onepage_slider.php:303
|
2798 |
#: includes/addons/special_day_offer.php:310
|
2799 |
#: includes/addons/special_day_offer.php:369
|
2800 |
#: includes/addons/special_day_offer.php:428
|
2802 |
#: includes/addons/special_day_offer.php:546
|
2803 |
#: includes/addons/special_day_offer.php:605
|
2804 |
#: includes/addons/special_day_offer.php:691
|
2805 |
+
#: includes/addons/wl_testimonial.php:504
|
2806 |
+
#: includes/addons/wl_testimonial.php:617
|
2807 |
+
#: includes/addons/wl_testimonial.php:673
|
2808 |
+
#: includes/addons/wl_testimonial.php:729
|
2809 |
+
#: includes/addons/wl_testimonial.php:886
|
2810 |
+
#: includes/addons/wl_store_features.php:351
|
2811 |
+
#: includes/addons/wl_store_features.php:427
|
2812 |
#: includes/addons/wb_archive_product.php:200
|
2813 |
#: includes/addons/wb_archive_product.php:347
|
2814 |
#: includes/addons/wb_archive_product.php:626
|
2815 |
#: includes/addons/wb_archive_product.php:721
|
2816 |
+
#: includes/addons/wb_archive_product.php:863 includes/addons/wb_whols.php:76
|
2817 |
+
#: includes/addons/wb_product_call_for_price.php:112
|
2818 |
+
#: includes/addons/product_accordion.php:345
|
2819 |
+
#: includes/addons/wl_product_video_gallery.php:192
|
2820 |
+
#: includes/addons/wl_brand.php:270
|
2821 |
#: includes/addons/wb_product_suggest_price.php:258
|
2822 |
#: includes/addons/wb_product_suggest_price.php:357
|
2823 |
#: includes/addons/wb_product_suggest_price.php:455
|
2824 |
#: includes/addons/wb_product_suggest_price.php:585
|
2825 |
#: includes/addons/wb_product_suggest_price.php:728
|
2826 |
+
#: includes/addons/wl_product_filter.php:183
|
2827 |
+
#: includes/addons/wl_product_filter.php:269
|
2828 |
+
#: includes/addons/wl_product_filter.php:442
|
2829 |
+
#: includes/addons/wl_product_filter.php:687
|
2830 |
+
#: includes/addons/wb_image_marker.php:236
|
2831 |
+
#: includes/addons/wb_image_marker.php:289
|
2832 |
+
#: includes/addons/wb_customer_review.php:313
|
2833 |
+
#: includes/addons/wb_customer_review.php:433
|
2834 |
+
#: includes/addons/wb_customer_review.php:489
|
2835 |
+
#: includes/addons/wb_customer_review.php:545
|
2836 |
+
#: includes/addons/wl_recently_viewed_products.php:191
|
2837 |
+
#: includes/addons/wl_recently_viewed_products.php:261
|
2838 |
+
#: includes/addons/wl_recently_viewed_products.php:413
|
2839 |
+
#: includes/addons/wl_recently_viewed_products.php:633
|
2840 |
+
#: includes/addons/wl_recently_viewed_products.php:697
|
2841 |
#: includes/addons/product_tabs.php:689
|
2842 |
+
#: includes/addons/wb_product_add_to_cart.php:81
|
2843 |
+
#: includes/addons/wl_category_grid.php:449
|
2844 |
+
#: includes/addons/wl_category_grid.php:750
|
2845 |
msgid "Padding"
|
2846 |
msgstr ""
|
2847 |
|
2848 |
+
#: includes/addons/wl_onepage_slider.php:499
|
2849 |
#: includes/addons/wb_archive_product.php:90
|
2850 |
#: includes/addons/wb_archive_product.php:689
|
2851 |
msgid "Pagination"
|
2860 |
msgid "Password"
|
2861 |
msgstr ""
|
2862 |
|
2863 |
+
#: includes/addons/wl_testimonial.php:336 includes/addons/product_tabs.php:468
|
2864 |
+
#: includes/addons/wl_category_grid.php:303
|
2865 |
msgid "Pause on Hover?"
|
2866 |
msgstr ""
|
2867 |
|
2869 |
msgid "Payment"
|
2870 |
msgstr ""
|
2871 |
|
2872 |
+
#: includes/addons/wb_customer_review.php:150
|
2873 |
msgid "Peter Rose"
|
2874 |
msgstr ""
|
2875 |
|
2876 |
+
#: includes/base.php:195
|
2877 |
msgid "PHP"
|
2878 |
msgstr ""
|
2879 |
|
2886 |
msgid "Enter a Page Name"
|
2887 |
msgstr ""
|
2888 |
|
2889 |
+
#: includes/addons/wl_product_filter.php:789
|
2890 |
msgctxt "placeholder"
|
2891 |
msgid "Search Products…"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
+
#: includes/addons/wl_product_horizontal_filter.php:663
|
2895 |
#: includes/addons/wb_product_suggest_price.php:211
|
2896 |
#: includes/addons/wb_product_suggest_price.php:313
|
2897 |
msgid "Placeholder Color"
|
2918 |
msgid "Please fill in your details above to see available payment methods."
|
2919 |
msgstr ""
|
2920 |
|
2921 |
+
#: includes/addons/wl_product_filter.php:944
|
2922 |
msgid "Please Select Filter Type"
|
2923 |
msgstr ""
|
2924 |
|
2930 |
msgid "Plugin Successfully Activated"
|
2931 |
msgstr ""
|
2932 |
|
2933 |
+
#: includes/addons/wb_product_upsell.php:69
|
2934 |
#: includes/addons/wb_archive_product.php:130
|
2935 |
+
#: includes/addons/wb_product_related.php:84
|
2936 |
msgid "Popularity"
|
2937 |
msgstr ""
|
2938 |
|
2939 |
+
#: includes/addons/product_flash_sale.php:202
|
2940 |
+
#: includes/addons/wl_testimonial.php:821
|
2941 |
+
#: includes/addons/wl_testimonial.php:906
|
2942 |
#: includes/addons/wb_archive_product.php:895
|
2943 |
+
#: includes/addons/wl_recently_viewed_products.php:546
|
2944 |
+
#: includes/addons/wl_category_grid.php:685
|
2945 |
+
#: includes/addons/wl_category_grid.php:770
|
2946 |
msgid "Position"
|
2947 |
msgstr ""
|
2948 |
|
2960 |
msgid "Template Builder"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
+
#: classes/class.assest_management.php:344
|
2964 |
#: includes/admin/include/admin_field-manager.php:294
|
2965 |
#: includes/admin/include/admin_field-manager.php:413
|
2966 |
msgid "Preview"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
+
#: includes/addons/wb_product_price.php:44
|
2970 |
+
#: includes/addons/wl_product_horizontal_filter.php:43
|
2971 |
+
#: includes/addons/wb_product_upsell.php:68
|
2972 |
#: includes/addons/wb_archive_product.php:129
|
2973 |
#: includes/addons/wb_archive_product.php:405
|
2974 |
+
#: includes/addons/wb_product_related.php:83
|
2975 |
+
#: includes/addons/wl_product_filter.php:44
|
2976 |
+
#: includes/addons/wl_recently_viewed_products.php:350
|
2977 |
msgid "Price"
|
2978 |
msgstr ""
|
2979 |
|
2981 |
msgid "Price :"
|
2982 |
msgstr ""
|
2983 |
|
2984 |
+
#: includes/addons/wb_product_price.php:51
|
2985 |
+
#: includes/addons/wb_product_price.php:92
|
2986 |
+
#: includes/addons/wl_product_filter.php:614
|
2987 |
msgid "Price Color"
|
2988 |
msgstr ""
|
2989 |
|
2995 |
msgid "Price does not set this product."
|
2996 |
msgstr ""
|
2997 |
|
2998 |
+
#: includes/addons/wl_product_filter.php:594
|
2999 |
msgid "Price Label"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
+
#: includes/addons/wl_product_horizontal_filter.php:169
|
3003 |
msgid "Price Range"
|
3004 |
msgstr ""
|
3005 |
|
3006 |
+
#: includes/addons/wl_product_filter.php:835
|
3007 |
msgid "Price:"
|
3008 |
msgstr ""
|
3009 |
|
3010 |
+
#: includes/addons/wl_product_horizontal_filter.php:180
|
3011 |
msgid "Price: {{{ min_price }}} {{{ price_seprator }}} {{{ max_price }}}"
|
3012 |
msgstr ""
|
3013 |
|
3014 |
+
#: includes/addons/wl_product_horizontal_filter.php:127
|
3015 |
+
#: includes/addons/wl_product_horizontal_filter.php:128
|
3016 |
msgid "Pricing"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
+
#: classes/class.assest_management.php:332
|
3020 |
#: includes/admin/include/class.template-manager.php:375
|
3021 |
#: includes/admin/include/admin_field-manager.php:126
|
3022 |
#: includes/admin/include/admin_field-manager.php:277
|
3029 |
msgid "Pro extension"
|
3030 |
msgstr ""
|
3031 |
|
3032 |
+
#: includes/addons/wl_faq.php:158
|
3033 |
msgid "Producing Perfume From Home"
|
3034 |
msgstr ""
|
3035 |
|
3036 |
+
#: classes/class.widgets_control.php:325
|
3037 |
msgid "Product Add To Cart"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
+
#: includes/helper-function.php:1047
|
3041 |
#: woolentor-blocks/includes/helper-functions.php:314
|
3042 |
msgid "Product Added"
|
3043 |
msgstr ""
|
3044 |
|
3045 |
+
#: classes/class.widgets_control.php:329
|
3046 |
msgid "Product Additional Info"
|
3047 |
msgstr ""
|
3048 |
|
3050 |
msgid "Product Badge"
|
3051 |
msgstr ""
|
3052 |
|
3053 |
+
#: classes/class.widgets_control.php:305
|
3054 |
msgid "Product Call for Price"
|
3055 |
msgstr ""
|
3056 |
|
3057 |
+
#: classes/class.widgets_control.php:385
|
3058 |
+
#: includes/addons/product_image_accordion.php:117
|
3059 |
+
#: includes/addons/product_accordion.php:128
|
3060 |
+
#: includes/addons/product_curvy.php:163 includes/addons/product_tabs.php:135
|
3061 |
msgid "Product Categories"
|
3062 |
msgstr ""
|
3063 |
|
3064 |
+
#: includes/addons/product_image_accordion.php:304
|
3065 |
msgid "Product Category"
|
3066 |
msgstr ""
|
3067 |
|
3069 |
msgid "Product category does not exists."
|
3070 |
msgstr ""
|
3071 |
|
3072 |
+
#: includes/addons/product_curvy.php:581
|
3073 |
msgid "Product Content"
|
3074 |
msgstr ""
|
3075 |
|
3091 |
"the pro version"
|
3092 |
msgstr ""
|
3093 |
|
3094 |
+
#: classes/class.widgets_control.php:252
|
3095 |
msgid "Product Curvy"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
+
#: classes/class.widgets_control.php:333
|
3099 |
msgid "Product Data tabs"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
+
#: classes/class.widgets_control.php:337
|
3103 |
msgid "Product Description"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
+
#: classes/class.widgets_control.php:297
|
3107 |
msgid "Product Filter"
|
3108 |
msgstr ""
|
3109 |
|
3111 |
msgid "Product hover content area padding"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
+
#: includes/addons/product_image_accordion.php:95
|
3115 |
+
#: includes/addons/product_accordion.php:116
|
3116 |
+
#: includes/addons/product_curvy.php:151
|
3117 |
msgid "Product IDs"
|
3118 |
msgstr ""
|
3119 |
|
3120 |
+
#: classes/class.widgets_control.php:357
|
3121 |
msgid "Product Image"
|
3122 |
msgstr ""
|
3123 |
|
3124 |
+
#: classes/class.widgets_control.php:256
|
3125 |
msgid "Product Image Accordion"
|
3126 |
msgstr ""
|
3127 |
|
3133 |
msgid "Product Image Background"
|
3134 |
msgstr ""
|
3135 |
|
3136 |
+
#: includes/addons/wl_product_video_gallery.php:125
|
3137 |
+
#: includes/addons/wl_product_video_gallery.php:171
|
3138 |
msgid "Product image border"
|
3139 |
msgstr ""
|
3140 |
|
3141 |
+
#: includes/addons/product_flash_sale.php:91
|
3142 |
+
#: includes/addons/product_image_accordion.php:107
|
3143 |
+
#: includes/addons/product_accordion.php:142
|
3144 |
+
#: includes/addons/product_curvy.php:177
|
3145 |
+
#: includes/addons/wl_recently_viewed_products.php:49
|
3146 |
msgid "Product Limit"
|
3147 |
msgstr ""
|
3148 |
|
3149 |
+
#: classes/class.widgets_control.php:373
|
3150 |
msgid "Product Meta"
|
3151 |
msgstr ""
|
3152 |
|
3153 |
+
#: includes/addons/product_flash_sale.php:338
|
3154 |
msgid ""
|
3155 |
"Product must have both \"Manage stock\" and \"Initial number in stock\" set "
|
3156 |
"from the \"Inventory\" tab to display the stock progress indicator.\""
|
3157 |
msgstr ""
|
3158 |
|
3159 |
+
#: includes/addons/wb_archive_result_count.php:49
|
3160 |
msgid "Product Per Page"
|
3161 |
msgstr ""
|
3162 |
|
3163 |
+
#: classes/class.widgets_control.php:345 includes/helper-function.php:1010
|
3164 |
+
#: includes/addons/product_flash_sale.php:466
|
3165 |
+
#: includes/addons/product_image_accordion.php:411
|
3166 |
+
#: includes/addons/product_accordion.php:490
|
3167 |
+
#: includes/addons/product_curvy.php:482 includes/addons/product_tabs.php:999
|
3168 |
msgid "Product Price"
|
3169 |
msgstr ""
|
3170 |
|
3171 |
+
#: classes/class.widgets_control.php:389
|
3172 |
msgid "Product QR Code"
|
3173 |
msgstr ""
|
3174 |
|
3175 |
+
#: includes/addons/product_flash_sale.php:529
|
3176 |
+
#: includes/addons/product_image_accordion.php:474
|
3177 |
+
#: includes/addons/product_accordion.php:553
|
3178 |
+
#: includes/addons/product_curvy.php:643
|
3179 |
msgid "Product Rating"
|
3180 |
msgstr ""
|
3181 |
|
3182 |
+
#: classes/class.widgets_control.php:349
|
3183 |
msgid "Product rating"
|
3184 |
msgstr ""
|
3185 |
|
3186 |
+
#: includes/addons/wb_product_reviews.php:43
|
3187 |
msgid "Product Reviews"
|
3188 |
msgstr ""
|
3189 |
|
3190 |
+
#: classes/class.widgets_control.php:353
|
3191 |
msgid "Product reviews"
|
3192 |
msgstr ""
|
3193 |
|
3195 |
msgid "Product Settings"
|
3196 |
msgstr ""
|
3197 |
|
3198 |
+
#: classes/class.widgets_control.php:341
|
3199 |
msgid "Product short description"
|
3200 |
msgstr ""
|
3201 |
|
3202 |
+
#: classes/class.widgets_control.php:377
|
3203 |
msgid "Product SKU"
|
3204 |
msgstr ""
|
3205 |
|
3207 |
msgid "Product Slider"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
+
#: classes/class.widgets_control.php:369
|
3211 |
msgid "Product Stock"
|
3212 |
msgstr ""
|
3213 |
|
3215 |
msgid "Product Style"
|
3216 |
msgstr ""
|
3217 |
|
3218 |
+
#: classes/class.widgets_control.php:309
|
3219 |
msgid "Product suggest price"
|
3220 |
msgstr ""
|
3221 |
|
3227 |
msgid "Product tab menu background"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
+
#: classes/class.widgets_control.php:220
|
3231 |
msgid "Product Tabs"
|
3232 |
msgstr ""
|
3233 |
|
3234 |
+
#: classes/class.widgets_control.php:381
|
3235 |
msgid "Product Tags"
|
3236 |
msgstr ""
|
3237 |
|
3239 |
msgid "Product tags does not exists."
|
3240 |
msgstr ""
|
3241 |
|
3242 |
+
#: classes/class.widgets_control.php:317
|
3243 |
+
#: includes/addons/product_flash_sale.php:411
|
3244 |
+
#: includes/addons/product_image_accordion.php:357
|
3245 |
+
#: includes/addons/product_curvy.php:410
|
3246 |
+
#: includes/addons/wb_product_title.php:43
|
3247 |
+
#: includes/addons/wb_product_title.php:62
|
3248 |
msgid "Product Title"
|
3249 |
msgstr ""
|
3250 |
|
3251 |
+
#: classes/class.widgets_control.php:365
|
3252 |
msgid "Product Upsell"
|
3253 |
msgstr ""
|
3254 |
|
3255 |
+
#: classes/class.widgets_control.php:361
|
3256 |
msgid "Product Video Gallery"
|
3257 |
msgstr ""
|
3258 |
|
3259 |
+
#: includes/addons/wl_testimonial.php:73
|
3260 |
+
#: includes/addons/wb_customer_review.php:71
|
3261 |
#, php-format
|
3262 |
msgid ""
|
3263 |
"Product Wise Rating/Review Display is available in WooLentor Pro. <a "
|
3264 |
"href=\"%s\" target=\"_blank\">Purchase WooLentor Pro</a>"
|
3265 |
msgstr ""
|
3266 |
|
3267 |
+
#: includes/addons/wb_product_related.php:51
|
3268 |
msgid "Products Per Page"
|
3269 |
msgstr ""
|
3270 |
|
3271 |
+
#: includes/addons/wb_product_reviews.php:53
|
3272 |
msgid "Products reviews"
|
3273 |
msgstr ""
|
3274 |
|
3275 |
+
#: includes/base.php:250
|
3276 |
msgid "Promo Banner"
|
3277 |
msgstr ""
|
3278 |
|
3279 |
+
#: includes/addons/wl_brand.php:226 includes/addons/wl_brand.php:369
|
3280 |
msgid "Purchase our premium version to unlock these pro features!"
|
3281 |
msgstr ""
|
3282 |
|
3283 |
+
#: includes/addons/wb_product_qr_code.php:43
|
3284 |
msgid "QR Code"
|
3285 |
msgstr ""
|
3286 |
|
3287 |
+
#: includes/addons/wb_product_qr_code.php:72
|
3288 |
msgid "Quantity"
|
3289 |
msgstr ""
|
3290 |
|
3291 |
+
#: includes/addons/product_image_accordion.php:55
|
3292 |
+
#: includes/addons/product_accordion.php:76
|
3293 |
+
#: includes/addons/product_curvy.php:111
|
3294 |
msgid "Query Settings"
|
3295 |
msgstr ""
|
3296 |
|
3297 |
+
#: includes/helper-function.php:1008 includes/addons/product_flash_sale.php:138
|
3298 |
+
#: includes/addons/wb_product_upsell.php:71
|
3299 |
#: includes/addons/wb_archive_product.php:132
|
3300 |
+
#: includes/addons/product_image_accordion.php:151
|
3301 |
+
#: includes/addons/wb_product_related.php:86
|
3302 |
+
#: includes/addons/product_accordion.php:172
|
3303 |
+
#: includes/addons/product_curvy.php:207 includes/addons/product_tabs.php:166
|
3304 |
msgid "Random"
|
3305 |
msgstr ""
|
3306 |
|
3307 |
+
#: includes/addons/product_image_accordion.php:71
|
3308 |
+
#: includes/addons/product_accordion.php:92
|
3309 |
+
#: includes/addons/product_curvy.php:127
|
3310 |
msgid "Random Products"
|
3311 |
msgstr ""
|
3312 |
|
3313 |
+
#: includes/addons/wl_product_filter.php:491
|
3314 |
msgid "Range Slider"
|
3315 |
msgstr ""
|
3316 |
|
3317 |
+
#: includes/addons/wb_product_upsell.php:70
|
3318 |
+
#: includes/addons/wl_testimonial.php:745
|
3319 |
#: includes/addons/wb_archive_product.php:131
|
3320 |
#: includes/addons/wb_archive_product.php:481
|
3321 |
+
#: includes/addons/wb_product_related.php:85
|
3322 |
+
#: includes/addons/wb_customer_review.php:561
|
3323 |
msgid "Rating"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
+
#: includes/addons/product_image_accordion.php:495
|
3327 |
+
#: includes/addons/product_accordion.php:574
|
3328 |
+
#: includes/addons/product_curvy.php:681 includes/addons/product_curvy.php:696
|
3329 |
msgid "Rating Color"
|
3330 |
msgstr ""
|
3331 |
|
3341 |
msgid "Rating Star Color"
|
3342 |
msgstr ""
|
3343 |
|
3344 |
+
#: includes/addons/product_image_accordion.php:66
|
3345 |
+
#: includes/addons/product_accordion.php:87
|
3346 |
+
#: includes/addons/product_curvy.php:122 includes/addons/product_tabs.php:79
|
3347 |
msgid "Recent Products"
|
3348 |
msgstr ""
|
3349 |
|
3350 |
+
#: classes/class.widgets_control.php:272
|
3351 |
+
msgid "Recently Viewed Products"
|
3352 |
+
msgstr ""
|
3353 |
+
|
3354 |
+
#: includes/addons/wl_product_horizontal_filter.php:216
|
3355 |
+
#: includes/addons/wl_product_filter.php:71
|
3356 |
msgid "Redirect Custom URL"
|
3357 |
msgstr ""
|
3358 |
|
3360 |
msgid "Regular Price"
|
3361 |
msgstr ""
|
3362 |
|
3363 |
+
#: includes/addons/product_flash_sale.php:508
|
3364 |
+
#: includes/addons/product_image_accordion.php:440
|
3365 |
+
#: includes/addons/product_accordion.php:519
|
3366 |
+
#: includes/addons/product_curvy.php:528 includes/addons/product_curvy.php:543
|
3367 |
msgid "Regular Price Color"
|
3368 |
msgstr ""
|
3369 |
|
3370 |
+
#: classes/class.widgets_control.php:321
|
3371 |
+
#: includes/addons/wb_product_related.php:45
|
3372 |
msgid "Related Product"
|
3373 |
msgstr ""
|
3374 |
|
3388 |
msgid "Required for stock progress bar"
|
3389 |
msgstr ""
|
3390 |
|
3391 |
+
#: includes/addons/wb_archive_result_count.php:42
|
3392 |
+
#: includes/addons/wb_archive_result_count.php:62
|
3393 |
msgid "Result Count"
|
3394 |
msgstr ""
|
3395 |
|
3405 |
msgid "Return to shipping"
|
3406 |
msgstr ""
|
3407 |
|
3408 |
+
#: includes/addons/wb_customer_review.php:43
|
3409 |
msgid "Review"
|
3410 |
msgstr ""
|
3411 |
|
3412 |
+
#: includes/addons/wl_testimonial.php:67
|
3413 |
+
#: includes/addons/wb_customer_review.php:65
|
3414 |
msgid "Review Type"
|
3415 |
msgstr ""
|
3416 |
|
3417 |
+
#: includes/addons/wl_faq.php:362 includes/addons/wl_faq.php:585
|
3418 |
+
#: includes/addons/wb_product_short_description.php:65
|
3419 |
+
#: includes/addons/wl_breadcrumbs.php:86
|
3420 |
+
#: includes/addons/wb_wishsuite_counter.php:77
|
3421 |
+
#: includes/addons/wl_product_horizontal_filter.php:750
|
3422 |
+
#: includes/addons/wl_onepage_slider.php:181
|
3423 |
#: includes/addons/special_day_offer.php:58
|
3424 |
#: includes/addons/special_day_offer.php:281
|
3425 |
+
#: includes/addons/wl_store_features.php:151
|
3426 |
+
#: includes/addons/wb_product_data_tab.php:125
|
3427 |
#: includes/addons/wb_archive_product.php:245
|
3428 |
#: includes/addons/wb_archive_product.php:904
|
3429 |
+
#: includes/addons/wl_archive_title.php:120
|
3430 |
+
#: includes/addons/wb_product_related.php:177
|
3431 |
+
#: includes/addons/wb_archive_result_count.php:91
|
3432 |
+
#: includes/addons/wb_product_description.php:63
|
3433 |
#: includes/addons/wl_category.php:288
|
3434 |
+
#: includes/addons/wl_product_video_gallery.php:65
|
3435 |
+
#: includes/addons/wl_brand.php:306
|
3436 |
+
#: includes/addons/wb_product_categories.php:72
|
3437 |
+
#: includes/addons/wb_product_title.php:115
|
3438 |
+
#: includes/addons/wb_product_sku.php:72
|
3439 |
+
#: includes/addons/wb_customer_review.php:298
|
3440 |
+
#: includes/addons/wl_recently_viewed_products.php:246
|
3441 |
+
#: includes/addons/wl_recently_viewed_products.php:554
|
3442 |
#: includes/addons/product_tabs.php:239 includes/addons/product_tabs.php:961
|
3443 |
#: includes/addons/product_tabs.php:1040 includes/addons/add_banner.php:68
|
3444 |
+
#: includes/addons/wb_product_tags.php:72
|
3445 |
msgid "Right"
|
3446 |
msgstr ""
|
3447 |
|
3450 |
msgid "Rows"
|
3451 |
msgstr ""
|
3452 |
|
3453 |
+
#: includes/addons/wl_onepage_slider.php:474
|
3454 |
msgid "Ruffled Poplin Dress"
|
3455 |
msgstr ""
|
3456 |
|
3457 |
+
#: includes/addons/wl_testimonial.php:157
|
3458 |
msgid "Ruth Pierce"
|
3459 |
msgstr ""
|
3460 |
|
3466 |
msgid "Sale Price"
|
3467 |
msgstr ""
|
3468 |
|
3469 |
+
#: includes/addons/product_flash_sale.php:488
|
3470 |
+
#: includes/addons/product_image_accordion.php:420
|
3471 |
+
#: includes/addons/product_accordion.php:499
|
3472 |
+
#: includes/addons/product_curvy.php:491 includes/addons/product_curvy.php:505
|
3473 |
msgid "Sale Price Color"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
+
#: includes/addons/product_image_accordion.php:69
|
3477 |
+
#: includes/addons/product_accordion.php:90
|
3478 |
+
#: includes/addons/product_curvy.php:125 includes/addons/product_tabs.php:82
|
3479 |
msgid "Sale Products"
|
3480 |
msgstr ""
|
3481 |
|
3483 |
msgid "Sale Tag"
|
3484 |
msgstr ""
|
3485 |
|
3486 |
+
#: includes/helper-function.php:727 includes/helper-function.php:769
|
3487 |
msgid "Sale!"
|
3488 |
msgstr ""
|
3489 |
|
3507 |
msgid "Saving..."
|
3508 |
msgstr ""
|
3509 |
|
3510 |
+
#: includes/addons/wl_product_horizontal_filter.php:260
|
3511 |
msgid "Search Button Icon"
|
3512 |
msgstr ""
|
3513 |
|
3514 |
+
#: includes/addons/wl_product_horizontal_filter.php:207
|
3515 |
+
#: includes/addons/wl_product_horizontal_filter.php:504
|
3516 |
+
#: includes/addons/wl_product_filter.php:43
|
3517 |
msgid "Search Form"
|
3518 |
msgstr ""
|
3519 |
|
3520 |
+
#: includes/addons/wl_product_horizontal_filter.php:246
|
3521 |
msgid "Search Form Placeholder"
|
3522 |
msgstr ""
|
3523 |
|
3524 |
+
#: includes/addons/wl_product_horizontal_filter.php:248
|
3525 |
msgid "Search Products..."
|
3526 |
msgstr ""
|
3527 |
|
3533 |
msgid "Search.."
|
3534 |
msgstr ""
|
3535 |
|
3536 |
+
#: includes/addons/product_flash_sale.php:1032
|
3537 |
#: includes/modules/flash-sale/class.flash-sale.php:450
|
3538 |
msgid "Sec"
|
3539 |
msgstr ""
|
3540 |
|
3541 |
+
#: includes/addons/product_flash_sale.php:304
|
3542 |
+
#: includes/addons/product_flash_sale.php:306
|
3543 |
msgid "Seconds"
|
3544 |
msgstr ""
|
3545 |
|
3546 |
+
#: includes/helper-function.php:376
|
3547 |
msgid "Select"
|
3548 |
msgstr ""
|
3549 |
|
3550 |
+
#: includes/addons/wl_product_horizontal_filter.php:1080
|
3551 |
msgid "select"
|
3552 |
msgstr ""
|
3553 |
|
3554 |
+
#: includes/addons/wl_category_grid.php:84
|
3555 |
+
#: includes/addons/wl_category_grid.php:97
|
3556 |
msgid "Select categories"
|
3557 |
msgstr ""
|
3558 |
|
3559 |
+
#: includes/addons/wl_faq.php:54
|
3560 |
msgid "Select Content Source"
|
3561 |
msgstr ""
|
3562 |
|
3563 |
+
#: includes/addons/product_flash_sale.php:80
|
3564 |
msgid "Select Deal"
|
3565 |
msgstr ""
|
3566 |
|
3567 |
+
#: includes/addons/wl_category.php:50 includes/addons/wl_brand.php:58
|
3568 |
msgid "Select Layout"
|
3569 |
msgstr ""
|
3570 |
|
3571 |
+
#: includes/addons/product_image_accordion.php:81
|
3572 |
+
#: includes/addons/product_accordion.php:102
|
3573 |
+
#: includes/addons/product_curvy.php:137
|
3574 |
msgid "Select Product"
|
3575 |
msgstr ""
|
3576 |
|
3577 |
+
#: includes/addons/wl_category_grid.php:51
|
3578 |
msgid "Select Style"
|
3579 |
msgstr ""
|
3580 |
|
3581 |
+
#: includes/addons/wb_just_table.php:54
|
3582 |
msgid "Select Table"
|
3583 |
msgstr ""
|
3584 |
|
3585 |
+
#: includes/helper-function.php:401 includes/addons/wl_faq.php:97
|
3586 |
msgid "Select Template"
|
3587 |
msgstr ""
|
3588 |
|
3590 |
msgid "Send To Mail"
|
3591 |
msgstr ""
|
3592 |
|
3593 |
+
#: includes/addons/product_flash_sale.php:603
|
3594 |
msgid "Separator Border Color"
|
3595 |
msgstr ""
|
3596 |
|
3597 |
+
#: includes/addons/wl_breadcrumbs.php:50
|
3598 |
msgid "Separator Icon"
|
3599 |
msgstr ""
|
3600 |
|
3606 |
msgid "Set featured image"
|
3607 |
msgstr ""
|
3608 |
|
3609 |
+
#: includes/helper-function.php:931 includes/helper-function.php:949
|
3610 |
msgid "Set the initial stock amount from"
|
3611 |
msgstr ""
|
3612 |
|
3613 |
+
#: includes/base.php:275 includes/addons/wl_recently_viewed_products.php:42
|
3614 |
+
#: includes/admin/admin-init.php:96 includes/admin/admin-init.php:97
|
3615 |
msgid "Settings"
|
3616 |
msgstr ""
|
3617 |
|
3618 |
+
#: includes/addons/wl_testimonial.php:202
|
3619 |
+
#: includes/addons/wb_customer_review.php:190
|
3620 |
+
#: includes/addons/wl_recently_viewed_products.php:82
|
3621 |
+
#: includes/addons/wl_category_grid.php:199
|
3622 |
msgid "Seven"
|
3623 |
msgstr ""
|
3624 |
|
3656 |
msgid "Shop"
|
3657 |
msgstr ""
|
3658 |
|
3659 |
+
#: includes/addons/wl_onepage_slider.php:475
|
3660 |
+
#: includes/addons/wl_onepage_slider.php:480
|
3661 |
+
#: includes/addons/wl_onepage_slider.php:485
|
3662 |
msgid "Shop now"
|
3663 |
msgstr ""
|
3664 |
|
3666 |
msgid "Short description dose not set this product."
|
3667 |
msgstr ""
|
3668 |
|
3669 |
+
#: includes/addons/product_flash_sale.php:176
|
3670 |
+
#: includes/addons/product_flash_sale.php:328
|
3671 |
+
#: includes/addons/wb_product_upsell.php:95
|
3672 |
#: includes/addons/wb_archive_product.php:807
|
3673 |
+
#: includes/addons/wl_archive_title.php:64
|
3674 |
+
#: includes/addons/wl_archive_title.php:76
|
3675 |
+
#: includes/addons/wl_archive_title.php:88
|
3676 |
+
#: includes/addons/wb_product_related.php:111
|
3677 |
+
#: includes/addons/wb_product_additional_information.php:54
|
3678 |
msgid "Show"
|
3679 |
msgstr ""
|
3680 |
|
3681 |
+
#: includes/addons/wl_recently_viewed_products.php:147
|
3682 |
+
msgid "Show Add To Cart Button"
|
3683 |
+
msgstr ""
|
3684 |
+
|
3685 |
+
#: includes/addons/wl_recently_viewed_products.php:157
|
3686 |
+
msgid "Show Badge"
|
3687 |
+
msgstr ""
|
3688 |
+
|
3689 |
+
#: includes/addons/product_image_accordion.php:72
|
3690 |
+
#: includes/addons/product_accordion.php:93
|
3691 |
+
#: includes/addons/product_curvy.php:128
|
3692 |
msgid "Show By Id"
|
3693 |
msgstr ""
|
3694 |
|
3695 |
+
#: includes/addons/wl_category_grid.php:151
|
3696 |
msgid "Show Count"
|
3697 |
msgstr ""
|
3698 |
|
3699 |
+
#: includes/addons/product_flash_sale.php:174
|
3700 |
msgid "Show Countdown Timer"
|
3701 |
msgstr ""
|
3702 |
|
3703 |
+
#: includes/addons/wl_archive_title.php:73
|
3704 |
msgid "Show Description"
|
3705 |
msgstr ""
|
3706 |
|
3707 |
+
#: includes/addons/wl_recently_viewed_products.php:95
|
3708 |
+
msgid "Show Empty Message"
|
3709 |
+
msgstr ""
|
3710 |
+
|
3711 |
+
#: includes/addons/wl_product_horizontal_filter.php:237
|
3712 |
msgid "Show Filter Button"
|
3713 |
msgstr ""
|
3714 |
|
3715 |
+
#: includes/addons/wl_product_horizontal_filter.php:229
|
3716 |
msgid "Show Filter Label"
|
3717 |
msgstr ""
|
3718 |
|
3719 |
+
#: includes/addons/wl_faq.php:190
|
3720 |
msgid "Show First Item"
|
3721 |
msgstr ""
|
3722 |
|
3723 |
+
#: includes/addons/wl_archive_title.php:85
|
3724 |
msgid "Show Image"
|
3725 |
msgstr ""
|
3726 |
|
3727 |
+
#: includes/addons/wl_category.php:148 includes/addons/wl_category_grid.php:127
|
3728 |
msgid "Show items"
|
3729 |
msgstr ""
|
3730 |
|
3732 |
msgid "Show Number of Product:"
|
3733 |
msgstr ""
|
3734 |
|
3735 |
+
#: includes/addons/wl_recently_viewed_products.php:137
|
3736 |
+
msgid "Show Price"
|
3737 |
+
msgstr ""
|
3738 |
+
|
3739 |
#: includes/addons/wb_archive_product.php:111
|
3740 |
msgid "Show Result Count"
|
3741 |
msgstr ""
|
3742 |
|
3743 |
+
#: includes/addons/product_flash_sale.php:326
|
3744 |
msgid "Show Stock Progress Bar"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
+
#: includes/addons/wl_archive_title.php:61
|
3748 |
+
#: includes/addons/wl_recently_viewed_products.php:127
|
3749 |
msgid "Show Title"
|
3750 |
msgstr ""
|
3751 |
|
3760 |
msgid "Single"
|
3761 |
msgstr ""
|
3762 |
|
3763 |
+
#: includes/addons/wl_category_grid.php:73
|
3764 |
msgid "Single Category"
|
3765 |
msgstr ""
|
3766 |
|
3767 |
+
#: includes/addons/wl_testimonial.php:201
|
3768 |
+
#: includes/addons/wb_customer_review.php:189
|
3769 |
+
#: includes/addons/wl_recently_viewed_products.php:81
|
3770 |
+
#: includes/addons/wl_category_grid.php:198
|
3771 |
msgid "Six"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
+
#: includes/addons/wb_product_qr_code.php:50
|
3775 |
+
#: includes/addons/wl_product_filter.php:550
|
3776 |
msgid "Size"
|
3777 |
msgstr ""
|
3778 |
|
3779 |
+
#: includes/addons/wb_product_sku.php:43
|
3780 |
msgid "SKU"
|
3781 |
msgstr ""
|
3782 |
|
3783 |
#: classes/class.default_data.php:323 classes/class.default_data.php:344
|
3784 |
+
#: includes/addons/wb_product_sku.php:148
|
3785 |
msgid "SKU:"
|
3786 |
msgstr ""
|
3787 |
|
3788 |
+
#: includes/addons/wl_onepage_slider.php:44
|
3789 |
msgid "Slider"
|
3790 |
msgstr ""
|
3791 |
|
3792 |
+
#: includes/addons/wl_testimonial.php:311 includes/addons/product_tabs.php:437
|
3793 |
+
#: includes/addons/wl_category_grid.php:278
|
3794 |
msgid "Slider Arrow"
|
3795 |
msgstr ""
|
3796 |
|
3797 |
+
#: includes/addons/wl_testimonial.php:343 includes/addons/product_tabs.php:475
|
3798 |
+
#: includes/addons/wl_category_grid.php:310
|
3799 |
msgid "Slider autoplay"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
+
#: includes/addons/wl_testimonial.php:792 includes/addons/wl_brand.php:354
|
3803 |
+
#: includes/addons/wl_brand.php:366 includes/addons/product_tabs.php:615
|
3804 |
+
#: includes/addons/wl_category_grid.php:656
|
3805 |
msgid "Slider Controller Style"
|
3806 |
msgstr ""
|
3807 |
|
3808 |
+
#: includes/addons/wl_testimonial.php:321 includes/addons/product_tabs.php:450
|
3809 |
+
#: includes/addons/wl_category_grid.php:288
|
3810 |
msgid "Slider dots"
|
3811 |
msgstr ""
|
3812 |
|
3813 |
+
#: includes/addons/wl_product_filter.php:541
|
3814 |
msgid "Slider Handler"
|
3815 |
msgstr ""
|
3816 |
|
3817 |
+
#: includes/addons/wl_testimonial.php:379
|
3818 |
+
#: includes/addons/wl_testimonial.php:410
|
3819 |
+
#: includes/addons/wl_testimonial.php:451 includes/addons/product_tabs.php:514
|
3820 |
#: includes/addons/product_tabs.php:547 includes/addons/product_tabs.php:590
|
3821 |
+
#: includes/addons/wl_category_grid.php:345
|
3822 |
+
#: includes/addons/wl_category_grid.php:376
|
3823 |
+
#: includes/addons/wl_category_grid.php:417
|
3824 |
msgid "Slider item to scroll"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
+
#: includes/addons/wl_testimonial.php:300
|
3828 |
+
#: includes/addons/wl_testimonial.php:399
|
3829 |
+
#: includes/addons/wl_testimonial.php:440 includes/addons/product_tabs.php:422
|
3830 |
#: includes/addons/product_tabs.php:535 includes/addons/product_tabs.php:578
|
3831 |
+
#: includes/addons/wl_category_grid.php:267
|
3832 |
+
#: includes/addons/wl_category_grid.php:365
|
3833 |
+
#: includes/addons/wl_category_grid.php:406
|
3834 |
msgid "Slider Items"
|
3835 |
msgstr ""
|
3836 |
|
3837 |
+
#: includes/addons/wl_brand.php:65
|
3838 |
#, php-format
|
3839 |
msgid ""
|
3840 |
"Slider layouts are available in the pro version. <a href=\"%s\" "
|
3841 |
"target=\"_blank\">Get Pro</a>"
|
3842 |
msgstr ""
|
3843 |
|
3844 |
+
#: includes/addons/wl_testimonial.php:169
|
3845 |
+
#: includes/addons/wl_category_grid.php:166
|
3846 |
msgid "Slider On"
|
3847 |
msgstr ""
|
3848 |
|
3849 |
+
#: includes/addons/wl_testimonial.php:290 includes/addons/wl_brand.php:212
|
3850 |
+
#: includes/addons/wl_brand.php:223 includes/addons/product_tabs.php:412
|
3851 |
+
#: includes/addons/wl_category_grid.php:257
|
3852 |
msgid "Slider Option"
|
3853 |
msgstr ""
|
3854 |
|
3855 |
+
#: includes/helper-function.php:944
|
3856 |
msgid "Sold"
|
3857 |
msgstr ""
|
3858 |
|
3859 |
+
#: includes/addons/product_flash_sale.php:350
|
3860 |
msgid "Sold Custom Text"
|
3861 |
msgstr ""
|
3862 |
|
3863 |
+
#: includes/addons/product_flash_sale.php:920
|
3864 |
msgid "Sold Label Color"
|
3865 |
msgstr ""
|
3866 |
|
3867 |
+
#: includes/addons/product_flash_sale.php:352
|
3868 |
+
#: includes/addons/product_flash_sale.php:1037
|
3869 |
msgid "Sold:"
|
3870 |
msgstr ""
|
3871 |
|
3914 |
msgid "Sorry, you are not allowed to install themes on this site."
|
3915 |
msgstr ""
|
3916 |
|
3917 |
+
#: includes/addons/wl_product_horizontal_filter.php:44
|
3918 |
+
#: includes/addons/wl_product_horizontal_filter.php:117
|
3919 |
+
#: includes/addons/wl_product_horizontal_filter.php:118
|
3920 |
+
#: includes/addons/wl_product_filter.php:45
|
3921 |
msgid "Sort By"
|
3922 |
msgstr ""
|
3923 |
|
3924 |
+
#: includes/helper-function.php:804
|
3925 |
msgid "Sort by average rating"
|
3926 |
msgstr ""
|
3927 |
|
3928 |
+
#: includes/helper-function.php:805
|
3929 |
msgid "Sort by latest"
|
3930 |
msgstr ""
|
3931 |
|
3932 |
+
#: includes/helper-function.php:803
|
3933 |
msgid "Sort by popularity"
|
3934 |
msgstr ""
|
3935 |
|
3936 |
+
#: includes/helper-function.php:807
|
3937 |
msgid "Sort by price: high to low"
|
3938 |
msgstr ""
|
3939 |
|
3940 |
+
#: includes/helper-function.php:806
|
3941 |
msgid "Sort by price: low to high"
|
3942 |
msgstr ""
|
3943 |
|
3944 |
+
#: includes/addons/wl_breadcrumbs.php:134
|
3945 |
+
#: includes/addons/wl_testimonial.php:227
|
3946 |
+
#: includes/addons/wb_customer_review.php:215
|
3947 |
+
#: includes/addons/wl_category_grid.php:224
|
3948 |
msgid "Space"
|
3949 |
msgstr ""
|
3950 |
|
3951 |
+
#: includes/addons/wb_product_image.php:118
|
3952 |
msgid "Spacing"
|
3953 |
msgstr ""
|
3954 |
|
3955 |
+
#: includes/helper-function.php:586
|
3956 |
msgid "span"
|
3957 |
msgstr ""
|
3958 |
|
3959 |
+
#: classes/class.widgets_control.php:228
|
3960 |
msgid "Special Day Offer"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
+
#: includes/addons/wb_product_rating.php:51
|
3964 |
msgid "Star Color"
|
3965 |
msgstr ""
|
3966 |
|
3968 |
msgid "Star Size"
|
3969 |
msgstr ""
|
3970 |
|
3971 |
+
#: includes/addons/wl_store_features.php:120
|
3972 |
msgid "Start from $100"
|
3973 |
msgstr ""
|
3974 |
|
3976 |
msgid "Stock availability does not exist this product."
|
3977 |
msgstr ""
|
3978 |
|
3979 |
+
#: includes/addons/product_flash_sale.php:319
|
3980 |
msgid "Stock Progress Bar"
|
3981 |
msgstr ""
|
3982 |
|
3983 |
+
#: includes/addons/product_flash_sale.php:887
|
3984 |
msgid "Stock Progress Style"
|
3985 |
msgstr ""
|
3986 |
|
3987 |
+
#: includes/addons/wl_store_features.php:41
|
3988 |
msgid "Store Feature"
|
3989 |
msgstr ""
|
3990 |
|
3991 |
+
#: classes/class.widgets_control.php:236
|
3992 |
msgid "Store Features"
|
3993 |
msgstr ""
|
3994 |
|
3995 |
+
#: includes/addons/wb_product_short_description.php:45
|
3996 |
+
#: includes/addons/wl_breadcrumbs.php:66
|
3997 |
+
#: includes/addons/wb_wc_multicurrency.php:54
|
3998 |
+
#: includes/addons/wl_onepage_slider.php:152
|
3999 |
#: includes/addons/special_day_offer.php:261
|
4000 |
+
#: includes/addons/wl_testimonial.php:52
|
4001 |
+
#: includes/addons/wl_archive_title.php:100
|
4002 |
+
#: includes/addons/product_image_accordion.php:272
|
4003 |
+
#: includes/addons/wb_product_description.php:44
|
4004 |
+
#: includes/addons/product_accordion.php:325
|
4005 |
+
#: includes/addons/wl_category.php:204 includes/addons/product_curvy.php:61
|
4006 |
+
#: includes/addons/product_curvy.php:332
|
4007 |
+
#: includes/addons/wb_product_rating.php:44
|
4008 |
+
#: includes/addons/wb_image_marker.php:82
|
4009 |
+
#: includes/addons/wb_customer_review.php:50
|
4010 |
+
#: includes/addons/wb_product_stock.php:44 includes/addons/product_tabs.php:853
|
4011 |
#: includes/addons/add_banner.php:50 includes/addons/add_banner.php:139
|
4012 |
msgid "Style"
|
4013 |
msgstr ""
|
4014 |
|
4015 |
+
#: includes/addons/wb_image_marker.php:90
|
4016 |
+
#: includes/addons/wl_category_grid.php:59
|
4017 |
msgid "Style Five"
|
4018 |
msgstr ""
|
4019 |
|
4020 |
+
#: includes/addons/wl_testimonial.php:59 includes/addons/wb_image_marker.php:89
|
4021 |
+
#: includes/addons/wb_customer_review.php:57
|
4022 |
+
#: includes/addons/wl_category_grid.php:58
|
4023 |
msgid "Style Four"
|
4024 |
msgstr ""
|
4025 |
|
4026 |
+
#: includes/addons/product_flash_sale.php:190
|
4027 |
+
#: includes/addons/wl_testimonial.php:56 includes/addons/product_curvy.php:65
|
4028 |
+
#: includes/addons/wb_image_marker.php:86
|
4029 |
+
#: includes/addons/wb_customer_review.php:54
|
4030 |
#: includes/addons/product_tabs.php:65 includes/addons/add_banner.php:54
|
4031 |
+
#: includes/addons/wl_category_grid.php:55
|
4032 |
msgid "Style One"
|
4033 |
msgstr ""
|
4034 |
|
4035 |
+
#: includes/addons/wl_testimonial.php:58 includes/addons/product_curvy.php:67
|
4036 |
+
#: includes/addons/wb_image_marker.php:88
|
4037 |
+
#: includes/addons/wb_customer_review.php:56
|
4038 |
+
#: includes/addons/product_tabs.php:67 includes/addons/wl_category_grid.php:57
|
4039 |
msgid "Style Three"
|
4040 |
msgstr ""
|
4041 |
|
4042 |
+
#: includes/addons/product_flash_sale.php:191
|
4043 |
+
#: includes/addons/wl_testimonial.php:57 includes/addons/product_curvy.php:66
|
4044 |
+
#: includes/addons/wb_image_marker.php:87
|
4045 |
+
#: includes/addons/wb_customer_review.php:55
|
4046 |
#: includes/addons/product_tabs.php:66 includes/addons/add_banner.php:55
|
4047 |
+
#: includes/addons/wl_category_grid.php:56
|
4048 |
msgid "Style Two"
|
4049 |
msgstr ""
|
4050 |
|
4051 |
+
#: includes/addons/wb_wishsuite_counter.php:57
|
4052 |
msgid "Styles"
|
4053 |
msgstr ""
|
4054 |
|
4055 |
+
#: includes/addons/wl_onepage_slider.php:83
|
4056 |
+
#: includes/addons/wl_onepage_slider.php:253
|
4057 |
#: includes/addons/special_day_offer.php:384
|
4058 |
+
#: includes/addons/wl_store_features.php:118
|
4059 |
+
#: includes/addons/wl_store_features.php:501 includes/addons/add_banner.php:188
|
4060 |
msgid "Sub Title"
|
4061 |
msgstr ""
|
4062 |
|
4065 |
msgid "Submit"
|
4066 |
msgstr ""
|
4067 |
|
4068 |
+
#: includes/addons/wl_product_horizontal_filter.php:587
|
4069 |
#: includes/addons/wb_product_suggest_price.php:393
|
4070 |
+
#: includes/addons/wl_product_filter.php:281
|
4071 |
msgid "Submit Button"
|
4072 |
msgstr ""
|
4073 |
|
4114 |
msgid "Swatchly"
|
4115 |
msgstr ""
|
4116 |
|
4117 |
+
#: includes/addons/wb_product_data_tab.php:44
|
4118 |
msgid "Tab Menu"
|
4119 |
msgstr ""
|
4120 |
|
4130 |
msgid "Tab Menu Style"
|
4131 |
msgstr ""
|
4132 |
|
4133 |
+
#: includes/addons/wb_wishsuite_table.php:119
|
4134 |
msgid "Table Body"
|
4135 |
msgstr ""
|
4136 |
|
4137 |
+
#: includes/addons/wb_just_table.php:114
|
4138 |
msgid "Table Content"
|
4139 |
msgstr ""
|
4140 |
|
4141 |
+
#: includes/addons/wb_wishsuite_table.php:68
|
4142 |
msgid "Table Heading"
|
4143 |
msgstr ""
|
4144 |
|
4145 |
+
#: includes/addons/wl_testimonial.php:390 includes/addons/product_tabs.php:526
|
4146 |
+
#: includes/addons/wl_category_grid.php:356
|
4147 |
msgid "Tablet"
|
4148 |
msgstr ""
|
4149 |
|
4150 |
+
#: includes/addons/wl_testimonial.php:421 includes/addons/product_tabs.php:559
|
4151 |
+
#: includes/addons/wl_category_grid.php:387
|
4152 |
msgid "Tablet Resolution"
|
4153 |
msgstr ""
|
4154 |
|
4155 |
#: classes/class.default_data.php:329 classes/class.default_data.php:358
|
4156 |
+
#: includes/addons/wb_product_tags.php:160
|
4157 |
msgid "Tag:"
|
4158 |
msgid_plural "Tags:"
|
4159 |
msgstr[0] ""
|
4160 |
msgstr[1] ""
|
4161 |
|
4162 |
+
#: includes/addons/wb_product_tags.php:43
|
4163 |
msgid "Tags"
|
4164 |
msgstr ""
|
4165 |
|
4217 |
msgid "Templates list navigation"
|
4218 |
msgstr ""
|
4219 |
|
4220 |
+
#: includes/addons/wl_testimonial.php:205
|
4221 |
+
#: includes/addons/wb_customer_review.php:193
|
4222 |
+
#: includes/addons/wl_recently_viewed_products.php:85
|
4223 |
+
#: includes/addons/wl_category_grid.php:202
|
4224 |
msgid "Ten"
|
4225 |
msgstr ""
|
4226 |
|
4227 |
+
#: classes/class.widgets_control.php:288 includes/addons/wl_testimonial.php:45
|
4228 |
msgid "Testimonial"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
+
#: includes/addons/wb_wishsuite_counter.php:142
|
4232 |
msgid "Text"
|
4233 |
msgstr ""
|
4234 |
|
4235 |
+
#: includes/addons/wb_wishsuite_counter.php:45
|
4236 |
msgid "Text after \"Wishlist\" icon"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
+
#: includes/addons/wb_product_short_description.php:82
|
4240 |
+
#: includes/addons/wl_breadcrumbs.php:101
|
4241 |
+
#: includes/addons/wb_product_meta.php:50
|
4242 |
+
#: includes/addons/wb_product_data_tab.php:59
|
4243 |
+
#: includes/addons/wb_product_data_tab.php:151
|
4244 |
+
#: includes/addons/wb_product_data_tab.php:229
|
4245 |
#: includes/addons/wb_archive_product.php:822
|
4246 |
+
#: includes/addons/wb_product_call_for_price.php:92
|
4247 |
+
#: includes/addons/wb_product_call_for_price.php:177
|
4248 |
+
#: includes/addons/wb_product_description.php:80
|
4249 |
#: includes/addons/wb_product_suggest_price.php:200
|
4250 |
#: includes/addons/wb_product_suggest_price.php:302
|
4251 |
#: includes/addons/wb_product_suggest_price.php:565
|
4252 |
#: includes/addons/wb_product_suggest_price.php:650
|
4253 |
#: includes/addons/wb_product_suggest_price.php:708
|
4254 |
#: includes/addons/wb_product_suggest_price.php:793
|
4255 |
+
#: includes/addons/wb_product_stock.php:51
|
4256 |
+
#: includes/addons/wb_product_add_to_cart.php:61
|
4257 |
+
#: includes/addons/wb_product_add_to_cart.php:146
|
4258 |
msgid "Text Color"
|
4259 |
msgstr ""
|
4260 |
|
4267 |
msgid "Thank you for contacting with us"
|
4268 |
msgstr ""
|
4269 |
|
4270 |
+
#: includes/addons/wl_faq.php:163
|
4271 |
msgid "The Basics Of Western Astrology Explained"
|
4272 |
msgstr ""
|
4273 |
|
4274 |
+
#: includes/addons/wl_testimonial.php:463 includes/addons/product_tabs.php:603
|
4275 |
+
#: includes/addons/wl_category_grid.php:429
|
4276 |
msgid "The resolution to mobile."
|
4277 |
msgstr ""
|
4278 |
|
4279 |
+
#: includes/addons/wl_testimonial.php:422 includes/addons/product_tabs.php:560
|
4280 |
+
#: includes/addons/wl_category_grid.php:388
|
4281 |
msgid "The resolution to the tablet."
|
4282 |
msgstr ""
|
4283 |
|
4298 |
"been entered correctly, or contact us if you need any help."
|
4299 |
msgstr ""
|
4300 |
|
4301 |
+
#: includes/addons/product_accordion.php:210
|
4302 |
+
msgid "This text effect only for simple product."
|
4303 |
+
msgstr ""
|
4304 |
+
|
4305 |
+
#: includes/addons/wl_testimonial.php:198
|
4306 |
+
#: includes/addons/wb_customer_review.php:186
|
4307 |
+
#: includes/addons/wl_recently_viewed_products.php:78
|
4308 |
+
#: includes/addons/wl_category_grid.php:195
|
4309 |
msgid "Three"
|
4310 |
msgstr ""
|
4311 |
|
4312 |
+
#: includes/addons/product_flash_sale.php:222
|
4313 |
msgid "Thumbnail Bottom"
|
4314 |
msgstr ""
|
4315 |
|
4316 |
+
#: includes/addons/product_flash_sale.php:214
|
4317 |
msgid "Thumbnail Left"
|
4318 |
msgstr ""
|
4319 |
|
4320 |
+
#: includes/addons/product_flash_sale.php:218
|
4321 |
msgid "Thumbnail Right"
|
4322 |
msgstr ""
|
4323 |
|
4324 |
+
#: includes/addons/wb_product_image.php:89
|
4325 |
+
#: includes/addons/wl_product_video_gallery.php:162
|
4326 |
msgid "Thumbnails"
|
4327 |
msgstr ""
|
4328 |
|
4329 |
+
#: includes/addons/wb_product_image.php:98
|
4330 |
msgid "Thumbnails Border"
|
4331 |
msgstr ""
|
4332 |
|
4333 |
+
#: includes/addons/wl_product_video_gallery.php:57
|
4334 |
msgid "Thumbnails Position"
|
4335 |
msgstr ""
|
4336 |
|
4337 |
+
#: includes/helper-function.php:1006 includes/addons/wl_faq.php:68
|
4338 |
+
#: includes/addons/wl_faq.php:342 includes/addons/product_flash_sale.php:136
|
4339 |
+
#: includes/addons/product_flash_sale.php:772
|
4340 |
+
#: includes/addons/wl_product_horizontal_filter.php:197
|
4341 |
+
#: includes/addons/wl_product_horizontal_filter.php:370
|
4342 |
+
#: includes/addons/wl_onepage_slider.php:73
|
4343 |
+
#: includes/addons/wl_onepage_slider.php:211
|
4344 |
+
#: includes/addons/wb_product_upsell.php:67
|
4345 |
#: includes/addons/special_day_offer.php:86
|
4346 |
#: includes/addons/special_day_offer.php:325
|
4347 |
+
#: includes/addons/wl_store_features.php:108
|
4348 |
+
#: includes/addons/wl_store_features.php:455
|
4349 |
#: includes/addons/wb_archive_product.php:128
|
4350 |
#: includes/addons/wb_archive_product.php:310
|
4351 |
+
#: includes/addons/wl_archive_title.php:135
|
4352 |
+
#: includes/addons/product_image_accordion.php:149
|
4353 |
+
#: includes/addons/wb_product_related.php:82
|
4354 |
+
#: includes/addons/product_accordion.php:170
|
4355 |
+
#: includes/addons/wl_category.php:307 includes/addons/product_curvy.php:205
|
4356 |
+
#: includes/addons/wl_product_filter.php:94
|
4357 |
+
#: includes/addons/wl_product_filter.php:143
|
4358 |
+
#: includes/addons/wb_image_marker.php:304
|
4359 |
+
#: includes/addons/wl_recently_viewed_products.php:295
|
4360 |
+
#: includes/addons/product_tabs.php:164 includes/addons/product_tabs.php:941
|
4361 |
+
#: includes/addons/add_banner.php:147 includes/addons/wl_category_grid.php:543
|
4362 |
msgid "Title"
|
4363 |
msgstr ""
|
4364 |
|
4365 |
+
#: includes/addons/product_accordion.php:385
|
4366 |
msgid "Title Area"
|
4367 |
msgstr ""
|
4368 |
|
4369 |
+
#: includes/addons/product_flash_sale.php:420
|
4370 |
+
#: includes/addons/wl_archive_title.php:144
|
4371 |
+
#: includes/addons/product_image_accordion.php:374
|
4372 |
+
#: includes/addons/product_accordion.php:415
|
4373 |
+
#: includes/addons/product_curvy.php:427 includes/addons/product_curvy.php:441
|
4374 |
+
#: includes/addons/wb_product_categories.php:95
|
4375 |
+
#: includes/addons/wb_product_title.php:70
|
4376 |
+
#: includes/addons/wb_product_sku.php:95 includes/addons/wb_product_tags.php:95
|
4377 |
msgid "Title Color"
|
4378 |
msgstr ""
|
4379 |
|
4381 |
msgid "Title color"
|
4382 |
msgstr ""
|
4383 |
|
4384 |
+
#: includes/addons/product_flash_sale.php:441
|
4385 |
+
#: includes/addons/product_image_accordion.php:386
|
4386 |
+
#: includes/addons/product_curvy.php:456
|
4387 |
msgid "Title Hover Color"
|
4388 |
msgstr ""
|
4389 |
|
4390 |
+
#: includes/addons/wl_archive_title.php:50
|
4391 |
+
#: includes/addons/wb_product_title.php:49
|
4392 |
+
#: includes/addons/wl_recently_viewed_products.php:167
|
4393 |
msgid "Title HTML Tag"
|
4394 |
msgstr ""
|
4395 |
|
4397 |
msgid "Title:"
|
4398 |
msgstr ""
|
4399 |
|
4400 |
+
#: includes/addons/wl_product_horizontal_filter.php:162
|
4401 |
+
#: includes/addons/wl_product_horizontal_filter.php:177
|
4402 |
msgid "to"
|
4403 |
msgstr ""
|
4404 |
|
4405 |
+
#: includes/addons/product_flash_sale.php:1224
|
4406 |
msgid "To show the stock progress bar. Set the initial stock amount from"
|
4407 |
msgstr ""
|
4408 |
|
4409 |
#: includes/addons/special_day_offer.php:54
|
4410 |
+
#: includes/addons/wl_product_video_gallery.php:69
|
4411 |
#: includes/admin/include/templates_list.php:76
|
4412 |
#: includes/admin/include/templates_list.php:79
|
4413 |
msgid "Top"
|
4414 |
msgstr ""
|
4415 |
|
4416 |
+
#: includes/helper-function.php:1012
|
4417 |
msgid "Top Rated"
|
4418 |
msgstr ""
|
4419 |
|
4420 |
+
#: includes/addons/product_image_accordion.php:70
|
4421 |
+
#: includes/addons/product_accordion.php:91
|
4422 |
+
#: includes/addons/product_curvy.php:126 includes/addons/product_tabs.php:83
|
4423 |
msgid "Top Rated Products"
|
4424 |
msgstr ""
|
4425 |
|
4426 |
+
#: includes/helper-function.php:1011
|
4427 |
msgid "Top Seller"
|
4428 |
msgstr ""
|
4429 |
|
4431 |
msgid "Total"
|
4432 |
msgstr ""
|
4433 |
|
4434 |
+
#: includes/addons/wl_testimonial.php:197
|
4435 |
+
#: includes/addons/wb_customer_review.php:185
|
4436 |
+
#: includes/addons/wl_recently_viewed_products.php:77
|
4437 |
+
#: includes/addons/wl_category_grid.php:194
|
4438 |
msgid "Two"
|
4439 |
msgstr ""
|
4440 |
|
4443 |
msgid "Type"
|
4444 |
msgstr ""
|
4445 |
|
4446 |
+
#: includes/addons/wl_onepage_slider.php:105
|
4447 |
msgid "Type your button link here"
|
4448 |
msgstr ""
|
4449 |
|
4450 |
+
#: includes/addons/wl_onepage_slider.php:95
|
4451 |
msgid "Type your button text here"
|
4452 |
msgstr ""
|
4453 |
|
4454 |
+
#: includes/addons/product_image_accordion.php:192
|
4455 |
+
#: includes/addons/product_accordion.php:213
|
4456 |
msgid "Type your cart button text"
|
4457 |
msgstr ""
|
4458 |
|
4459 |
+
#: includes/addons/wl_faq.php:71
|
4460 |
msgid "Type your faq title here"
|
4461 |
msgstr ""
|
4462 |
|
4463 |
+
#: includes/addons/wl_onepage_slider.php:85
|
4464 |
msgid "Type your sub title here"
|
4465 |
msgstr ""
|
4466 |
|
4467 |
+
#: includes/addons/wl_onepage_slider.php:75 includes/addons/wl_brand.php:77
|
4468 |
msgid "Type your title here"
|
4469 |
msgstr ""
|
4470 |
|
4471 |
+
#: includes/addons/wl_faq.php:452 includes/addons/wl_faq.php:565
|
4472 |
+
#: includes/addons/wb_product_short_description.php:95
|
4473 |
+
#: includes/addons/wb_product_price.php:63
|
4474 |
+
#: includes/addons/wb_product_price.php:104
|
4475 |
+
#: includes/addons/wb_wishsuite_counter.php:168
|
4476 |
+
#: includes/addons/wl_product_horizontal_filter.php:393
|
4477 |
+
#: includes/addons/wl_product_horizontal_filter.php:460
|
4478 |
+
#: includes/addons/wl_product_horizontal_filter.php:546
|
4479 |
+
#: includes/addons/wb_wc_multicurrency.php:90
|
4480 |
+
#: includes/addons/wl_onepage_slider.php:232
|
4481 |
+
#: includes/addons/wl_onepage_slider.php:274
|
4482 |
+
#: includes/addons/wl_onepage_slider.php:338
|
4483 |
+
#: includes/addons/wb_product_upsell.php:132
|
4484 |
#: includes/addons/special_day_offer.php:349
|
4485 |
#: includes/addons/special_day_offer.php:408
|
4486 |
#: includes/addons/special_day_offer.php:467
|
4487 |
#: includes/addons/special_day_offer.php:526
|
4488 |
#: includes/addons/special_day_offer.php:585
|
4489 |
#: includes/addons/special_day_offer.php:652
|
4490 |
+
#: includes/addons/wb_product_meta.php:84
|
4491 |
+
#: includes/addons/wl_store_features.php:478
|
4492 |
+
#: includes/addons/wl_store_features.php:524
|
4493 |
+
#: includes/addons/wb_product_data_tab.php:94
|
4494 |
+
#: includes/addons/wb_product_data_tab.php:186
|
4495 |
+
#: includes/addons/wb_product_data_tab.php:221 includes/addons/wb_whols.php:68
|
4496 |
+
#: includes/addons/wb_archive_catalog_ordering.php:53
|
4497 |
+
#: includes/addons/wb_product_related.php:144
|
4498 |
+
#: includes/addons/wb_product_call_for_price.php:104
|
4499 |
+
#: includes/addons/wb_archive_result_count.php:71
|
4500 |
+
#: includes/addons/wb_product_description.php:92
|
4501 |
+
#: includes/addons/wl_category.php:340 includes/addons/wb_just_table.php:87
|
4502 |
+
#: includes/addons/wb_product_categories.php:52
|
4503 |
#: includes/addons/wb_product_suggest_price.php:577
|
4504 |
#: includes/addons/wb_product_suggest_price.php:720
|
4505 |
+
#: includes/addons/wb_product_title.php:82
|
4506 |
+
#: includes/addons/wl_product_filter.php:166
|
4507 |
+
#: includes/addons/wl_product_filter.php:252
|
4508 |
+
#: includes/addons/wl_product_filter.php:419
|
4509 |
+
#: includes/addons/wb_product_sku.php:52
|
4510 |
+
#: includes/addons/wb_product_stock.php:63
|
4511 |
+
#: includes/addons/wb_wishsuite_table.php:108
|
4512 |
+
#: includes/addons/wb_product_add_to_cart.php:73
|
4513 |
+
#: includes/addons/wb_ever_compare_table.php:88
|
4514 |
+
#: includes/addons/wb_product_additional_information.php:91
|
4515 |
+
#: includes/addons/wb_product_additional_information.php:137
|
4516 |
#: includes/addons/add_banner.php:180 includes/addons/add_banner.php:210
|
4517 |
+
#: includes/addons/add_banner.php:264 includes/addons/wl_category_grid.php:590
|
4518 |
+
#: includes/addons/wl_category_grid.php:645
|
4519 |
+
#: includes/addons/wb_product_tags.php:52
|
4520 |
msgid "Typography"
|
4521 |
msgstr ""
|
4522 |
|
4523 |
+
#: includes/addons/product_flash_sale.php:1270
|
4524 |
msgid "Unfortunately, no products were found in the deal you selected."
|
4525 |
msgstr ""
|
4526 |
|
4527 |
+
#: classes/class.widgets_control.php:216
|
4528 |
msgid "Universal Product"
|
4529 |
msgstr ""
|
4530 |
|
4531 |
+
#: includes/addons/product_flash_sale.php:52
|
4532 |
msgid "Unnamed Deal"
|
4533 |
msgstr ""
|
4534 |
|
4540 |
msgid "Uploaded to this Template"
|
4541 |
msgstr ""
|
4542 |
|
4543 |
+
#: includes/addons/wb_product_upsell.php:43
|
4544 |
msgid "Upsells"
|
4545 |
msgstr ""
|
4546 |
|
4553 |
msgid "Username or email"
|
4554 |
msgstr ""
|
4555 |
|
4556 |
+
#: includes/addons/wb_archive_result_count.php:103
|
4557 |
+
#: includes/addons/wb_product_categories.php:109
|
4558 |
+
#: includes/addons/wb_product_sku.php:109
|
4559 |
+
#: includes/addons/wb_product_tags.php:109
|
4560 |
msgid "Value Color"
|
4561 |
msgstr ""
|
4562 |
|
4563 |
+
#: includes/addons/wb_product_categories.php:121
|
4564 |
+
#: includes/addons/wb_product_tags.php:121
|
4565 |
msgid "Value Hover Color"
|
4566 |
msgstr ""
|
4567 |
|
4573 |
msgid "Video"
|
4574 |
msgstr ""
|
4575 |
|
4576 |
+
#: includes/addons/wl_onepage_slider.php:113
|
4577 |
+
#: includes/addons/wl_onepage_slider.php:378
|
4578 |
msgid "Video Button"
|
4579 |
msgstr ""
|
4580 |
|
4581 |
+
#: includes/addons/wl_onepage_slider.php:133
|
4582 |
msgid "Video Icon"
|
4583 |
msgstr ""
|
4584 |
|
4585 |
+
#: includes/addons/wl_onepage_slider.php:121
|
4586 |
msgid "Video Link"
|
4587 |
msgstr ""
|
4588 |
|
4589 |
+
#: includes/addons/wl_product_video_gallery.php:49
|
4590 |
msgid "Video Thumbnails"
|
4591 |
msgstr ""
|
4592 |
|
4607 |
msgid "View Templates"
|
4608 |
msgstr ""
|
4609 |
|
4610 |
+
#: classes/class.widgets_control.php:452
|
4611 |
msgid "WC Multicurrency"
|
4612 |
msgstr ""
|
4613 |
|
4628 |
msgid "Welcome To WooLentor"
|
4629 |
msgstr ""
|
4630 |
|
4631 |
+
#: includes/addons/wl_faq.php:168
|
4632 |
msgid "What Curling Irons Are The Best Ones"
|
4633 |
msgstr ""
|
4634 |
|
4636 |
msgid "When the product tab is off, Then working slider."
|
4637 |
msgstr ""
|
4638 |
|
4639 |
+
#: classes/class.widgets_control.php:445
|
4640 |
#: includes/admin/include/class.extension-manager.php:71
|
4641 |
msgid "Whols"
|
4642 |
msgstr ""
|
4656 |
msgid "Whols Pro – WooCommerce Wholesale Prices"
|
4657 |
msgstr ""
|
4658 |
|
4659 |
+
#: includes/addons/wl_onepage_slider.php:433
|
4660 |
+
#: includes/addons/wl_onepage_slider.php:507
|
4661 |
#: includes/addons/special_day_offer.php:173
|
4662 |
msgid "Width"
|
4663 |
msgstr ""
|
4667 |
msgid "Wishlist"
|
4668 |
msgstr ""
|
4669 |
|
4670 |
+
#: includes/addons/wb_wishsuite_table.php:49
|
4671 |
msgid "WishSuite"
|
4672 |
msgstr ""
|
4673 |
|
4674 |
+
#: classes/class.widgets_control.php:424
|
4675 |
+
#: includes/addons/wb_wishsuite_counter.php:38
|
4676 |
msgid "WishSuite Counter"
|
4677 |
msgstr ""
|
4678 |
|
4679 |
+
#: classes/class.widgets_control.php:420
|
4680 |
msgid "WishSuite Table"
|
4681 |
msgstr ""
|
4682 |
|
4683 |
+
#: includes/addons/add_banner.php:13
|
4684 |
msgid "WL: Add Banner"
|
4685 |
msgstr ""
|
4686 |
|
4687 |
+
#: includes/addons/wb_product_add_to_cart.php:13
|
4688 |
msgid "WL: Add To cart"
|
4689 |
msgstr ""
|
4690 |
|
4708 |
msgid "WL: Breadcrumbs"
|
4709 |
msgstr ""
|
4710 |
|
4711 |
+
#: includes/addons/wb_product_call_for_price.php:13
|
4712 |
msgid "WL: Call For Price"
|
4713 |
msgstr ""
|
4714 |
|
4716 |
msgid "WL: Category Grid"
|
4717 |
msgstr ""
|
4718 |
|
4719 |
+
#: includes/addons/wl_category.php:13
|
4720 |
msgid "WL: Category List"
|
4721 |
msgstr ""
|
4722 |
|
4756 |
msgid "WL: Product Additional Information"
|
4757 |
msgstr ""
|
4758 |
|
4759 |
+
#: includes/addons/wb_archive_product.php:13
|
4760 |
msgid "WL: Product Archive Layout (Default)"
|
4761 |
msgstr ""
|
4762 |
|
4780 |
msgid "WL: Product Filter"
|
4781 |
msgstr ""
|
4782 |
|
4783 |
+
#: classes/class.widgets_control.php:413
|
4784 |
#: includes/addons/product_flash_sale.php:13
|
4785 |
msgid "WL: Product Flash Sale"
|
4786 |
msgstr ""
|
4825 |
msgid "WL: Product Stock"
|
4826 |
msgstr ""
|
4827 |
|
4828 |
+
#: includes/addons/product_tabs.php:13
|
4829 |
msgid "WL: Product Tab"
|
4830 |
msgstr ""
|
4831 |
|
4841 |
msgid "WL: Product Upsell"
|
4842 |
msgstr ""
|
4843 |
|
4844 |
+
#: includes/addons/wl_product_video_gallery.php:13
|
4845 |
msgid "WL: Product Video Gallery"
|
4846 |
msgstr ""
|
4847 |
|
4849 |
msgid "WL: QR Code"
|
4850 |
msgstr ""
|
4851 |
|
4852 |
+
#: includes/addons/wl_recently_viewed_products.php:13
|
4853 |
+
msgid "WL: Recently Viewed Products"
|
4854 |
+
msgstr ""
|
4855 |
+
|
4856 |
#: includes/addons/wb_product_related.php:13
|
4857 |
msgid "WL: Related Product"
|
4858 |
msgstr ""
|
4859 |
|
4860 |
+
#: includes/addons/special_day_offer.php:13
|
4861 |
msgid "WL: Special Day Offer"
|
4862 |
msgstr ""
|
4863 |
|
4865 |
msgid "WL: Store Feature"
|
4866 |
msgstr ""
|
4867 |
|
4868 |
+
#: includes/addons/wb_product_suggest_price.php:13
|
4869 |
msgid "WL: Suggest Price"
|
4870 |
msgstr ""
|
4871 |
|
4885 |
msgid "WL: WishSuite Table"
|
4886 |
msgstr ""
|
4887 |
|
4888 |
+
#: includes/base.php:194 includes/admin/admin-init.php:85
|
4889 |
#: includes/admin/admin-init.php:86
|
4890 |
msgid "WooLentor"
|
4891 |
msgstr ""
|
4894 |
msgid "WooLentor - WooCommerce Elementor Addons + Builder"
|
4895 |
msgstr ""
|
4896 |
|
4897 |
+
#: classes/class.widgets_control.php:44
|
4898 |
msgid "Woolentor Addons"
|
4899 |
msgstr ""
|
4900 |
|
4933 |
msgid "WooLentor: Product Search Ajax"
|
4934 |
msgstr ""
|
4935 |
|
4936 |
+
#: includes/addons/wl_faq.php:153
|
4937 |
msgid "Words To Live By"
|
4938 |
msgstr ""
|
4939 |
|
4940 |
+
#: includes/addons/wb_just_table.php:129
|
4941 |
msgid "Wrapper Background"
|
4942 |
msgstr ""
|
4943 |
|
4950 |
msgid "X"
|
4951 |
msgstr ""
|
4952 |
|
4953 |
+
#: includes/addons/wb_image_marker.php:118
|
4954 |
msgid "X Position"
|
4955 |
msgstr ""
|
4956 |
|
4957 |
+
#: includes/addons/wb_image_marker.php:139
|
4958 |
msgid "Y Position"
|
4959 |
msgstr ""
|
4960 |
|
4962 |
msgid "YES"
|
4963 |
msgstr ""
|
4964 |
|
4965 |
+
#: includes/addons/wl_faq.php:113 includes/addons/wl_faq.php:192
|
4966 |
+
#: includes/addons/wl_faq.php:205 includes/addons/wl_testimonial.php:217
|
4967 |
+
#: includes/addons/wl_testimonial.php:333
|
4968 |
+
#: includes/addons/wb_customer_review.php:205
|
4969 |
#: includes/addons/product_tabs.php:465
|
4970 |
+
#: includes/addons/wl_category_grid.php:153
|
4971 |
+
#: includes/addons/wl_category_grid.php:214
|
4972 |
+
#: includes/addons/wl_category_grid.php:300
|
4973 |
#: includes/admin/include/class.template-manager.php:385
|
4974 |
msgid "Yes"
|
4975 |
msgstr ""
|
4983 |
msgid "You can enable or disable all options by one click."
|
4984 |
msgstr ""
|
4985 |
|
4986 |
+
#: includes/addons/wl_recently_viewed_products.php:108
|
4987 |
+
msgid "You haven't viewed at any of the products yet."
|
4988 |
+
msgstr ""
|
4989 |
+
|
4990 |
+
#: includes/addons/wl_recently_viewed_products.php:738
|
4991 |
+
msgid ""
|
4992 |
+
"You haven't viewed at any of the products yet. Below are demo product for "
|
4993 |
+
"the editing mode."
|
4994 |
+
msgstr ""
|
4995 |
+
|
4996 |
+
#: includes/addons/wl_onepage_slider.php:484
|
4997 |
msgid "Zippers cotton jogger"
|
4998 |
msgstr ""
|
4999 |
|
5000 |
+
#: includes/addons/wl_testimonial.php:153
|
5001 |
msgid ""
|
5002 |
"“ Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
|
5003 |
"tempor incididunt ut labore et dolore Lorem ipsum dolor sit amet, "
|
5004 |
"consectetur adipisicing elit ”"
|
5005 |
msgstr ""
|
5006 |
|
5007 |
+
#: includes/addons/wl_testimonial.php:130
|
5008 |
+
#: includes/addons/wl_testimonial.php:147
|
5009 |
+
#: includes/addons/wl_testimonial.php:159
|
5010 |
msgid ""
|
5011 |
"“ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod "
|
5012 |
"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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: 5.9
|
6 |
-
Stable tag: 2.2.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -345,6 +345,16 @@ Elementor Pro is not required. But you can use wooLentor with Elementor free & P
|
|
345 |
|
346 |
== Changelog ==
|
347 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
348 |
= Version: 2.2.3 - Date: 20-03-2022 =
|
349 |
* Added : Product SKU addon.
|
350 |
* Added : Product tags addon.
|
3 |
Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.9
|
6 |
+
Stable tag: 2.2.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
345 |
|
346 |
== Changelog ==
|
347 |
|
348 |
+
= Version: 2.2.4 - Date: 05-04-2022 =
|
349 |
+
* Added : Recently Viewed products addon.
|
350 |
+
* Solved : Product Column set issue in archive custom addon.
|
351 |
+
* Solved : Wishlist counter fatal error.
|
352 |
+
* Solved : Horizontal product filter Alignment issue for mobile device.
|
353 |
+
* Solved : Event showing issue in WL : Product Flash Sale addon.
|
354 |
+
* Solved : Phone Number validation issue in Shopify style checkout Module.
|
355 |
+
* Solved : Add to cart button text showing issue in Product Accordion addon.
|
356 |
+
* Tweak: Removed register_widget_type and widgets_registered deprecated method.
|
357 |
+
|
358 |
= Version: 2.2.3 - Date: 20-03-2022 =
|
359 |
* Added : Product SKU addon.
|
360 |
* Added : Product tags addon.
|
woolentor_addons_elementor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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.2.
|
7 |
* Author: HasThemes
|
8 |
* Author URI: https://hasthemes.com/plugins/woolentor-pro/
|
9 |
* License: GPL-2.0+
|
@@ -11,13 +11,13 @@
|
|
11 |
* Text Domain: woolentor
|
12 |
* Domain Path: /languages
|
13 |
* WC tested up to: 6.3.1
|
14 |
-
* Elementor tested up to: 3.
|
15 |
-
* Elementor Pro tested up to: 3.6.
|
16 |
*/
|
17 |
|
18 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
19 |
|
20 |
-
define( 'WOOLENTOR_VERSION', '2.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 ) );
|
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.2.4
|
7 |
* Author: HasThemes
|
8 |
* Author URI: https://hasthemes.com/plugins/woolentor-pro/
|
9 |
* License: GPL-2.0+
|
11 |
* Text Domain: woolentor
|
12 |
* Domain Path: /languages
|
13 |
* WC tested up to: 6.3.1
|
14 |
+
* Elementor tested up to: 3.6.2
|
15 |
+
* Elementor Pro tested up to: 3.6.4
|
16 |
*/
|
17 |
|
18 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
19 |
|
20 |
+
define( 'WOOLENTOR_VERSION', '2.2.4' );
|
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 ) );
|