Version Description
Download this release
Release Info
Code changes from version 2.1.5 to 2.1.6
- assets/css/woolentor-widgets.css +26 -0
- classes/class.page_action.php +1 -1
- includes/addons/wb_product_rating.php +1 -0
- includes/admin/include/admin_fields.php +12 -2
- includes/custom-metabox.php +1 -1
- includes/modules/class.module-manager.php +12 -3
- includes/modules/flash-sale/class.flash-sale.php +11 -9
- includes/modules/shopify-like-checkout/assets/shopify-like-checkout.css +4 -0
- includes/modules/shopify-like-checkout/class.shopify-like-checkout.php +4 -4
- includes/modules/shopify-like-checkout/templates/form-checkout.php +2 -2
- includes/modules/shopify-like-checkout/templates/payment.php +2 -2
- languages/woolentor.pot +98 -75
- readme.txt +14 -2
- woolentor-blocks/includes/classes/Scripts.php +10 -10
- woolentor_addons_elementor.php +4 -4
assets/css/woolentor-widgets.css
CHANGED
@@ -371,6 +371,12 @@ li.woolentor-cart .button:before {
|
|
371 |
[dir=rtl] .slick-prev {
|
372 |
right: auto;
|
373 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
374 |
|
375 |
/*Product Wrap*/
|
376 |
.ht-products {
|
@@ -2261,6 +2267,26 @@ span.wlvideo-button {
|
|
2261 |
display: flex;
|
2262 |
align-items: center;
|
2263 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2264 |
|
2265 |
/* Sale Notification */
|
2266 |
.notifake{
|
371 |
[dir=rtl] .slick-prev {
|
372 |
right: auto;
|
373 |
}
|
374 |
+
.ht-products .wlshop-grid-area.ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button,.elementor-widget-woolentor-universal-product .ht-products .ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button{
|
375 |
+
line-height: 40px;
|
376 |
+
}
|
377 |
+
.ht-product-action ul li.woolentor-cart a.wc-forward.added_to_cart{
|
378 |
+
padding: 0;
|
379 |
+
}
|
380 |
|
381 |
/*Product Wrap*/
|
382 |
.ht-products {
|
2267 |
display: flex;
|
2268 |
align-items: center;
|
2269 |
}
|
2270 |
+
.woolentor-order-review-product .variation{
|
2271 |
+
display: none !important;
|
2272 |
+
}
|
2273 |
+
.woolentor-order-review-product .woolentor-order-item-title .variation{
|
2274 |
+
display: block !important;
|
2275 |
+
}
|
2276 |
+
.woolentor-order-review-product .woolentor-order-item-title {
|
2277 |
+
display: flex;
|
2278 |
+
overflow: hidden;
|
2279 |
+
flex-flow: row wrap;
|
2280 |
+
}
|
2281 |
+
.woolentor_current_theme_storefront .elementor-widget-wl-checkout-order-review table.woocommerce-checkout-review-order-table .product-name{
|
2282 |
+
width: auto !important;
|
2283 |
+
}
|
2284 |
+
.woolentor_current_theme_99fy dd.variation-woolentor_cart_availability {
|
2285 |
+
display: block !important;
|
2286 |
+
}
|
2287 |
+
.woolentor_current_theme_99fy .woolentor-order-review-product p{
|
2288 |
+
margin: 0;
|
2289 |
+
}
|
2290 |
|
2291 |
/* Sale Notification */
|
2292 |
.notifake{
|
classes/class.page_action.php
CHANGED
@@ -89,7 +89,7 @@ class WooLentor_Page_Action{
|
|
89 |
//$remove_icon = sprintf( '<a href="%s" class="remove" title="%s" data-product_id="%s" data-product_sku="%s">×</a>', esc_url( wc_get_cart_remove_url( $cart_item_key ) ), __( 'Delete', 'woolentor' ), esc_attr( $cart_item['product_id'] ), esc_attr( $_product->get_sku() ));
|
90 |
|
91 |
$thumbnail = sprintf('<span class="product-thumbnail">%s</span>', $_product->get_image('thumbnail') );
|
92 |
-
$title = sprintf('<span class="product-title">%s <strong class="product-quantity">× %s</strong
|
93 |
|
94 |
return sprintf( '<span class="woolentor-order-item-title">%s %s</span>', $thumbnail, $title );
|
95 |
|
89 |
//$remove_icon = sprintf( '<a href="%s" class="remove" title="%s" data-product_id="%s" data-product_sku="%s">×</a>', esc_url( wc_get_cart_remove_url( $cart_item_key ) ), __( 'Delete', 'woolentor' ), esc_attr( $cart_item['product_id'] ), esc_attr( $_product->get_sku() ));
|
90 |
|
91 |
$thumbnail = sprintf('<span class="product-thumbnail">%s</span>', $_product->get_image('thumbnail') );
|
92 |
+
$title = sprintf('<span class="product-title">%s <strong class="product-quantity">× %s</strong>%s</span>', $product_name, $cart_item['quantity'], wc_get_formatted_cart_item_data( $cart_item ) );
|
93 |
|
94 |
return sprintf( '<span class="woolentor-order-item-title">%s %s</span>', $thumbnail, $title );
|
95 |
|
includes/addons/wb_product_rating.php
CHANGED
@@ -48,6 +48,7 @@ class WL_Product_Rating_Element extends Widget_Base {
|
|
48 |
'type' => Controls_Manager::COLOR,
|
49 |
'selectors' => [
|
50 |
'{{WRAPPER}} .star-rating' => 'color: {{VALUE}} !important;',
|
|
|
51 |
'{{WRAPPER}} .woocommerce-product-rating' => 'color: {{VALUE}} !important;',
|
52 |
],
|
53 |
]
|
48 |
'type' => Controls_Manager::COLOR,
|
49 |
'selectors' => [
|
50 |
'{{WRAPPER}} .star-rating' => 'color: {{VALUE}} !important;',
|
51 |
+
'{{WRAPPER}} .star-rating span:before' => 'color: {{VALUE}} !important;',
|
52 |
'{{WRAPPER}} .woocommerce-product-rating' => 'color: {{VALUE}} !important;',
|
53 |
],
|
54 |
]
|
includes/admin/include/admin_fields.php
CHANGED
@@ -1439,7 +1439,7 @@ class Woolentor_Admin_Fields {
|
|
1439 |
array(
|
1440 |
'name' => 'start_date',
|
1441 |
'label' => esc_html__( 'Valid From', 'woolentor' ),
|
1442 |
-
'desc' => __( 'The date and time the event should be enabled. Please set time based on your server time settings. Current Server Date / Time: '. current_time('Y M d
|
1443 |
'type' => 'date',
|
1444 |
'class' => 'woolentor-action-field-left'
|
1445 |
),
|
@@ -1542,7 +1542,17 @@ class Woolentor_Admin_Fields {
|
|
1542 |
array(
|
1543 |
'name' => 'partial_paymentp',
|
1544 |
'label' => esc_html__( 'Partial Payment', 'woolentor' ),
|
1545 |
-
'desc' => esc_html__( '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1546 |
'type' => 'module',
|
1547 |
'default'=> 'off',
|
1548 |
'require_settings' => true,
|
1439 |
array(
|
1440 |
'name' => 'start_date',
|
1441 |
'label' => esc_html__( 'Valid From', 'woolentor' ),
|
1442 |
+
'desc' => __( 'The date and time the event should be enabled. Please set time based on your server time settings. Current Server Date / Time: '. current_time('Y M d'), 'woolentor' ),
|
1443 |
'type' => 'date',
|
1444 |
'class' => 'woolentor-action-field-left'
|
1445 |
),
|
1542 |
array(
|
1543 |
'name' => 'partial_paymentp',
|
1544 |
'label' => esc_html__( 'Partial Payment', 'woolentor' ),
|
1545 |
+
'desc' => esc_html__( 'Partial Payment Module', 'woolentor' ),
|
1546 |
+
'type' => 'module',
|
1547 |
+
'default'=> 'off',
|
1548 |
+
'require_settings' => true,
|
1549 |
+
'is_pro' => true
|
1550 |
+
),
|
1551 |
+
|
1552 |
+
array(
|
1553 |
+
'name' => 'pre_ordersp',
|
1554 |
+
'label' => esc_html__( 'Pre Orders', 'woolentor' ),
|
1555 |
+
'desc' => esc_html__( 'Pre Orders Module', 'woolentor' ),
|
1556 |
'type' => 'module',
|
1557 |
'default'=> 'off',
|
1558 |
'require_settings' => true,
|
includes/custom-metabox.php
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
'id' => '_saleflash_text',
|
24 |
'label' => __( 'Custom Product Badge Text', 'woolentor' ),
|
25 |
'placeholder' => __( 'New', 'woolentor' ),
|
26 |
-
'description' => __( 'Enter your preferred
|
27 |
'desc_tip' => true
|
28 |
) );
|
29 |
echo '</div>';
|
23 |
'id' => '_saleflash_text',
|
24 |
'label' => __( 'Custom Product Badge Text', 'woolentor' ),
|
25 |
'placeholder' => __( 'New', 'woolentor' ),
|
26 |
+
'description' => __( 'Enter your preferred Sale badge text. Ex: New / Free etc (Only for Universal layout addon)', 'woolentor' ),
|
27 |
'desc_tip' => true
|
28 |
) );
|
29 |
echo '</div>';
|
includes/modules/class.module-manager.php
CHANGED
@@ -38,9 +38,18 @@ class Woolentor_Module_Manager{
|
|
38 |
require( WOOLENTOR_ADDONS_PL_PATH .'includes/modules/flash-sale/class.flash-sale.php' );
|
39 |
}
|
40 |
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
}
|
45 |
|
46 |
}
|
38 |
require( WOOLENTOR_ADDONS_PL_PATH .'includes/modules/flash-sale/class.flash-sale.php' );
|
39 |
}
|
40 |
|
41 |
+
if( is_plugin_active('woolentor-addons-pro/woolentor_addons_pro.php') ){
|
42 |
+
|
43 |
+
// Partial payment
|
44 |
+
if( ( woolentor_get_option( 'enable', 'woolentor_partial_payment_settings', 'off' ) == 'on' ) ){
|
45 |
+
require_once( WOOLENTOR_ADDONS_PL_PATH_PRO .'includes/modules/partial-payment/partial-payment.php' );
|
46 |
+
}
|
47 |
+
|
48 |
+
// Pre Orders
|
49 |
+
if( ( woolentor_get_option( 'enable', 'woolentor_pre_order_settings', 'off' ) == 'on' ) ){
|
50 |
+
require_once( WOOLENTOR_ADDONS_PL_PATH_PRO .'includes/modules/pre-orders/pre-orders.php' );
|
51 |
+
}
|
52 |
+
|
53 |
}
|
54 |
|
55 |
}
|
includes/modules/flash-sale/class.flash-sale.php
CHANGED
@@ -166,17 +166,19 @@ class Woolentor_Flash_Sale{
|
|
166 |
public static function get_deal( $product ){
|
167 |
$flash_sale_settings = get_option('woolentor_flash_sale_settings');
|
168 |
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
|
|
174 |
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
|
|
|
180 |
}
|
181 |
|
182 |
return array();
|
166 |
public static function get_deal( $product ){
|
167 |
$flash_sale_settings = get_option('woolentor_flash_sale_settings');
|
168 |
|
169 |
+
if( isset( $flash_sale_settings['deals'] ) && is_array( $flash_sale_settings['deals'] ) ){
|
170 |
+
foreach( $flash_sale_settings['deals'] as $key => $deal ){
|
171 |
+
$status = !empty($deal['status']) ? $deal['status'] : 'off';
|
172 |
+
if( $status != 'on' ){
|
173 |
+
continue;
|
174 |
+
}
|
175 |
|
176 |
+
if( self::user_validity($deal) && self::datetime_validity($deal) && self::products_validity($product, $deal) ){
|
177 |
+
return $deal;
|
178 |
+
break;
|
179 |
+
}
|
180 |
|
181 |
+
}
|
182 |
}
|
183 |
|
184 |
return array();
|
includes/modules/shopify-like-checkout/assets/shopify-like-checkout.css
CHANGED
@@ -983,6 +983,10 @@
|
|
983 |
.woolentor-checkout__box .form-row {
|
984 |
margin-bottom: 20px;
|
985 |
}
|
|
|
|
|
|
|
|
|
986 |
|
987 |
.woolentor-checkout__shipping-method th {
|
988 |
display: none;
|
983 |
.woolentor-checkout__box .form-row {
|
984 |
margin-bottom: 20px;
|
985 |
}
|
986 |
+
.woolentor-checkout__box .form-row.form-row-wide:not(.woolentor-one-third) {
|
987 |
+
width: 100%;
|
988 |
+
float: left;
|
989 |
+
}
|
990 |
|
991 |
.woolentor-checkout__shipping-method th {
|
992 |
display: none;
|
includes/modules/shopify-like-checkout/class.shopify-like-checkout.php
CHANGED
@@ -279,11 +279,11 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
|
|
279 |
} else {
|
280 |
?>
|
281 |
<tr class="woocommerce-shipping-totals shipping">
|
282 |
-
<th><?php echo
|
283 |
-
<td data-title="Shipping">
|
284 |
<ul id="shipping_method" class="woocommerce-shipping-methods">
|
285 |
<li>
|
286 |
-
<?php echo
|
287 |
</li>
|
288 |
</ul>
|
289 |
</td>
|
@@ -367,7 +367,7 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
|
|
367 |
* Remove theme's styling
|
368 |
*/
|
369 |
public function style_loader_tag_filter( $tag, $handle, $href, $media ){
|
370 |
-
if( !$this->is_checkout() ){
|
371 |
return $tag;
|
372 |
}
|
373 |
|
279 |
} else {
|
280 |
?>
|
281 |
<tr class="woocommerce-shipping-totals shipping">
|
282 |
+
<th><?php echo esc_html__('Shipping', 'woolentor') ?></th>
|
283 |
+
<td data-title="<?php echo esc_attr__('Shipping','woolentor'); ?>">
|
284 |
<ul id="shipping_method" class="woocommerce-shipping-methods">
|
285 |
<li>
|
286 |
+
<?php echo esc_html__('Sorry, it seems that there are no available payment methods. Please contact us if you require assistance or wish to make alternate arrangements.', 'woolentor') ?>
|
287 |
</li>
|
288 |
</ul>
|
289 |
</td>
|
367 |
* Remove theme's styling
|
368 |
*/
|
369 |
public function style_loader_tag_filter( $tag, $handle, $href, $media ){
|
370 |
+
if( !$this->is_checkout() || ( $this->is_registration_required() && ! $this->is_registration_enabled() && ! is_user_logged_in() ) ){
|
371 |
return $tag;
|
372 |
}
|
373 |
|
includes/modules/shopify-like-checkout/templates/form-checkout.php
CHANGED
@@ -49,7 +49,7 @@ if( !empty( $get_custom_menu_id ) ){
|
|
49 |
<a class="woolentor-checkout__breadcrumb-link" href="<?php echo esc_url(wc_get_cart_url()) ?>"><?php echo esc_html__('Cart','woolentor') ?></a>
|
50 |
</li>
|
51 |
<li class="woolentor-checkout__breadcrumb-item active" data-step="step--info">
|
52 |
-
<span class="woolentor-checkout__breadcrumb-text"><?php echo esc_html__('
|
53 |
</li>
|
54 |
</li>
|
55 |
<li class="woolentor-checkout__breadcrumb-item" data-step="step--shipping">
|
@@ -167,7 +167,7 @@ if( !empty( $get_custom_menu_id ) ){
|
|
167 |
$order_button_text = apply_filters( 'woocommerce_order_button_text', __('Place order', 'woolentor') );
|
168 |
echo apply_filters( 'woocommerce_order_button_html', '<button type="submit" class="woolentor-checkout__button" name="woocommerce_checkout_place_order" id="place_order" value="' . esc_attr( $order_button_text ) . '" data-value="' . esc_attr( $order_button_text ) . '">' . esc_html( $order_button_text ) . '</button>' ); // @codingStandardsIgnoreLine ?>
|
169 |
|
170 |
-
<a href="#" data-step="step--shipping" class="woolentor-checkout__text-link"><?php echo
|
171 |
</div>
|
172 |
</div>
|
173 |
</div>
|
49 |
<a class="woolentor-checkout__breadcrumb-link" href="<?php echo esc_url(wc_get_cart_url()) ?>"><?php echo esc_html__('Cart','woolentor') ?></a>
|
50 |
</li>
|
51 |
<li class="woolentor-checkout__breadcrumb-item active" data-step="step--info">
|
52 |
+
<span class="woolentor-checkout__breadcrumb-text"><?php echo esc_html__('Information', 'woolentor') ?></span>
|
53 |
</li>
|
54 |
</li>
|
55 |
<li class="woolentor-checkout__breadcrumb-item" data-step="step--shipping">
|
167 |
$order_button_text = apply_filters( 'woocommerce_order_button_text', __('Place order', 'woolentor') );
|
168 |
echo apply_filters( 'woocommerce_order_button_html', '<button type="submit" class="woolentor-checkout__button" name="woocommerce_checkout_place_order" id="place_order" value="' . esc_attr( $order_button_text ) . '" data-value="' . esc_attr( $order_button_text ) . '">' . esc_html( $order_button_text ) . '</button>' ); // @codingStandardsIgnoreLine ?>
|
169 |
|
170 |
+
<a href="#" data-step="step--shipping" class="woolentor-checkout__text-link"><?php echo esc_html__('Return to shipping', 'woolentor') ?></a>
|
171 |
</div>
|
172 |
</div>
|
173 |
</div>
|
includes/modules/shopify-like-checkout/templates/payment.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
|
6 |
defined( 'ABSPATH' ) || exit;
|
7 |
|
8 |
-
if ( !
|
9 |
do_action( 'woocommerce_review_order_before_payment' );
|
10 |
}
|
11 |
?>
|
@@ -25,6 +25,6 @@ if ( ! is_ajax() ) {
|
|
25 |
<?php endif; ?>
|
26 |
</div>
|
27 |
<?php
|
28 |
-
if ( !
|
29 |
do_action( 'woocommerce_review_order_after_payment' );
|
30 |
}
|
5 |
|
6 |
defined( 'ABSPATH' ) || exit;
|
7 |
|
8 |
+
if ( ! wp_doing_ajax() ) {
|
9 |
do_action( 'woocommerce_review_order_before_payment' );
|
10 |
}
|
11 |
?>
|
25 |
<?php endif; ?>
|
26 |
</div>
|
27 |
<?php
|
28 |
+
if ( ! wp_doing_ajax() ) {
|
29 |
do_action( 'woocommerce_review_order_after_payment' );
|
30 |
}
|
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:
|
7 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9 |
"Language-Team: \n"
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
"X-Generator: Loco https://localise.biz/\n"
|
16 |
-
"X-Loco-Version: 2.5.
|
17 |
"X-Domain: woolentor"
|
18 |
|
19 |
#. 1: Plugin name 2: PHP 3: Required PHP version
|
@@ -550,7 +550,7 @@ msgstr ""
|
|
550 |
msgid "Archive Layout Default"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: includes/admin/include/admin_fields.php:
|
554 |
msgid "Archive List View Action Button"
|
555 |
msgstr ""
|
556 |
|
@@ -709,7 +709,7 @@ msgstr ""
|
|
709 |
msgid "Background Type"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: includes/admin/include/admin_fields.php:
|
713 |
msgid "Badge color"
|
714 |
msgstr ""
|
715 |
|
@@ -1021,11 +1021,11 @@ msgstr ""
|
|
1021 |
msgid "Button"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: includes/admin/include/admin_fields.php:
|
1025 |
msgid "Button color"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: includes/admin/include/admin_fields.php:
|
1029 |
msgid "Button hover color"
|
1030 |
msgstr ""
|
1031 |
|
@@ -1110,7 +1110,7 @@ msgid ""
|
|
1110 |
msgstr ""
|
1111 |
|
1112 |
#: classes/class.widgets_control.php:233
|
1113 |
-
#: includes/admin/include/admin_fields.php:
|
1114 |
msgid "Category"
|
1115 |
msgstr ""
|
1116 |
|
@@ -1118,7 +1118,7 @@ msgstr ""
|
|
1118 |
msgid "Category Color"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: includes/admin/include/admin_fields.php:
|
1122 |
msgid "Category color"
|
1123 |
msgstr ""
|
1124 |
|
@@ -1136,7 +1136,7 @@ msgstr ""
|
|
1136 |
msgid "Category Hover Color"
|
1137 |
msgstr ""
|
1138 |
|
1139 |
-
#: includes/admin/include/admin_fields.php:
|
1140 |
msgid "Category hover color"
|
1141 |
msgstr ""
|
1142 |
|
@@ -1423,7 +1423,7 @@ msgstr ""
|
|
1423 |
msgid "Content Area"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#: includes/admin/include/admin_fields.php:
|
1427 |
msgid "Content area background"
|
1428 |
msgstr ""
|
1429 |
|
@@ -1479,11 +1479,11 @@ msgstr ""
|
|
1479 |
msgid "Countdown Timer Title"
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#: includes/admin/include/admin_fields.php:
|
1483 |
msgid "Counter Timer"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
-
#: includes/admin/include/admin_fields.php:
|
1487 |
msgid "Counter timer color"
|
1488 |
msgstr ""
|
1489 |
|
@@ -1557,7 +1557,7 @@ msgstr ""
|
|
1557 |
msgid "Date"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
-
#: includes/modules/flash-sale/class.flash-sale.php:
|
1561 |
msgid "Days"
|
1562 |
msgstr ""
|
1563 |
|
@@ -1566,25 +1566,25 @@ msgstr ""
|
|
1566 |
msgid "Default"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: includes/admin/include/admin_fields.php:
|
1570 |
-
#: includes/admin/include/admin_fields.php:
|
1571 |
-
#: includes/admin/include/admin_fields.php:
|
1572 |
-
#: includes/admin/include/admin_fields.php:
|
1573 |
-
#: includes/admin/include/admin_fields.php:
|
1574 |
-
#: includes/admin/include/admin_fields.php:
|
1575 |
-
#: includes/admin/include/admin_fields.php:
|
1576 |
-
#: includes/admin/include/admin_fields.php:
|
1577 |
-
#: includes/admin/include/admin_fields.php:
|
1578 |
-
#: includes/admin/include/admin_fields.php:
|
1579 |
-
#: includes/admin/include/admin_fields.php:
|
1580 |
-
#: includes/admin/include/admin_fields.php:
|
1581 |
-
#: includes/admin/include/admin_fields.php:
|
1582 |
-
#: includes/admin/include/admin_fields.php:
|
1583 |
-
#: includes/admin/include/admin_fields.php:
|
1584 |
-
#: includes/admin/include/admin_fields.php:
|
1585 |
-
#: includes/admin/include/admin_fields.php:
|
1586 |
-
#: includes/admin/include/admin_fields.php:
|
1587 |
-
#: includes/admin/include/admin_fields.php:
|
1588 |
msgid "Default Color for universal layout."
|
1589 |
msgstr ""
|
1590 |
|
@@ -1620,7 +1620,7 @@ msgstr ""
|
|
1620 |
msgid "Description"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#: includes/admin/include/admin_fields.php:
|
1624 |
msgid "Description color"
|
1625 |
msgstr ""
|
1626 |
|
@@ -1744,7 +1744,7 @@ msgstr ""
|
|
1744 |
msgid "Empty Rating Color"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: includes/admin/include/admin_fields.php:
|
1748 |
msgid "Empty rating color"
|
1749 |
msgstr ""
|
1750 |
|
@@ -1811,7 +1811,7 @@ msgstr ""
|
|
1811 |
msgid "Event Name"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: includes/admin/include/admin_fields.php:
|
1815 |
msgid "Ever Compare"
|
1816 |
msgstr ""
|
1817 |
|
@@ -2008,7 +2008,7 @@ msgid "flash"
|
|
2008 |
msgstr ""
|
2009 |
|
2010 |
#: includes/admin/include/admin_fields.php:1359
|
2011 |
-
msgid "Flash Sale
|
2012 |
msgstr ""
|
2013 |
|
2014 |
#: includes/admin/include/admin_fields.php:1169
|
@@ -2235,7 +2235,7 @@ msgstr ""
|
|
2235 |
msgid "Horizontal Product Filter"
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: includes/modules/flash-sale/class.flash-sale.php:
|
2239 |
msgid "Hours"
|
2240 |
msgstr ""
|
2241 |
|
@@ -2306,7 +2306,7 @@ msgid "https://your-link.com"
|
|
2306 |
msgstr ""
|
2307 |
|
2308 |
#: includes/admin/include/admin_fields.php:1411
|
2309 |
-
#: includes/modules/flash-sale/class.flash-sale.php:
|
2310 |
msgid "Hurry Up! Offer ends in"
|
2311 |
msgstr ""
|
2312 |
|
@@ -2435,7 +2435,7 @@ msgid "in this package"
|
|
2435 |
msgstr ""
|
2436 |
|
2437 |
#: includes/modules/shopify-like-checkout/templates/form-checkout.php:52
|
2438 |
-
msgid "
|
2439 |
msgstr ""
|
2440 |
|
2441 |
#: includes/addons/wb_product_suggest_price.php:192
|
@@ -2514,7 +2514,7 @@ msgid "Justified"
|
|
2514 |
msgstr ""
|
2515 |
|
2516 |
#: classes/class.widgets_control.php:364 includes/addons/wb_just_table.php:44
|
2517 |
-
#: includes/admin/include/admin_fields.php:
|
2518 |
msgid "JustTable"
|
2519 |
msgstr ""
|
2520 |
|
@@ -2621,7 +2621,7 @@ msgid "Limit"
|
|
2621 |
msgstr ""
|
2622 |
|
2623 |
#: includes/addons/wb_product_meta.php:57
|
2624 |
-
#: includes/addons/wb_product_rating.php:
|
2625 |
msgid "Link Color"
|
2626 |
msgstr ""
|
2627 |
|
@@ -2629,7 +2629,7 @@ msgstr ""
|
|
2629 |
msgid "Link Hover Color"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
-
#: includes/addons/wb_product_rating.php:
|
2633 |
msgid "Link Typography"
|
2634 |
msgstr ""
|
2635 |
|
@@ -2637,23 +2637,23 @@ msgstr ""
|
|
2637 |
msgid "List Item"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
-
#: includes/admin/include/admin_fields.php:
|
2641 |
msgid "List View Button background color"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
-
#: includes/admin/include/admin_fields.php:
|
2645 |
msgid "List View Button color"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
-
#: includes/admin/include/admin_fields.php:
|
2649 |
msgid "List View Button hover background color"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
#: includes/admin/include/admin_fields.php:
|
2653 |
msgid "List View Button Hover color"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
-
#: includes/admin/include/admin_fields.php:
|
2657 |
msgid "Load Products in Elementor Addons"
|
2658 |
msgstr ""
|
2659 |
|
@@ -2765,7 +2765,7 @@ msgstr ""
|
|
2765 |
#: includes/addons/wb_product_suggest_price.php:442
|
2766 |
#: includes/addons/wb_product_suggest_price.php:597
|
2767 |
#: includes/addons/wb_product_suggest_price.php:740
|
2768 |
-
#: includes/addons/wb_product_rating.php:
|
2769 |
#: includes/addons/wb_product_title.php:88
|
2770 |
#: includes/addons/wl_product_filter.php:191
|
2771 |
#: includes/addons/wb_image_marker.php:346
|
@@ -2830,7 +2830,7 @@ msgstr ""
|
|
2830 |
msgid "Meta"
|
2831 |
msgstr ""
|
2832 |
|
2833 |
-
#: includes/modules/flash-sale/class.flash-sale.php:
|
2834 |
msgid "Min"
|
2835 |
msgstr ""
|
2836 |
|
@@ -2873,7 +2873,7 @@ msgstr ""
|
|
2873 |
msgid "More Details"
|
2874 |
msgstr ""
|
2875 |
|
2876 |
-
#: includes/admin/include/admin_fields.php:
|
2877 |
#: includes/admin/include/class.extension-manager.php:91
|
2878 |
msgid "Multi Currency"
|
2879 |
msgstr ""
|
@@ -2882,7 +2882,7 @@ msgstr ""
|
|
2882 |
msgid "Multi Currency Pro for WooCommerce"
|
2883 |
msgstr ""
|
2884 |
|
2885 |
-
#: includes/admin/include/admin_fields.php:
|
2886 |
msgid "Multi Step Checkout"
|
2887 |
msgstr ""
|
2888 |
|
@@ -3300,6 +3300,10 @@ msgstr ""
|
|
3300 |
msgid "Partial Payment"
|
3301 |
msgstr ""
|
3302 |
|
|
|
|
|
|
|
|
|
3303 |
#: includes/modules/shopify-like-checkout/templates/form-login.php:28
|
3304 |
#: includes/modules/shopify-like-checkout/templates/form-login.php:29
|
3305 |
msgid "Password"
|
@@ -3396,7 +3400,7 @@ msgstr ""
|
|
3396 |
msgid "Position"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
-
#: includes/admin/include/admin_fields.php:
|
3400 |
msgid "Post Duplicator Condition"
|
3401 |
msgstr ""
|
3402 |
|
@@ -3414,6 +3418,14 @@ msgctxt "Post Type Singular Name"
|
|
3414 |
msgid "Template Builder"
|
3415 |
msgstr ""
|
3416 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3417 |
#: classes/class.assest_management.php:346
|
3418 |
#: includes/admin/include/admin_field-manager.php:235
|
3419 |
#: includes/admin/include/admin_field-manager.php:352
|
@@ -3427,7 +3439,7 @@ msgstr ""
|
|
3427 |
#: includes/addons/wb_archive_product.php:402
|
3428 |
#: includes/addons/wb_product_related.php:79
|
3429 |
#: includes/addons/wl_product_filter.php:40
|
3430 |
-
#: includes/admin/include/admin_fields.php:
|
3431 |
msgid "Price"
|
3432 |
msgstr ""
|
3433 |
|
@@ -3512,7 +3524,7 @@ msgstr ""
|
|
3512 |
msgid "Product Archive Page Template"
|
3513 |
msgstr ""
|
3514 |
|
3515 |
-
#: includes/custom-metabox.php:7 includes/admin/include/admin_fields.php:
|
3516 |
msgid "Product Badge"
|
3517 |
msgstr ""
|
3518 |
|
@@ -3725,7 +3737,7 @@ msgstr ""
|
|
3725 |
msgid "Product Social Share"
|
3726 |
msgstr ""
|
3727 |
|
3728 |
-
#: includes/admin/include/admin_fields.php:
|
3729 |
msgid "Product sticky Add to cart"
|
3730 |
msgstr ""
|
3731 |
|
@@ -3833,7 +3845,7 @@ msgstr ""
|
|
3833 |
msgid "Query Settings"
|
3834 |
msgstr ""
|
3835 |
|
3836 |
-
#: includes/admin/include/admin_fields.php:
|
3837 |
msgid "Quick Action Button"
|
3838 |
msgstr ""
|
3839 |
|
@@ -3866,7 +3878,7 @@ msgstr ""
|
|
3866 |
#: includes/addons/wb_archive_product.php:478
|
3867 |
#: includes/addons/wb_product_related.php:81
|
3868 |
#: includes/addons/wb_customer_review.php:557
|
3869 |
-
#: includes/admin/include/admin_fields.php:
|
3870 |
msgid "Rating"
|
3871 |
msgstr ""
|
3872 |
|
@@ -3876,7 +3888,7 @@ msgstr ""
|
|
3876 |
msgid "Rating Color"
|
3877 |
msgstr ""
|
3878 |
|
3879 |
-
#: includes/admin/include/admin_fields.php:
|
3880 |
msgid "Rating color"
|
3881 |
msgstr ""
|
3882 |
|
@@ -3921,7 +3933,7 @@ msgstr ""
|
|
3921 |
msgid "Regular Price Color"
|
3922 |
msgstr ""
|
3923 |
|
3924 |
-
#: includes/admin/include/admin_fields.php:
|
3925 |
msgid "Regular price color"
|
3926 |
msgstr ""
|
3927 |
|
@@ -3967,6 +3979,10 @@ msgstr ""
|
|
3967 |
msgid "Return to informations"
|
3968 |
msgstr ""
|
3969 |
|
|
|
|
|
|
|
|
|
3970 |
#: includes/addons/wb_customer_review.php:39
|
3971 |
msgid "Review"
|
3972 |
msgstr ""
|
@@ -4086,7 +4102,7 @@ msgstr ""
|
|
4086 |
msgid "Sale Price Color"
|
4087 |
msgstr ""
|
4088 |
|
4089 |
-
#: includes/admin/include/admin_fields.php:
|
4090 |
msgid "Sale price color"
|
4091 |
msgstr ""
|
4092 |
|
@@ -4154,7 +4170,7 @@ msgstr ""
|
|
4154 |
msgid "Search.."
|
4155 |
msgstr ""
|
4156 |
|
4157 |
-
#: includes/modules/flash-sale/class.flash-sale.php:
|
4158 |
msgid "Sec"
|
4159 |
msgstr ""
|
4160 |
|
@@ -4302,7 +4318,7 @@ msgstr ""
|
|
4302 |
msgid "Set the number of notifications to display."
|
4303 |
msgstr ""
|
4304 |
|
4305 |
-
#: includes/admin/include/admin_fields.php:
|
4306 |
msgid "Set the number of products to load in Elementor Addons"
|
4307 |
msgstr ""
|
4308 |
|
@@ -4330,6 +4346,8 @@ msgstr ""
|
|
4330 |
msgid "Ship to a different address?"
|
4331 |
msgstr ""
|
4332 |
|
|
|
|
|
4333 |
#: includes/modules/shopify-like-checkout/templates/review-order.php:26
|
4334 |
#: includes/modules/shopify-like-checkout/templates/form-checkout.php:56
|
4335 |
msgid "Shipping"
|
@@ -4372,7 +4390,7 @@ msgstr ""
|
|
4372 |
msgid "Shopify Style Checkout"
|
4373 |
msgstr ""
|
4374 |
|
4375 |
-
#: includes/admin/include/admin_fields.php:
|
4376 |
msgid "Short Description"
|
4377 |
msgstr ""
|
4378 |
|
@@ -4429,7 +4447,7 @@ msgstr ""
|
|
4429 |
msgid "Show/Display all products from each order"
|
4430 |
msgstr ""
|
4431 |
|
4432 |
-
#: includes/admin/include/admin_fields.php:
|
4433 |
msgid "Side Mini Cart"
|
4434 |
msgstr ""
|
4435 |
|
@@ -4593,6 +4611,12 @@ msgid ""
|
|
4593 |
"arrangements."
|
4594 |
msgstr ""
|
4595 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4596 |
#: includes/admin/include/template-library.php:391
|
4597 |
msgid "Sorry, you are not allowed to install themes on this site."
|
4598 |
msgstr ""
|
@@ -4655,8 +4679,7 @@ msgstr ""
|
|
4655 |
msgid "Start from $100"
|
4656 |
msgstr ""
|
4657 |
|
4658 |
-
#: includes/admin/include/admin_fields.php:
|
4659 |
-
#: includes/admin/include/admin_fields.php:1555
|
4660 |
msgid "Sticky Add to Cart on Single Product page"
|
4661 |
msgstr ""
|
4662 |
|
@@ -4890,7 +4913,7 @@ msgid "Template Settings"
|
|
4890 |
msgstr ""
|
4891 |
|
4892 |
#: includes/admin/include/class.template_cpt.php:30
|
4893 |
-
#: includes/admin/include/admin_fields.php:
|
4894 |
#: includes/admin/include/templates_list.php:33
|
4895 |
msgid "Templates"
|
4896 |
msgstr ""
|
@@ -5039,7 +5062,7 @@ msgstr ""
|
|
5039 |
#: includes/addons/wb_image_marker.php:300 includes/addons/product_tabs.php:165
|
5040 |
#: includes/addons/product_tabs.php:942 includes/addons/add_banner.php:147
|
5041 |
#: includes/addons/wl_category_grid.php:539
|
5042 |
-
#: includes/admin/include/admin_fields.php:
|
5043 |
msgid "Title"
|
5044 |
msgstr ""
|
5045 |
|
@@ -5055,7 +5078,7 @@ msgid "Title Color"
|
|
5055 |
msgstr ""
|
5056 |
|
5057 |
#: includes/addons/product_tabs.php:988 includes/addons/product_tabs.php:1070
|
5058 |
-
#: includes/admin/include/admin_fields.php:
|
5059 |
msgid "Title color"
|
5060 |
msgstr ""
|
5061 |
|
@@ -5064,7 +5087,7 @@ msgstr ""
|
|
5064 |
msgid "Title Hover Color"
|
5065 |
msgstr ""
|
5066 |
|
5067 |
-
#: includes/admin/include/admin_fields.php:
|
5068 |
msgid "Title hover color"
|
5069 |
msgstr ""
|
5070 |
|
@@ -5081,7 +5104,7 @@ msgstr ""
|
|
5081 |
msgid "to"
|
5082 |
msgstr ""
|
5083 |
|
5084 |
-
#: includes/admin/include/admin_fields.php:
|
5085 |
msgid "Tool tip color"
|
5086 |
msgstr ""
|
5087 |
|
@@ -5200,7 +5223,7 @@ msgstr ""
|
|
5200 |
msgid "Typography"
|
5201 |
msgstr ""
|
5202 |
|
5203 |
-
#: includes/admin/include/admin_fields.php:
|
5204 |
msgid "Universal layout style options"
|
5205 |
msgstr ""
|
5206 |
|
@@ -5318,7 +5341,7 @@ msgid "When to start notification load duration."
|
|
5318 |
msgstr ""
|
5319 |
|
5320 |
#: classes/class.widgets_control.php:371
|
5321 |
-
#: includes/admin/include/admin_fields.php:
|
5322 |
#: includes/admin/include/class.extension-manager.php:81
|
5323 |
msgid "Whols"
|
5324 |
msgstr ""
|
@@ -5355,7 +5378,7 @@ msgid "WishSuite"
|
|
5355 |
msgstr ""
|
5356 |
|
5357 |
#: classes/class.widgets_control.php:350
|
5358 |
-
#: includes/admin/include/admin_fields.php:
|
5359 |
msgid "WishSuite Table"
|
5360 |
msgstr ""
|
5361 |
|
@@ -5650,7 +5673,7 @@ msgstr ""
|
|
5650 |
msgid "You can enable / disable shopify style checkout page from here."
|
5651 |
msgstr ""
|
5652 |
|
5653 |
-
#: includes/admin/include/admin_fields.php:
|
5654 |
msgid "You can enable duplicator for individual post."
|
5655 |
msgstr ""
|
5656 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WooLentor - WooCommerce Elementor Addons + Builder\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2022-01-15 05:52+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"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
"X-Generator: Loco https://localise.biz/\n"
|
16 |
+
"X-Loco-Version: 2.5.6; wp-5.8.3\n"
|
17 |
"X-Domain: woolentor"
|
18 |
|
19 |
#. 1: Plugin name 2: PHP 3: Required PHP version
|
550 |
msgid "Archive Layout Default"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: includes/admin/include/admin_fields.php:1775
|
554 |
msgid "Archive List View Action Button"
|
555 |
msgstr ""
|
556 |
|
709 |
msgid "Background Type"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: includes/admin/include/admin_fields.php:1738
|
713 |
msgid "Badge color"
|
714 |
msgstr ""
|
715 |
|
1021 |
msgid "Button"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: includes/admin/include/admin_fields.php:1759
|
1025 |
msgid "Button color"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: includes/admin/include/admin_fields.php:1766
|
1029 |
msgid "Button hover color"
|
1030 |
msgstr ""
|
1031 |
|
1110 |
msgstr ""
|
1111 |
|
1112 |
#: classes/class.widgets_control.php:233
|
1113 |
+
#: includes/admin/include/admin_fields.php:1677
|
1114 |
msgid "Category"
|
1115 |
msgstr ""
|
1116 |
|
1118 |
msgid "Category Color"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: includes/admin/include/admin_fields.php:1682
|
1122 |
msgid "Category color"
|
1123 |
msgstr ""
|
1124 |
|
1136 |
msgid "Category Hover Color"
|
1137 |
msgstr ""
|
1138 |
|
1139 |
+
#: includes/admin/include/admin_fields.php:1689
|
1140 |
msgid "Category hover color"
|
1141 |
msgstr ""
|
1142 |
|
1423 |
msgid "Content Area"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
+
#: includes/admin/include/admin_fields.php:1626
|
1427 |
msgid "Content area background"
|
1428 |
msgstr ""
|
1429 |
|
1479 |
msgid "Countdown Timer Title"
|
1480 |
msgstr ""
|
1481 |
|
1482 |
+
#: includes/admin/include/admin_fields.php:1810
|
1483 |
msgid "Counter Timer"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
+
#: includes/admin/include/admin_fields.php:1815
|
1487 |
msgid "Counter timer color"
|
1488 |
msgstr ""
|
1489 |
|
1557 |
msgid "Date"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
+
#: includes/modules/flash-sale/class.flash-sale.php:310
|
1561 |
msgid "Days"
|
1562 |
msgstr ""
|
1563 |
|
1566 |
msgid "Default"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: includes/admin/include/admin_fields.php:1627
|
1570 |
+
#: includes/admin/include/admin_fields.php:1641
|
1571 |
+
#: includes/admin/include/admin_fields.php:1648
|
1572 |
+
#: includes/admin/include/admin_fields.php:1662
|
1573 |
+
#: includes/admin/include/admin_fields.php:1669
|
1574 |
+
#: includes/admin/include/admin_fields.php:1683
|
1575 |
+
#: includes/admin/include/admin_fields.php:1690
|
1576 |
+
#: includes/admin/include/admin_fields.php:1704
|
1577 |
+
#: includes/admin/include/admin_fields.php:1718
|
1578 |
+
#: includes/admin/include/admin_fields.php:1725
|
1579 |
+
#: includes/admin/include/admin_fields.php:1739
|
1580 |
+
#: includes/admin/include/admin_fields.php:1753
|
1581 |
+
#: includes/admin/include/admin_fields.php:1760
|
1582 |
+
#: includes/admin/include/admin_fields.php:1767
|
1583 |
+
#: includes/admin/include/admin_fields.php:1781
|
1584 |
+
#: includes/admin/include/admin_fields.php:1788
|
1585 |
+
#: includes/admin/include/admin_fields.php:1795
|
1586 |
+
#: includes/admin/include/admin_fields.php:1802
|
1587 |
+
#: includes/admin/include/admin_fields.php:1816
|
1588 |
msgid "Default Color for universal layout."
|
1589 |
msgstr ""
|
1590 |
|
1620 |
msgid "Description"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: includes/admin/include/admin_fields.php:1703
|
1624 |
msgid "Description color"
|
1625 |
msgstr ""
|
1626 |
|
1744 |
msgid "Empty Rating Color"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: includes/admin/include/admin_fields.php:1717
|
1748 |
msgid "Empty rating color"
|
1749 |
msgstr ""
|
1750 |
|
1811 |
msgid "Event Name"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: includes/admin/include/admin_fields.php:1869
|
1815 |
msgid "Ever Compare"
|
1816 |
msgstr ""
|
1817 |
|
2008 |
msgstr ""
|
2009 |
|
2010 |
#: includes/admin/include/admin_fields.php:1359
|
2011 |
+
msgid "Flash Sale Countdown"
|
2012 |
msgstr ""
|
2013 |
|
2014 |
#: includes/admin/include/admin_fields.php:1169
|
2235 |
msgid "Horizontal Product Filter"
|
2236 |
msgstr ""
|
2237 |
|
2238 |
+
#: includes/modules/flash-sale/class.flash-sale.php:311
|
2239 |
msgid "Hours"
|
2240 |
msgstr ""
|
2241 |
|
2306 |
msgstr ""
|
2307 |
|
2308 |
#: includes/admin/include/admin_fields.php:1411
|
2309 |
+
#: includes/modules/flash-sale/class.flash-sale.php:297
|
2310 |
msgid "Hurry Up! Offer ends in"
|
2311 |
msgstr ""
|
2312 |
|
2435 |
msgstr ""
|
2436 |
|
2437 |
#: includes/modules/shopify-like-checkout/templates/form-checkout.php:52
|
2438 |
+
msgid "Information"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
#: includes/addons/wb_product_suggest_price.php:192
|
2514 |
msgstr ""
|
2515 |
|
2516 |
#: classes/class.widgets_control.php:364 includes/addons/wb_just_table.php:44
|
2517 |
+
#: includes/admin/include/admin_fields.php:1879
|
2518 |
msgid "JustTable"
|
2519 |
msgstr ""
|
2520 |
|
2621 |
msgstr ""
|
2622 |
|
2623 |
#: includes/addons/wb_product_meta.php:57
|
2624 |
+
#: includes/addons/wb_product_rating.php:60
|
2625 |
msgid "Link Color"
|
2626 |
msgstr ""
|
2627 |
|
2629 |
msgid "Link Hover Color"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
+
#: includes/addons/wb_product_rating.php:72
|
2633 |
msgid "Link Typography"
|
2634 |
msgstr ""
|
2635 |
|
2637 |
msgid "List Item"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
+
#: includes/admin/include/admin_fields.php:1794
|
2641 |
msgid "List View Button background color"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
+
#: includes/admin/include/admin_fields.php:1780
|
2645 |
msgid "List View Button color"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
+
#: includes/admin/include/admin_fields.php:1801
|
2649 |
msgid "List View Button hover background color"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
+
#: includes/admin/include/admin_fields.php:1787
|
2653 |
msgid "List View Button Hover color"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
+
#: includes/admin/include/admin_fields.php:1601
|
2657 |
msgid "Load Products in Elementor Addons"
|
2658 |
msgstr ""
|
2659 |
|
2765 |
#: includes/addons/wb_product_suggest_price.php:442
|
2766 |
#: includes/addons/wb_product_suggest_price.php:597
|
2767 |
#: includes/addons/wb_product_suggest_price.php:740
|
2768 |
+
#: includes/addons/wb_product_rating.php:80
|
2769 |
#: includes/addons/wb_product_title.php:88
|
2770 |
#: includes/addons/wl_product_filter.php:191
|
2771 |
#: includes/addons/wb_image_marker.php:346
|
2830 |
msgid "Meta"
|
2831 |
msgstr ""
|
2832 |
|
2833 |
+
#: includes/modules/flash-sale/class.flash-sale.php:312
|
2834 |
msgid "Min"
|
2835 |
msgstr ""
|
2836 |
|
2873 |
msgid "More Details"
|
2874 |
msgstr ""
|
2875 |
|
2876 |
+
#: includes/admin/include/admin_fields.php:1899
|
2877 |
#: includes/admin/include/class.extension-manager.php:91
|
2878 |
msgid "Multi Currency"
|
2879 |
msgstr ""
|
2882 |
msgid "Multi Currency Pro for WooCommerce"
|
2883 |
msgstr ""
|
2884 |
|
2885 |
+
#: includes/admin/include/admin_fields.php:1589
|
2886 |
msgid "Multi Step Checkout"
|
2887 |
msgstr ""
|
2888 |
|
3300 |
msgid "Partial Payment"
|
3301 |
msgstr ""
|
3302 |
|
3303 |
+
#: includes/admin/include/admin_fields.php:1545
|
3304 |
+
msgid "Partial Payment Module"
|
3305 |
+
msgstr ""
|
3306 |
+
|
3307 |
#: includes/modules/shopify-like-checkout/templates/form-login.php:28
|
3308 |
#: includes/modules/shopify-like-checkout/templates/form-login.php:29
|
3309 |
msgid "Password"
|
3400 |
msgid "Position"
|
3401 |
msgstr ""
|
3402 |
|
3403 |
+
#: includes/admin/include/admin_fields.php:1843
|
3404 |
msgid "Post Duplicator Condition"
|
3405 |
msgstr ""
|
3406 |
|
3418 |
msgid "Template Builder"
|
3419 |
msgstr ""
|
3420 |
|
3421 |
+
#: includes/admin/include/admin_fields.php:1554
|
3422 |
+
msgid "Pre Orders"
|
3423 |
+
msgstr ""
|
3424 |
+
|
3425 |
+
#: includes/admin/include/admin_fields.php:1555
|
3426 |
+
msgid "Pre Orders Module"
|
3427 |
+
msgstr ""
|
3428 |
+
|
3429 |
#: classes/class.assest_management.php:346
|
3430 |
#: includes/admin/include/admin_field-manager.php:235
|
3431 |
#: includes/admin/include/admin_field-manager.php:352
|
3439 |
#: includes/addons/wb_archive_product.php:402
|
3440 |
#: includes/addons/wb_product_related.php:79
|
3441 |
#: includes/addons/wl_product_filter.php:40
|
3442 |
+
#: includes/admin/include/admin_fields.php:1656
|
3443 |
msgid "Price"
|
3444 |
msgstr ""
|
3445 |
|
3524 |
msgid "Product Archive Page Template"
|
3525 |
msgstr ""
|
3526 |
|
3527 |
+
#: includes/custom-metabox.php:7 includes/admin/include/admin_fields.php:1733
|
3528 |
msgid "Product Badge"
|
3529 |
msgstr ""
|
3530 |
|
3737 |
msgid "Product Social Share"
|
3738 |
msgstr ""
|
3739 |
|
3740 |
+
#: includes/admin/include/admin_fields.php:1564
|
3741 |
msgid "Product sticky Add to cart"
|
3742 |
msgstr ""
|
3743 |
|
3845 |
msgid "Query Settings"
|
3846 |
msgstr ""
|
3847 |
|
3848 |
+
#: includes/admin/include/admin_fields.php:1747
|
3849 |
msgid "Quick Action Button"
|
3850 |
msgstr ""
|
3851 |
|
3878 |
#: includes/addons/wb_archive_product.php:478
|
3879 |
#: includes/addons/wb_product_related.php:81
|
3880 |
#: includes/addons/wb_customer_review.php:557
|
3881 |
+
#: includes/admin/include/admin_fields.php:1712
|
3882 |
msgid "Rating"
|
3883 |
msgstr ""
|
3884 |
|
3888 |
msgid "Rating Color"
|
3889 |
msgstr ""
|
3890 |
|
3891 |
+
#: includes/admin/include/admin_fields.php:1724
|
3892 |
msgid "Rating color"
|
3893 |
msgstr ""
|
3894 |
|
3933 |
msgid "Regular Price Color"
|
3934 |
msgstr ""
|
3935 |
|
3936 |
+
#: includes/admin/include/admin_fields.php:1668
|
3937 |
msgid "Regular price color"
|
3938 |
msgstr ""
|
3939 |
|
3979 |
msgid "Return to informations"
|
3980 |
msgstr ""
|
3981 |
|
3982 |
+
#: includes/modules/shopify-like-checkout/templates/form-checkout.php:170
|
3983 |
+
msgid "Return to shipping"
|
3984 |
+
msgstr ""
|
3985 |
+
|
3986 |
#: includes/addons/wb_customer_review.php:39
|
3987 |
msgid "Review"
|
3988 |
msgstr ""
|
4102 |
msgid "Sale Price Color"
|
4103 |
msgstr ""
|
4104 |
|
4105 |
+
#: includes/admin/include/admin_fields.php:1661
|
4106 |
msgid "Sale price color"
|
4107 |
msgstr ""
|
4108 |
|
4170 |
msgid "Search.."
|
4171 |
msgstr ""
|
4172 |
|
4173 |
+
#: includes/modules/flash-sale/class.flash-sale.php:313
|
4174 |
msgid "Sec"
|
4175 |
msgstr ""
|
4176 |
|
4318 |
msgid "Set the number of notifications to display."
|
4319 |
msgstr ""
|
4320 |
|
4321 |
+
#: includes/admin/include/admin_fields.php:1602
|
4322 |
msgid "Set the number of products to load in Elementor Addons"
|
4323 |
msgstr ""
|
4324 |
|
4346 |
msgid "Ship to a different address?"
|
4347 |
msgstr ""
|
4348 |
|
4349 |
+
#: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:282
|
4350 |
+
#: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:283
|
4351 |
#: includes/modules/shopify-like-checkout/templates/review-order.php:26
|
4352 |
#: includes/modules/shopify-like-checkout/templates/form-checkout.php:56
|
4353 |
msgid "Shipping"
|
4390 |
msgid "Shopify Style Checkout"
|
4391 |
msgstr ""
|
4392 |
|
4393 |
+
#: includes/admin/include/admin_fields.php:1698
|
4394 |
msgid "Short Description"
|
4395 |
msgstr ""
|
4396 |
|
4447 |
msgid "Show/Display all products from each order"
|
4448 |
msgstr ""
|
4449 |
|
4450 |
+
#: includes/admin/include/admin_fields.php:1573
|
4451 |
msgid "Side Mini Cart"
|
4452 |
msgstr ""
|
4453 |
|
4611 |
"arrangements."
|
4612 |
msgstr ""
|
4613 |
|
4614 |
+
#: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:286
|
4615 |
+
msgid ""
|
4616 |
+
"Sorry, it seems that there are no available payment methods. Please contact "
|
4617 |
+
"us if you require assistance or wish to make alternate arrangements."
|
4618 |
+
msgstr ""
|
4619 |
+
|
4620 |
#: includes/admin/include/template-library.php:391
|
4621 |
msgid "Sorry, you are not allowed to install themes on this site."
|
4622 |
msgstr ""
|
4679 |
msgid "Start from $100"
|
4680 |
msgstr ""
|
4681 |
|
4682 |
+
#: includes/admin/include/admin_fields.php:1565
|
|
|
4683 |
msgid "Sticky Add to Cart on Single Product page"
|
4684 |
msgstr ""
|
4685 |
|
4913 |
msgstr ""
|
4914 |
|
4915 |
#: includes/admin/include/class.template_cpt.php:30
|
4916 |
+
#: includes/admin/include/admin_fields.php:1830
|
4917 |
#: includes/admin/include/templates_list.php:33
|
4918 |
msgid "Templates"
|
4919 |
msgstr ""
|
5062 |
#: includes/addons/wb_image_marker.php:300 includes/addons/product_tabs.php:165
|
5063 |
#: includes/addons/product_tabs.php:942 includes/addons/add_banner.php:147
|
5064 |
#: includes/addons/wl_category_grid.php:539
|
5065 |
+
#: includes/admin/include/admin_fields.php:1635
|
5066 |
msgid "Title"
|
5067 |
msgstr ""
|
5068 |
|
5078 |
msgstr ""
|
5079 |
|
5080 |
#: includes/addons/product_tabs.php:988 includes/addons/product_tabs.php:1070
|
5081 |
+
#: includes/admin/include/admin_fields.php:1640
|
5082 |
msgid "Title color"
|
5083 |
msgstr ""
|
5084 |
|
5087 |
msgid "Title Hover Color"
|
5088 |
msgstr ""
|
5089 |
|
5090 |
+
#: includes/admin/include/admin_fields.php:1647
|
5091 |
msgid "Title hover color"
|
5092 |
msgstr ""
|
5093 |
|
5104 |
msgid "to"
|
5105 |
msgstr ""
|
5106 |
|
5107 |
+
#: includes/admin/include/admin_fields.php:1752
|
5108 |
msgid "Tool tip color"
|
5109 |
msgstr ""
|
5110 |
|
5223 |
msgid "Typography"
|
5224 |
msgstr ""
|
5225 |
|
5226 |
+
#: includes/admin/include/admin_fields.php:1620
|
5227 |
msgid "Universal layout style options"
|
5228 |
msgstr ""
|
5229 |
|
5341 |
msgstr ""
|
5342 |
|
5343 |
#: classes/class.widgets_control.php:371
|
5344 |
+
#: includes/admin/include/admin_fields.php:1889
|
5345 |
#: includes/admin/include/class.extension-manager.php:81
|
5346 |
msgid "Whols"
|
5347 |
msgstr ""
|
5378 |
msgstr ""
|
5379 |
|
5380 |
#: classes/class.widgets_control.php:350
|
5381 |
+
#: includes/admin/include/admin_fields.php:1859
|
5382 |
msgid "WishSuite Table"
|
5383 |
msgstr ""
|
5384 |
|
5673 |
msgid "You can enable / disable shopify style checkout page from here."
|
5674 |
msgstr ""
|
5675 |
|
5676 |
+
#: includes/admin/include/admin_fields.php:1844
|
5677 |
msgid "You can enable duplicator for individual post."
|
5678 |
msgstr ""
|
5679 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: hasthemes, htplugins, devitemsllc, tarekht
|
|
3 |
Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.8.2
|
6 |
-
Stable tag: 2.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -239,7 +239,7 @@ WooLentor allows us to create a custom single product template. Create a unique
|
|
239 |
<strong>Flash Sale Countdown</strong>
|
240 |
Flash Sale Countdown module allows you to show discounts available for a limited time. Short-term sales can be a fantastic way to sell a large number of items in a few hours. If your company expects an exceptional rise in your checkout counts, you ought to use the Flash Sale Countdown module on New Year's Eve, Black Friday, Christmas, and other holiday sales.
|
241 |
|
242 |
-
<strong>Shopify Style Checkout Page in WooCommerce</strong>
|
243 |
When it comes to the Checkout page, customers always prefer a clean and simple one rather than a complicated one with lots of fields. A lengthy Checkout form can even increase cart abandonment while also negatively affecting the conversion rates. With this in mind, we have added a fantastic feature, which will enable you to create a Shopify style Checkout page that is pretty straightforward. Furthermore, it will provide the customers with an amazing Checkout experience.
|
244 |
|
245 |
<strong>Multi-Step Checkout (Pro)</strong>
|
@@ -248,6 +248,9 @@ The checkout process is the most important step in your customer’s journey, an
|
|
248 |
<strong>Partial Payment (Pro)</strong>
|
249 |
Customers may utilize the partial payment option to make a part payment since they just don't have enough money on hand to pay the invoice in full. Store owners can handle partial payments and decide whether or not consumers can get the product right away or only after they pay full price.
|
250 |
|
|
|
|
|
|
|
251 |
== Extensions: ==
|
252 |
|
253 |
<strong>❤️ [WishSuite for WooCommerce Wishlist](https://wordpress.org/plugins/wishsuite/)</strong>
|
@@ -331,6 +334,15 @@ Elementor Pro is not required. But you can use wooLentor with Elementor free & P
|
|
331 |
|
332 |
== Changelog ==
|
333 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
334 |
= Version: 2.1.5 - Date: 2022-01-03 =
|
335 |
* Solved : Gutenberg Blocks Console Error issue.
|
336 |
|
3 |
Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.8.2
|
6 |
+
Stable tag: 2.1.6
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
239 |
<strong>Flash Sale Countdown</strong>
|
240 |
Flash Sale Countdown module allows you to show discounts available for a limited time. Short-term sales can be a fantastic way to sell a large number of items in a few hours. If your company expects an exceptional rise in your checkout counts, you ought to use the Flash Sale Countdown module on New Year's Eve, Black Friday, Christmas, and other holiday sales.
|
241 |
|
242 |
+
<strong>[Shopify Style Checkout Page in WooCommerce](https://woolentor.com/shopify-style-checkout-page-in-woocommerce/)</strong>
|
243 |
When it comes to the Checkout page, customers always prefer a clean and simple one rather than a complicated one with lots of fields. A lengthy Checkout form can even increase cart abandonment while also negatively affecting the conversion rates. With this in mind, we have added a fantastic feature, which will enable you to create a Shopify style Checkout page that is pretty straightforward. Furthermore, it will provide the customers with an amazing Checkout experience.
|
244 |
|
245 |
<strong>Multi-Step Checkout (Pro)</strong>
|
248 |
<strong>Partial Payment (Pro)</strong>
|
249 |
Customers may utilize the partial payment option to make a part payment since they just don't have enough money on hand to pay the invoice in full. Store owners can handle partial payments and decide whether or not consumers can get the product right away or only after they pay full price.
|
250 |
|
251 |
+
<strong>Pre-Order Module (Pro)</strong>
|
252 |
+
A preorder is a purchase in which a customer makes before the product officially becomes available. Pre-ordering is a powerful marketing module that lets you reserve items ahead of time and charge customers a deposit or full payment. Customers also enjoy pre-ordering as it ensures that they will obtain the product right after it has been released. The main benefit of utilizing a pre-order strategy is that it allows you to grow eCommerce sales and forecast consumer demand.
|
253 |
+
|
254 |
== Extensions: ==
|
255 |
|
256 |
<strong>❤️ [WishSuite for WooCommerce Wishlist](https://wordpress.org/plugins/wishsuite/)</strong>
|
334 |
|
335 |
== Changelog ==
|
336 |
|
337 |
+
= Version: 2.1.6 - Date: 2022-01-15 =
|
338 |
+
* Improved : Gutenberg Asset load on frontend site.
|
339 |
+
* Solved : FlashSale Empty deals warning issue.
|
340 |
+
* Solved : Shopify Style checkout page field override issue.
|
341 |
+
* Solved : Translate issue in Shopify style checkout page.
|
342 |
+
* Solved : Shopify checkout page account creation issue.
|
343 |
+
* Solved : Ajax function deprecation issue.
|
344 |
+
* Solved : Rating color change issue.
|
345 |
+
|
346 |
= Version: 2.1.5 - Date: 2022-01-03 =
|
347 |
* Solved : Gutenberg Blocks Console Error issue.
|
348 |
|
woolentor-blocks/includes/classes/Scripts.php
CHANGED
@@ -42,16 +42,7 @@ class Scripts {
|
|
42 |
* Block assets.
|
43 |
*/
|
44 |
public function block_assets() {
|
45 |
-
|
46 |
-
|
47 |
-
wp_enqueue_script(
|
48 |
-
'woolentor-blocks',
|
49 |
-
WOOLENTOR_BLOCK_URL . '/build/blocks-woolentor.js',
|
50 |
-
$dependencies['dependencies'],
|
51 |
-
$dependencies['version'],
|
52 |
-
true
|
53 |
-
);
|
54 |
-
|
55 |
wp_enqueue_script(
|
56 |
'woolentor-block-main',
|
57 |
WOOLENTOR_BLOCK_URL . '/src/assets/js/script.js',
|
@@ -117,6 +108,15 @@ class Scripts {
|
|
117 |
wp_enqueue_style( 'simple-line-icons' );
|
118 |
wp_enqueue_style( 'slick' );
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
wp_enqueue_style( 'woolentor-block-editor-style', WOOLENTOR_BLOCK_URL . '/src/assets/css/editor-style.css', false, WOOLENTOR_VERSION, 'all' );
|
121 |
|
122 |
}
|
42 |
* Block assets.
|
43 |
*/
|
44 |
public function block_assets() {
|
45 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
wp_enqueue_script(
|
47 |
'woolentor-block-main',
|
48 |
WOOLENTOR_BLOCK_URL . '/src/assets/js/script.js',
|
108 |
wp_enqueue_style( 'simple-line-icons' );
|
109 |
wp_enqueue_style( 'slick' );
|
110 |
|
111 |
+
$dependencies = require_once( WOOLENTOR_BLOCK_PATH . '/build/blocks-woolentor.asset.php' );
|
112 |
+
wp_enqueue_script(
|
113 |
+
'woolentor-blocks',
|
114 |
+
WOOLENTOR_BLOCK_URL . '/build/blocks-woolentor.js',
|
115 |
+
$dependencies['dependencies'],
|
116 |
+
WOOLENTOR_VERSION,
|
117 |
+
true
|
118 |
+
);
|
119 |
+
|
120 |
wp_enqueue_style( 'woolentor-block-editor-style', WOOLENTOR_BLOCK_URL . '/src/assets/css/editor-style.css', false, WOOLENTOR_VERSION, 'all' );
|
121 |
|
122 |
}
|
woolentor_addons_elementor.php
CHANGED
@@ -3,21 +3,21 @@
|
|
3 |
* Plugin Name: WooLentor - WooCommerce Elementor Addons + Builder
|
4 |
* Description: The WooCommerce elements library for Elementor page builder plugin for WordPress.
|
5 |
* Plugin URI: https://woolentor.com/
|
6 |
-
* Version: 2.1.
|
7 |
* Author: HasThemes
|
8 |
* Author URI: https://hasthemes.com/plugins/woolentor-pro/
|
9 |
* License: GPL-2.0+
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
* Text Domain: woolentor
|
12 |
* Domain Path: /languages
|
13 |
-
* WC tested up to: 6.
|
14 |
-
* Elementor tested up to: 3.5.
|
15 |
* Elementor Pro tested up to: 3.5.2
|
16 |
*/
|
17 |
|
18 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
19 |
|
20 |
-
define( 'WOOLENTOR_VERSION', '2.1.
|
21 |
define( 'WOOLENTOR_ADDONS_PL_ROOT', __FILE__ );
|
22 |
define( 'WOOLENTOR_ADDONS_PL_URL', plugins_url( '/', WOOLENTOR_ADDONS_PL_ROOT ) );
|
23 |
define( 'WOOLENTOR_ADDONS_PL_PATH', plugin_dir_path( WOOLENTOR_ADDONS_PL_ROOT ) );
|
3 |
* Plugin Name: WooLentor - WooCommerce Elementor Addons + Builder
|
4 |
* Description: The WooCommerce elements library for Elementor page builder plugin for WordPress.
|
5 |
* Plugin URI: https://woolentor.com/
|
6 |
+
* Version: 2.1.6
|
7 |
* Author: HasThemes
|
8 |
* Author URI: https://hasthemes.com/plugins/woolentor-pro/
|
9 |
* License: GPL-2.0+
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
* Text Domain: woolentor
|
12 |
* Domain Path: /languages
|
13 |
+
* WC tested up to: 6.1.0
|
14 |
+
* Elementor tested up to: 3.5.3
|
15 |
* Elementor Pro tested up to: 3.5.2
|
16 |
*/
|
17 |
|
18 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
19 |
|
20 |
+
define( 'WOOLENTOR_VERSION', '2.1.6' );
|
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 ) );
|