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

Version Description

Download this release

Release Info

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

Code changes from version 2.3.0 to 2.3.1

Files changed (29) hide show
  1. assets/css/testimonial.css +48 -0
  2. classes/class.widgets_control.php +1 -1
  3. includes/admin/assets/css/woolentor-admin.css +15 -4
  4. includes/admin/assets/images/99fy-pro.png +0 -0
  5. includes/admin/assets/images/99fy.png +0 -0
  6. includes/admin/assets/images/daniel-home-1.png +0 -0
  7. includes/admin/assets/images/flone.png +0 -0
  8. includes/admin/assets/images/genral-contact-us.jpg +0 -0
  9. includes/admin/assets/images/holmes.png +0 -0
  10. includes/admin/assets/images/hurst-home-1.png +0 -0
  11. includes/admin/assets/images/online-documentation.jpg +0 -0
  12. includes/admin/assets/images/parlo.png +0 -0
  13. includes/admin/assets/images/pricing/life_time_agency.png +0 -0
  14. includes/admin/assets/images/pricing/life_time_five_website.png +0 -0
  15. includes/admin/assets/images/pricing/life_time_single_website.png +0 -0
  16. includes/admin/assets/images/pricing/one_year_agency.png +0 -0
  17. includes/admin/assets/images/pricing/one_year_five_website.png +0 -0
  18. includes/admin/assets/images/pricing/one_year_single_website.png +0 -0
  19. includes/admin/assets/images/video-tutorial.jpg +0 -0
  20. includes/admin/include/class.template-manager.php +17 -2
  21. includes/admin/templates/dashboard-module-setting-popup.php +4 -2
  22. includes/admin/templates/dashboard-sidebar.php +15 -0
  23. includes/admin/templates/dashboard-welcome.php +2 -2
  24. includes/base.php +3 -3
  25. includes/modules/shopify-like-checkout/class.shopify-like-checkout.php +1 -1
  26. includes/wl_woo_shop.php +34 -2
  27. languages/woolentor.pot +127 -104
  28. readme.txt +117 -66
  29. woolentor_addons_elementor.php +2 -2
assets/css/testimonial.css CHANGED
@@ -303,4 +303,52 @@
303
 
304
  .ht-testimonial-bg {
305
  background-color: #f2f2fa;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
306
  }
303
 
304
  .ht-testimonial-bg {
305
  background-color: #f2f2fa;
306
+ }
307
+
308
+ /* Testimonial Style Two */
309
+ .wlb-testimonial-style-5 .woolentor-testimonial-thumb{
310
+ overflow: hidden;
311
+ width: 80px;
312
+ height: 80px;
313
+ border-radius: 50%;
314
+ }
315
+ .wlb-testimonial-style-5 .woolentor-testimonial-thumb img{
316
+ width: 100%;
317
+ }
318
+ .wlb-testimonial-style-5 .woolentor-testimonial-content{
319
+ width: calc(100% - 100px);
320
+ }
321
+ .wlb-testimonial-style-5 .woolentor-testimonial-rating{
322
+ line-height: 1;
323
+ display: flex;
324
+ width: 90px;
325
+ height: 14px;
326
+ margin-bottom: 15px;
327
+ }
328
+ .wlb-testimonial-style-5 .woolentor-testimonial-rating-inner{
329
+ line-height: 1;
330
+ display: flex;
331
+ overflow: hidden;
332
+ width: 100%;
333
+ }
334
+ .wlb-testimonial-style-5 .woolentor-testimonial-rating-star{
335
+ line-height: 1;
336
+ flex: 1 0 auto;
337
+ }
338
+ .wlb-testimonial-style-5 .woolentor-testimonial-rating-star:not(:last-child){
339
+ margin-right: 5px;
340
+ }
341
+ .wlb-testimonial-style-5 .woolentor-testimonial-text{
342
+ font-size: 18px;
343
+ font-weight: 500;
344
+ font-style: italic;
345
+ line-height: 1.55;
346
+ margin-bottom: 12px;
347
+ color: #595959;
348
+ }
349
+ .wlb-testimonial-style-5 .woolentor-testimonial-name{
350
+ font-size: 14px;
351
+ font-weight: 500;
352
+ margin-bottom: 0;
353
+ color: #000000;
354
  }
classes/class.widgets_control.php CHANGED
@@ -141,7 +141,7 @@ class Widgets_Control{
141
  $generate_list = array_merge( $template_wise, $common_widget, $builder_common );
142
  }
143
 
144
- return $generate_list;
145
 
146
  }
147
 
141
  $generate_list = array_merge( $template_wise, $common_widget, $builder_common );
142
  }
143
 
144
+ return apply_filters( 'woolentor_load_widget_list', $generate_list, $this->widget_list(), $tmpType );
145
 
146
  }
147
 
includes/admin/assets/css/woolentor-admin.css CHANGED
@@ -1516,7 +1516,16 @@
1516
  .woolentor-admin-popup .woolentor-admin-btn:not(.activated,[disabled=disabled]):hover {
1517
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
1518
  }
1519
-
 
 
 
 
 
 
 
 
 
1520
  .woolentor-pro-banner {
1521
  display: flex;
1522
  flex-direction: column;
@@ -1887,12 +1896,14 @@
1887
  left: 0;
1888
  bottom: 0;
1889
  width: 100%;
 
 
1890
  justify-content: space-between;
1891
  }
1892
  .woolentor-admin-module-reset {
1893
- background: #f6f7f7;
1894
- border-color: #dddfdf;
1895
- color: #2271b1;
1896
  font-weight: normal;
1897
  }
1898
  .woolentor-admin-module-reset:hover{
1516
  .woolentor-admin-popup .woolentor-admin-btn:not(.activated,[disabled=disabled]):hover {
1517
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
1518
  }
1519
+
1520
+ /* Sidebar Pro-Banner */
1521
+ .woolentor-promo-banner {
1522
+ margin-bottom: 30px;
1523
+ padding-top: 30px;
1524
+ }
1525
+ .woolentor-promo-banner a{
1526
+ display: block;
1527
+ line-height: 1;
1528
+ }
1529
  .woolentor-pro-banner {
1530
  display: flex;
1531
  flex-direction: column;
1896
  left: 0;
1897
  bottom: 0;
1898
  width: 100%;
1899
+ }
1900
+ .woolentor-admin-footer.has-reset{
1901
  justify-content: space-between;
1902
  }
1903
  .woolentor-admin-module-reset {
1904
+ background: #FFFFFF;
1905
+ border-color: #E7E7E7;
1906
+ color: rgba(109, 113, 117, 0.5);
1907
  font-weight: normal;
1908
  }
1909
  .woolentor-admin-module-reset:hover{
includes/admin/assets/images/99fy-pro.png DELETED
Binary file
includes/admin/assets/images/99fy.png DELETED
Binary file
includes/admin/assets/images/daniel-home-1.png DELETED
Binary file
includes/admin/assets/images/flone.png DELETED
Binary file
includes/admin/assets/images/genral-contact-us.jpg DELETED
Binary file
includes/admin/assets/images/holmes.png DELETED
Binary file
includes/admin/assets/images/hurst-home-1.png DELETED
Binary file
includes/admin/assets/images/online-documentation.jpg DELETED
Binary file
includes/admin/assets/images/parlo.png DELETED
Binary file
includes/admin/assets/images/pricing/life_time_agency.png DELETED
Binary file
includes/admin/assets/images/pricing/life_time_five_website.png DELETED
Binary file
includes/admin/assets/images/pricing/life_time_single_website.png DELETED
Binary file
includes/admin/assets/images/pricing/one_year_agency.png DELETED
Binary file
includes/admin/assets/images/pricing/one_year_five_website.png DELETED
Binary file
includes/admin/assets/images/pricing/one_year_single_website.png DELETED
Binary file
includes/admin/assets/images/video-tutorial.jpg DELETED
Binary file
includes/admin/include/class.template-manager.php CHANGED
@@ -49,9 +49,23 @@ class Woolentor_Template_Manager{
49
 
50
  // Template Import
51
  add_action( 'wp_ajax_woolentor_import_template', [ $this, 'template_import' ] );
 
 
 
 
 
52
 
53
  }
54
 
 
 
 
 
 
 
 
 
 
55
  /**
56
  * [admin_menu] Add Post type Submenu
57
  *
@@ -464,8 +478,9 @@ class Woolentor_Template_Manager{
464
  );
465
 
466
  // Meta data
 
467
  update_post_meta( $new_post_id, self::CPT_META . '_type', $data['tmptype'] );
468
- update_post_meta( $new_post_id, '_wp_page_template', 'elementor_header_footer' );
469
 
470
  // Sample data import
471
  if( !empty( $data['sampletmpid'] ) && $data['sampletmpbuilder'] == 'elementor' ){
@@ -506,7 +521,7 @@ class Woolentor_Template_Manager{
506
 
507
  // Update Meta data
508
  update_post_meta( $data['id'], self::CPT_META . '_type', $data['tmptype'] );
509
- update_post_meta( $data['id'], '_wp_page_template', 'elementor_header_footer' );
510
 
511
  // Sample data import
512
  if( !empty( $data['sampletmpid'] ) && $data['sampletmpbuilder'] == 'elementor' ){
49
 
50
  // Template Import
51
  add_action( 'wp_ajax_woolentor_import_template', [ $this, 'template_import' ] );
52
+
53
+ // Elementor Plugin Missing
54
+ if ( ! did_action( 'elementor/loaded' ) ) {
55
+ add_action( 'admin_notices', [ $this, 'admin_notice_missing_main_plugin' ] );
56
+ }
57
 
58
  }
59
 
60
+ // Missing Elementor Notices
61
+ public function admin_notice_missing_main_plugin(){
62
+ if ( ! is_admin() || ! $this->is_current_screen() ) {
63
+ return;
64
+ }else{
65
+ \WooLentor\Base::instance()->admin_notice_missing_main_plugin();
66
+ }
67
+ }
68
+
69
  /**
70
  * [admin_menu] Add Post type Submenu
71
  *
478
  );
479
 
480
  // Meta data
481
+ $default_page_template = apply_filters( 'woolentor_default_page_template', 'elementor_header_footer', $data['tmptype'] );
482
  update_post_meta( $new_post_id, self::CPT_META . '_type', $data['tmptype'] );
483
+ update_post_meta( $new_post_id, '_wp_page_template', $default_page_template );
484
 
485
  // Sample data import
486
  if( !empty( $data['sampletmpid'] ) && $data['sampletmpbuilder'] == 'elementor' ){
521
 
522
  // Update Meta data
523
  update_post_meta( $data['id'], self::CPT_META . '_type', $data['tmptype'] );
524
+ // update_post_meta( $data['id'], '_wp_page_template', 'elementor_header_footer' );
525
 
526
  // Sample data import
527
  if( !empty( $data['sampletmpid'] ) && $data['sampletmpbuilder'] == 'elementor' ){
includes/admin/templates/dashboard-module-setting-popup.php CHANGED
@@ -13,8 +13,10 @@
13
  </button>
14
  <form class="woolentor-module-setting-data" id="woolentor-module-setting-form" action="#" method="post" data-section="{{data.section}}" data-fields="{{data.fileds}}">
15
  {{{ data.content }}}
16
- <div class="woolentor-admin-footer">
17
- <button class="woolentor-admin-module-reset woolentor-admin-btn woolentor-admin-btn-primary hover-effect-1"><?php echo esc_html__('Reset To Default','woolentor');?></button>
 
 
18
  <button class="woolentor-admin-module-save woolentor-admin-btn woolentor-admin-btn-primary hover-effect-1" disabled="disabled"><?php echo esc_html__('Save Changes','woolentor');?></button>
19
  </div>
20
  </form>
13
  </button>
14
  <form class="woolentor-module-setting-data" id="woolentor-module-setting-form" action="#" method="post" data-section="{{data.section}}" data-fields="{{data.fileds}}">
15
  {{{ data.content }}}
16
+ <div class="woolentor-admin-footer {{ data.section !== 'woolentor_others_tabs' ? 'has-reset' : '' }}">
17
+ <# if( data.section != 'woolentor_others_tabs' ){ #>
18
+ <button class="woolentor-admin-module-reset woolentor-admin-btn woolentor-admin-btn-primary hover-effect-1"><?php echo esc_html__('Reset To Default','woolentor');?></button>
19
+ <# } #>
20
  <button class="woolentor-admin-module-save woolentor-admin-btn woolentor-admin-btn-primary hover-effect-1" disabled="disabled"><?php echo esc_html__('Save Changes','woolentor');?></button>
21
  </div>
22
  </form>
includes/admin/templates/dashboard-sidebar.php CHANGED
@@ -1,8 +1,23 @@
1
  <?php
2
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
 
 
3
  ?>
4
  <div class="woolentor-admin-sidebar">
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  <?php if( !is_plugin_active('woolentor-addons-pro/woolentor_addons_pro.php') ) :?>
7
  <div class="woolentor-pro-banner">
8
  <div class="woolentor-pro-banner-logo"><img src="<?php echo WOOLENTOR_ADDONS_PL_URL; ?>includes/admin/assets/images/logo.png" alt="<?php echo esc_attr__('Woolentor Logo','woolentor'); ?>"></div>
1
  <?php
2
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
3
+
4
+ $sideBarNotice = \WooLentor\Base::instance()::$template_info;
5
  ?>
6
  <div class="woolentor-admin-sidebar">
7
 
8
+ <?php
9
+ if( $sideBarNotice['notices'] && $sideBarNotice['notices']['sidebar'] ){
10
+ if( $sideBarNotice['notices']['sidebar']['status'] == 1 ) {
11
+ $proBannerLink = $sideBarNotice['notices']['sidebar']['link'] ? $sideBarNotice['notices']['sidebar']['link'] : '#';
12
+ $proBannerTitle = $sideBarNotice['notices']['sidebar']['title'] ? $sideBarNotice['notices']['sidebar']['title'] : esc_html__('Promo Banner','woolentor');
13
+ $proBannerDescription = $sideBarNotice['notices']['sidebar']['description'] ? '<p>'.$sideBarNotice['notices']['sidebar']['description'].'</p>' : '';
14
+ $proBannerImage = $sideBarNotice['notices']['sidebar']['image'] ? '<img src='.$sideBarNotice['notices']['sidebar']['image'].' alt='.$proBannerTitle.'/>' : '';
15
+ $banner_html = sprintf( '<div class="woolentor-promo-banner"><a href="%1$s" target="_blank">%2$s</a></div>', $proBannerLink, $proBannerImage );
16
+ echo apply_filters( 'woolentor_sidebar_probanner', $banner_html );
17
+ }
18
+ }
19
+ ?>
20
+
21
  <?php if( !is_plugin_active('woolentor-addons-pro/woolentor_addons_pro.php') ) :?>
22
  <div class="woolentor-pro-banner">
23
  <div class="woolentor-pro-banner-logo"><img src="<?php echo WOOLENTOR_ADDONS_PL_URL; ?>includes/admin/assets/images/logo.png" alt="<?php echo esc_attr__('Woolentor Logo','woolentor'); ?>"></div>
includes/admin/templates/dashboard-welcome.php CHANGED
@@ -40,7 +40,7 @@
40
  <div class="woolentor-admin-infobox-content">
41
  <h3 class="woolentor-admin-infobox-title"><?php echo esc_html__('Support','woolentor'); ?></h3>
42
  <p class="woolentor-admin-infobox-text"><?php echo esc_html__('Please do not hesitate to contact us if you require assistance or want a free store set-up. We will assist you within 12-24 hours of receiving your inquiry.','woolentor');?></p>
43
- <a href="https://ticket.hasthemes.com/" class="woolentor-admin-btn woolentor-admin-btn-primary-outline" target="_blank"><?php echo esc_html__('Get Support','woolentor'); ?></a>
44
  </div>
45
  </div>
46
  <!-- Infobox End -->
@@ -51,7 +51,7 @@
51
  <div class="woolentor-admin-infobox-content">
52
  <h3 class="woolentor-admin-infobox-title"><?php echo esc_html__('Missing any Feature?','woolentor'); ?></h3>
53
  <p class="woolentor-admin-infobox-text"><?php echo esc_html__('Have you ever noticed any missing features? Please notify us if you do. As soon as possible, our staff will add any necessary features based on your requests. Our commitment to our clients is second to none. We always attempt to fulfill their demands.','woolentor'); ?></p>
54
- <a href="https://hasthemes.com/wishform/" class="woolentor-admin-btn woolentor-admin-btn-primary-outline" target="_blank"><?php echo esc_html__('Request','woolentor'); ?></a>
55
  </div>
56
  </div>
57
  <!-- Infobox End -->
40
  <div class="woolentor-admin-infobox-content">
41
  <h3 class="woolentor-admin-infobox-title"><?php echo esc_html__('Support','woolentor'); ?></h3>
42
  <p class="woolentor-admin-infobox-text"><?php echo esc_html__('Please do not hesitate to contact us if you require assistance or want a free store set-up. We will assist you within 12-24 hours of receiving your inquiry.','woolentor');?></p>
43
+ <a href="https://woolentor.com/contact/" class="woolentor-admin-btn woolentor-admin-btn-primary-outline" target="_blank"><?php echo esc_html__('Get Support','woolentor'); ?></a>
44
  </div>
45
  </div>
46
  <!-- Infobox End -->
51
  <div class="woolentor-admin-infobox-content">
52
  <h3 class="woolentor-admin-infobox-title"><?php echo esc_html__('Missing any Feature?','woolentor'); ?></h3>
53
  <p class="woolentor-admin-infobox-text"><?php echo esc_html__('Have you ever noticed any missing features? Please notify us if you do. As soon as possible, our staff will add any necessary features based on your requests. Our commitment to our clients is second to none. We always attempt to fulfill their demands.','woolentor'); ?></p>
54
+ <a href="https://woolentor.com/contact/" class="woolentor-admin-btn woolentor-admin-btn-primary-outline" target="_blank"><?php echo esc_html__('Request','woolentor'); ?></a>
55
  </div>
56
  </div>
57
  <!-- Infobox End -->
includes/base.php CHANGED
@@ -110,7 +110,6 @@ final class Base {
110
  if( !is_plugin_active('woolentor-addons-pro/woolentor_addons_pro.php') && ( self::$template_info['notices'][0]['status'] == 1 ) ){
111
  add_action( 'wp_ajax_woolentor_pro_notice', [ $this, 'ajax_dismiss' ] );
112
  add_action( 'admin_notices', [ $this, 'admin_promo_notice' ] );
113
- return;
114
  }
115
  }
116
  }
@@ -137,14 +136,14 @@ final class Base {
137
  return;
138
  }
139
  $activation_url = wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . $elementor . '&amp;plugin_status=all&amp;paged=1&amp;s', 'activate-plugin_' . $elementor );
140
- $message = sprintf( __( '%1$sWooLentor Addons for Elementor%2$s requires %1$s"Elementor"%2$s plugin to be active. Please activate Elementor to continue.', 'woolentor' ), '<strong>', '</strong>' );
141
  $button_text = esc_html__( 'Activate Elementor', 'woolentor' );
142
  } else {
143
  if( ! current_user_can( 'activate_plugins' ) ) {
144
  return;
145
  }
146
  $activation_url = wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=elementor' ), 'install-plugin_elementor' );
147
- $message = sprintf( __( '%1$sWooLentor Addons for Elementor%2$s requires %1$s"Elementor"%2$s plugin to be installed and activated. Please install Elementor to continue.', 'woolentor' ), '<strong>', '</strong>' );
148
  $button_text = esc_html__( 'Install Elementor', 'woolentor' );
149
  }
150
  $button = '<p><a href="' . $activation_url . '" class="button-primary">' . $button_text . '</a></p>';
@@ -288,6 +287,7 @@ final class Base {
288
  */
289
  public function plugin_deactivation_hook() {
290
  delete_metadata( 'user', null, 'woolentor_dismissed_notice_id', null, true );
 
291
  }
292
 
293
  /**
110
  if( !is_plugin_active('woolentor-addons-pro/woolentor_addons_pro.php') && ( self::$template_info['notices'][0]['status'] == 1 ) ){
111
  add_action( 'wp_ajax_woolentor_pro_notice', [ $this, 'ajax_dismiss' ] );
112
  add_action( 'admin_notices', [ $this, 'admin_promo_notice' ] );
 
113
  }
114
  }
115
  }
136
  return;
137
  }
138
  $activation_url = wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . $elementor . '&amp;plugin_status=all&amp;paged=1&amp;s', 'activate-plugin_' . $elementor );
139
+ $message = sprintf( __( 'If you want to use the %1$sTemplate Builder%2$s feature, make sure the %1$s"Elementor"%2$s plugin is activated. Please activate Elementor to continue.', 'woolentor' ), '<strong>', '</strong>' );
140
  $button_text = esc_html__( 'Activate Elementor', 'woolentor' );
141
  } else {
142
  if( ! current_user_can( 'activate_plugins' ) ) {
143
  return;
144
  }
145
  $activation_url = wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=elementor' ), 'install-plugin_elementor' );
146
+ $message = sprintf( __( 'If you want to use the %1$sTemplate Builder%2$s feature, make sure the %1$s"Elementor"%2$s plugin is installed and activated. Please install Elementor to continue.', 'woolentor' ), '<strong>', '</strong>' );
147
  $button_text = esc_html__( 'Install Elementor', 'woolentor' );
148
  }
149
  $button = '<p><a href="' . $activation_url . '" class="button-primary">' . $button_text . '</a></p>';
287
  */
288
  public function plugin_deactivation_hook() {
289
  delete_metadata( 'user', null, 'woolentor_dismissed_notice_id', null, true );
290
+ delete_metadata( 'user', null, 'woolentor_dismissed_pro_notice_id', null, true );
291
  }
292
 
293
  /**
includes/modules/shopify-like-checkout/class.shopify-like-checkout.php CHANGED
@@ -278,7 +278,7 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
278
  $fragments['.woocommerce-checkout-review-order-table'] = ob_get_clean();
279
 
280
  ob_start();
281
- if ( true === WC()->cart->needs_shipping_address() ){
282
  wc_cart_totals_shipping_html();
283
  } else {
284
  ?>
278
  $fragments['.woocommerce-checkout-review-order-table'] = ob_get_clean();
279
 
280
  ob_start();
281
+ if ( wc_ship_to_billing_address_only() || true === WC()->cart->needs_shipping_address() ){
282
  wc_cart_totals_shipping_html();
283
  } else {
284
  ?>
includes/wl_woo_shop.php CHANGED
@@ -126,7 +126,7 @@ class Woolentor_Woo_Custom_Template_Layout{
126
  public static function wl_get_product_content_elementor() {
127
  if ( Woolentor_Woo_Custom_Template_Layout::wl_woo_custom_product_template() ) {
128
  $wltemplateid = self::single_product_tmp_id();
129
- echo class_exists('\Elementor\Plugin') ? Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $wltemplateid ) : '';
130
  } else {
131
  the_content();
132
  }
@@ -217,10 +217,42 @@ class Woolentor_Woo_Custom_Template_Layout{
217
  public function woolentor_archive_product_page_content( $post ){
218
  $archive_template_id = $this->woolentor_product_archive_template();
219
  if( $archive_template_id != '0' ){
220
- echo class_exists('\Elementor\Plugin') ? Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $archive_template_id ) : '';
221
  }else{ the_content(); }
222
  }
223
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  }
225
 
226
  Woolentor_Woo_Custom_Template_Layout::instance();
126
  public static function wl_get_product_content_elementor() {
127
  if ( Woolentor_Woo_Custom_Template_Layout::wl_woo_custom_product_template() ) {
128
  $wltemplateid = self::single_product_tmp_id();
129
+ echo self::render_build_content( $wltemplateid );
130
  } else {
131
  the_content();
132
  }
217
  public function woolentor_archive_product_page_content( $post ){
218
  $archive_template_id = $this->woolentor_product_archive_template();
219
  if( $archive_template_id != '0' ){
220
+ echo self::render_build_content( $archive_template_id );
221
  }else{ the_content(); }
222
  }
223
 
224
+ /**
225
+ * [render_build_content]
226
+ * @param [int] $id
227
+ * @return string
228
+ */
229
+ public static function render_build_content( $id ){
230
+
231
+ $output = '';
232
+ $document = class_exists('\Elementor\Plugin') ? Elementor\Plugin::instance()->documents->get( $id ) : false;
233
+
234
+ if( $document && $document->is_built_with_elementor() ){
235
+ $output = Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $id );
236
+ }else{
237
+ $content = get_the_content( null, false, $id );
238
+
239
+ if ( has_blocks( $content ) ) {
240
+ $blocks = parse_blocks( $content );
241
+ foreach ( $blocks as $block ) {
242
+ $output .= render_block( $block );
243
+ }
244
+ }else{
245
+ $content = apply_filters( 'the_content', $content );
246
+ $content = str_replace(']]>', ']]&gt;', $content );
247
+ return $content;
248
+ }
249
+
250
+ }
251
+
252
+ return $output;
253
+
254
+ }
255
+
256
  }
257
 
258
  Woolentor_Woo_Custom_Template_Layout::instance();
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-05-22 04:42+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,11 +13,11 @@ 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.6.1; wp-5.9.3\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 ""
@@ -36,28 +36,14 @@ msgstr ""
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 "
@@ -71,7 +57,7 @@ msgid_plural "%s customer reviews"
71
  msgstr[0] ""
72
  msgstr[1] ""
73
 
74
- #: includes/admin/templates/dashboard-sidebar.php:26
75
  msgid ". Which will motivate us a lot."
76
  msgstr ""
77
 
@@ -81,7 +67,7 @@ msgstr ""
81
  msgid "1"
82
  msgstr ""
83
 
84
- #: includes/admin/templates/dashboard-sidebar.php:13
85
  msgid "10 Custom Shop Page Templates"
86
  msgstr ""
87
 
@@ -90,7 +76,7 @@ msgstr ""
90
  msgid "123-456-7890"
91
  msgstr ""
92
 
93
- #: includes/admin/templates/dashboard-sidebar.php:12
94
  msgid "15 Product Custom Templates"
95
  msgstr ""
96
 
@@ -115,7 +101,7 @@ msgstr ""
115
  msgid "5"
116
  msgstr ""
117
 
118
- #: includes/admin/templates/dashboard-sidebar.php:15
119
  msgid "5 Premium WooCommerce Themes included. (Save $200)"
120
  msgstr ""
121
 
@@ -128,7 +114,7 @@ msgstr ""
128
  msgid "6"
129
  msgstr ""
130
 
131
- #: includes/admin/templates/dashboard-sidebar.php:11
132
  msgid "76 Elementor Elements"
133
  msgstr ""
134
 
@@ -159,11 +145,11 @@ msgstr ""
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,11 +160,11 @@ msgstr ""
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"
@@ -295,11 +281,11 @@ msgid "ALL"
295
  msgstr ""
296
 
297
  #: includes/addons/wb_wc_multicurrency.php:58
298
- #: includes/admin/include/class.template-manager.php:280
299
  msgid "All"
300
  msgstr ""
301
 
302
- #: includes/admin/include/class.template-manager.php:380
303
  msgid "All Assigned Template has been imported"
304
  msgstr ""
305
 
@@ -312,11 +298,11 @@ msgstr ""
312
  msgid "All Categories"
313
  msgstr ""
314
 
315
- #: includes/admin/include/class.template-manager.php:368
316
  msgid "All Data Saved"
317
  msgstr ""
318
 
319
- #: classes/class.assest_management.php:336
320
  msgid "All Items have been Loaded"
321
  msgstr ""
322
 
@@ -340,8 +326,8 @@ msgstr ""
340
  msgid "Apply coupon"
341
  msgstr ""
342
 
343
- #: includes/admin/include/class.template-manager.php:175
344
- #: includes/admin/include/class.template-manager.php:199
345
  msgid "Archive"
346
  msgstr ""
347
 
@@ -371,7 +357,8 @@ msgstr ""
371
  msgid "Archive Title"
372
  msgstr ""
373
 
374
- #: includes/admin/include/class.template-manager.php:383
 
375
  msgid "Are you sure?"
376
  msgstr ""
377
 
@@ -413,7 +400,7 @@ msgstr ""
413
  msgid "Ascending"
414
  msgstr ""
415
 
416
- #: includes/admin/include/class.template-manager.php:379
417
  msgid "Assigned Template Importing.."
418
  msgstr ""
419
 
@@ -878,7 +865,7 @@ msgstr ""
878
  msgid "Buy"
879
  msgstr ""
880
 
881
- #: classes/class.assest_management.php:343
882
  #: includes/admin/include/template-library.php:181
883
  #: includes/admin/include/template-library.php:233
884
  #: includes/admin/include/class.extension-manager.php:203
@@ -900,7 +887,8 @@ msgstr ""
900
  msgid "Call For Price"
901
  msgstr ""
902
 
903
- #: includes/admin/include/class.template-manager.php:386
 
904
  msgid "Cancel"
905
  msgstr ""
906
 
@@ -922,7 +910,7 @@ msgstr ""
922
  msgid "Cart Button Color"
923
  msgstr ""
924
 
925
- #: includes/admin/templates/dashboard-sidebar.php:14
926
  msgid ""
927
  "Cart Page, Checkout, My Account, Registration and Thank you page custom "
928
  "layout template"
@@ -1332,11 +1320,11 @@ msgstr ""
1332
  msgid "Customer Review"
1333
  msgstr ""
1334
 
1335
- #: includes/admin/admin-init.php:328
1336
  msgid "Data Fetch successfully!"
1337
  msgstr ""
1338
 
1339
- #: includes/admin/admin-init.php:274
1340
  msgid "Data Saved successfully!"
1341
  msgstr ""
1342
 
@@ -1358,7 +1346,7 @@ msgid "Days"
1358
  msgstr ""
1359
 
1360
  #: includes/addons/wl_brand.php:62
1361
- #: includes/admin/include/class.template-manager.php:87
1362
  msgid "Default"
1363
  msgstr ""
1364
 
@@ -1446,11 +1434,11 @@ msgstr ""
1446
  msgid "Edit Template"
1447
  msgstr ""
1448
 
1449
- #: includes/admin/include/class.template-manager.php:358
1450
  msgid "Edit With Elementor"
1451
  msgstr ""
1452
 
1453
- #: includes/admin/include/class.template-manager.php:362
1454
  msgid "Edit With Gutenberg"
1455
  msgstr ""
1456
 
@@ -1465,7 +1453,7 @@ msgstr ""
1465
  msgid "Element Information"
1466
  msgstr ""
1467
 
1468
- #: includes/admin/include/class.template-manager.php:374
1469
  #: includes/admin/include/template-library/templates_list.php:19
1470
  msgid "Elementor"
1471
  msgstr ""
@@ -1524,7 +1512,7 @@ msgstr ""
1524
  msgid "Enter a different address"
1525
  msgstr ""
1526
 
1527
- #: includes/admin/include/class.template-manager.php:350
1528
  msgid "Enter a template name"
1529
  msgstr ""
1530
 
@@ -1695,7 +1683,7 @@ msgstr ""
1695
  msgid "Get Now"
1696
  msgstr ""
1697
 
1698
- #: includes/admin/templates/dashboard-sidebar.php:17
1699
  msgid "Get Pro Now"
1700
  msgstr ""
1701
 
@@ -1703,7 +1691,7 @@ msgstr ""
1703
  msgid "Get Support"
1704
  msgstr ""
1705
 
1706
- #: includes/base.php:278 includes/addons/wl_category.php:192
1707
  #: includes/addons/wl_brand.php:229 includes/addons/wl_brand.php:372
1708
  msgid "Go Pro"
1709
  msgstr ""
@@ -2002,7 +1990,23 @@ msgid ""
2002
  "are a new customer, please proceed to the Billing section."
2003
  msgstr ""
2004
 
2005
- #: includes/admin/templates/dashboard-sidebar.php:26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2006
  msgid ""
2007
  "If you’re loving how our product has helped your business, please let the "
2008
  "WordPress community know by "
@@ -2035,11 +2039,11 @@ msgstr ""
2035
  msgid "Image/Icon"
2036
  msgstr ""
2037
 
2038
- #: classes/class.assest_management.php:342
2039
  msgid "Import"
2040
  msgstr ""
2041
 
2042
- #: includes/admin/include/class.template-manager.php:291
2043
  msgid "Import Previously Assigned Templates"
2044
  msgstr ""
2045
 
@@ -2047,15 +2051,15 @@ msgstr ""
2047
  msgid "Import template to your Library"
2048
  msgstr ""
2049
 
2050
- #: classes/class.assest_management.php:340
2051
  msgid "Import to Library"
2052
  msgstr ""
2053
 
2054
- #: classes/class.assest_management.php:341
2055
  msgid "Import to Page"
2056
  msgstr ""
2057
 
2058
- #: classes/class.assest_management.php:335
2059
  msgid "in this package"
2060
  msgstr ""
2061
 
@@ -2084,7 +2088,7 @@ msgstr ""
2084
  msgid "Insert into Template"
2085
  msgstr ""
2086
 
2087
- #: includes/base.php:154
2088
  msgid "Install Elementor"
2089
  msgstr ""
2090
 
@@ -2095,15 +2099,15 @@ msgstr ""
2095
  msgid "Install Now"
2096
  msgstr ""
2097
 
2098
- #: includes/base.php:179
2099
  msgid "Install WooCommerce"
2100
  msgstr ""
2101
 
2102
- #: classes/class.assest_management.php:345
2103
  msgid "Installing.."
2104
  msgstr ""
2105
 
2106
- #: includes/admin/include/class.template-manager.php:384
2107
  msgid ""
2108
  "It will import those templates that were created from the \"Templates\" menu "
2109
  "of Elementor and assigned to corresponding WooCommerce pages."
@@ -2207,7 +2211,7 @@ msgstr ""
2207
  msgid "Layout Two"
2208
  msgstr ""
2209
 
2210
- #: includes/admin/templates/dashboard-sidebar.php:26
2211
  msgid "leaving us a review on our WP repository"
2212
  msgstr ""
2213
 
@@ -2509,7 +2513,7 @@ msgstr ""
2509
  #: includes/addons/wb_customer_review.php:80
2510
  #: includes/addons/wb_customer_review.php:392
2511
  #: includes/addons/product_tabs.php:163
2512
- #: includes/admin/include/class.template-manager.php:349
2513
  msgid "Name"
2514
  msgstr ""
2515
 
@@ -2550,7 +2554,7 @@ msgstr ""
2550
  msgid "Nine"
2551
  msgstr ""
2552
 
2553
- #: includes/admin/include/class.template-manager.php:127
2554
  msgid "NO"
2555
  msgstr ""
2556
 
@@ -2605,10 +2609,10 @@ msgstr ""
2605
  msgid "No upsell products are available."
2606
  msgstr ""
2607
 
2608
- #: includes/admin/include/class.template-manager.php:408
2609
- #: includes/admin/include/class.template-manager.php:543
2610
- #: includes/admin/include/class.template-manager.php:579
2611
- #: includes/admin/include/class.template-manager.php:628
2612
  msgid "Nonce Varification Faild !"
2613
  msgstr ""
2614
 
@@ -2660,7 +2664,7 @@ msgstr ""
2660
  msgid "Not found in Trash"
2661
  msgstr ""
2662
 
2663
- #: classes/class.assest_management.php:337
2664
  msgid "Nothing Found"
2665
  msgstr ""
2666
 
@@ -2882,7 +2886,7 @@ msgstr ""
2882
  msgid "Peter Rose"
2883
  msgstr ""
2884
 
2885
- #: includes/base.php:195
2886
  msgid "PHP"
2887
  msgstr ""
2888
 
@@ -2955,7 +2959,7 @@ msgstr ""
2955
  msgid "Position"
2956
  msgstr ""
2957
 
2958
- #: includes/admin/include/class.template-manager.php:437
2959
  msgid "Post request dose not found"
2960
  msgstr ""
2961
 
@@ -2969,7 +2973,7 @@ msgctxt "Post Type Singular Name"
2969
  msgid "Template Builder"
2970
  msgstr ""
2971
 
2972
- #: classes/class.assest_management.php:344
2973
  #: includes/admin/include/admin_field-manager.php:304
2974
  #: includes/admin/include/admin_field-manager.php:424
2975
  msgid "Preview"
@@ -3025,8 +3029,8 @@ msgstr ""
3025
  msgid "Pricing"
3026
  msgstr ""
3027
 
3028
- #: classes/class.assest_management.php:332
3029
- #: includes/admin/include/class.template-manager.php:375
3030
  #: includes/admin/include/admin_field-manager.php:126
3031
  #: includes/admin/include/admin_field-manager.php:287
3032
  #: includes/admin/include/admin_field-manager.php:405
@@ -3281,7 +3285,7 @@ msgstr ""
3281
  msgid "Products reviews"
3282
  msgstr ""
3283
 
3284
- #: includes/base.php:250
3285
  msgid "Promo Banner"
3286
  msgstr ""
3287
 
@@ -3342,7 +3346,7 @@ msgstr ""
3342
  msgid "Rating dose not enable"
3343
  msgstr ""
3344
 
3345
- #: includes/admin/templates/dashboard-sidebar.php:23
3346
  msgid "Rating icon"
3347
  msgstr ""
3348
 
@@ -3397,6 +3401,18 @@ msgstr ""
3397
  msgid "Required for stock progress bar"
3398
  msgstr ""
3399
 
 
 
 
 
 
 
 
 
 
 
 
 
3400
  #: includes/addons/wb_archive_result_count.php:42
3401
  #: includes/addons/wb_archive_result_count.php:62
3402
  msgid "Result Count"
@@ -3496,23 +3512,29 @@ msgstr ""
3496
  msgid "Sale!"
3497
  msgstr ""
3498
 
3499
- #: includes/admin/include/class.template-manager.php:373
3500
  msgid "Sample Design"
3501
  msgstr ""
3502
 
 
3503
  #: includes/admin/templates/dashboard-element.php:39
3504
  #: includes/admin/templates/dashboard-style.php:26
3505
  #: includes/admin/templates/dashboard-settings.php:18
3506
- #: includes/admin/templates/dashboard-module-setting-popup.php:17
3507
  #: includes/admin/templates/dashboard-module.php:49
3508
  msgid "Save Changes"
3509
  msgstr ""
3510
 
3511
- #: includes/admin/include/class.template-manager.php:366
3512
  msgid "Save Settings"
3513
  msgstr ""
3514
 
3515
- #: includes/admin/include/class.template-manager.php:367
 
 
 
 
 
3516
  msgid "Saving..."
3517
  msgstr ""
3518
 
@@ -3611,7 +3633,7 @@ msgstr ""
3611
  msgid "Separator Icon"
3612
  msgstr ""
3613
 
3614
- #: includes/admin/include/class.template-manager.php:353
3615
  msgid "Set Default"
3616
  msgstr ""
3617
 
@@ -3623,7 +3645,7 @@ msgstr ""
3623
  msgid "Set the initial stock amount from"
3624
  msgstr ""
3625
 
3626
- #: includes/base.php:275 includes/addons/wl_recently_viewed_products.php:42
3627
  #: includes/admin/admin-init.php:96 includes/admin/admin-init.php:97
3628
  msgid "Settings"
3629
  msgstr ""
@@ -3664,8 +3686,8 @@ msgstr ""
3664
  msgid "Shipping to %s."
3665
  msgstr ""
3666
 
3667
- #: includes/admin/include/class.template-manager.php:172
3668
- #: includes/admin/include/class.template-manager.php:195
3669
  msgid "Shop"
3670
  msgstr ""
3671
 
@@ -3772,8 +3794,8 @@ msgid ""
3772
  "items, and news in your inbox."
3773
  msgstr ""
3774
 
3775
- #: includes/admin/include/class.template-manager.php:178
3776
- #: includes/admin/include/class.template-manager.php:203
3777
  msgid "Single"
3778
  msgstr ""
3779
 
@@ -3886,10 +3908,10 @@ msgstr ""
3886
  msgid "Sold:"
3887
  msgstr ""
3888
 
3889
- #: includes/admin/include/class.template-manager.php:485
3890
- #: includes/admin/include/class.template-manager.php:560
3891
- #: includes/admin/include/class.template-manager.php:598
3892
- #: includes/admin/include/class.template-manager.php:668
3893
  msgid "Some thing is worng !"
3894
  msgstr ""
3895
 
@@ -4193,22 +4215,22 @@ msgstr ""
4193
  msgid "Template Attributes"
4194
  msgstr ""
4195
 
4196
- #: includes/admin/include/class.template-manager.php:64
4197
- #: includes/admin/include/class.template-manager.php:65
4198
  #: includes/admin/include/class.template_cpt.php:53
4199
  msgid "Template Builder"
4200
  msgstr ""
4201
 
4202
- #: includes/admin/include/class.template-manager.php:661
4203
  msgid "Template has been imported"
4204
  msgstr ""
4205
 
4206
- #: includes/admin/include/class.template-manager.php:461
4207
  msgid "Template has been inserted"
4208
  msgstr ""
4209
 
4210
- #: includes/admin/include/class.template-manager.php:525
4211
- #: includes/admin/include/class.template-manager.php:590
4212
  msgid "Template has been updated"
4213
  msgstr ""
4214
 
@@ -4217,7 +4239,7 @@ msgstr ""
4217
  msgid "Template Library"
4218
  msgstr ""
4219
 
4220
- #: includes/admin/include/class.template-manager.php:355
4221
  msgid "Template Settings"
4222
  msgstr ""
4223
 
@@ -4455,8 +4477,8 @@ msgstr ""
4455
  msgid "Two"
4456
  msgstr ""
4457
 
4458
- #: includes/admin/include/class.template-manager.php:86
4459
- #: includes/admin/include/class.template-manager.php:352
4460
  msgid "Type"
4461
  msgstr ""
4462
 
@@ -4902,7 +4924,7 @@ msgstr ""
4902
  msgid "WL: WishSuite Table"
4903
  msgstr ""
4904
 
4905
- #: includes/base.php:194 includes/admin/admin-init.php:85
4906
  #: includes/admin/admin-init.php:86
4907
  msgid "WooLentor"
4908
  msgstr ""
@@ -4923,14 +4945,14 @@ msgstr ""
4923
  msgid "WooLentor Element"
4924
  msgstr ""
4925
 
4926
- #: includes/admin/templates/dashboard-sidebar.php:9
4927
  msgid ""
4928
  "WooLentor is one of the most popular WooCommerce Elementor Addons on "
4929
  "WordPress.org. It has been downloaded more than 1,278,953 times and 80,000 "
4930
  "stores are using WooLentor plugin. Why not you?"
4931
  msgstr ""
4932
 
4933
- #: includes/admin/templates/dashboard-sidebar.php:8
4934
  msgid "Woolentor Logo"
4935
  msgstr ""
4936
 
@@ -4942,7 +4964,7 @@ msgstr ""
4942
  msgid "WooLentor Template"
4943
  msgstr ""
4944
 
4945
- #: includes/admin/templates/dashboard-sidebar.php:31
4946
  msgid "Woolentor trustpilot rating"
4947
  msgstr ""
4948
 
@@ -4975,19 +4997,20 @@ msgstr ""
4975
  msgid "Y Position"
4976
  msgstr ""
4977
 
4978
- #: includes/admin/include/class.template-manager.php:127
4979
  msgid "YES"
4980
  msgstr ""
4981
 
4982
- #: includes/addons/wl_faq.php:113 includes/addons/wl_faq.php:192
4983
- #: includes/addons/wl_faq.php:205 includes/addons/wl_testimonial.php:217
 
4984
  #: includes/addons/wl_testimonial.php:333
4985
  #: includes/addons/wb_customer_review.php:205
4986
  #: includes/addons/product_tabs.php:469
4987
  #: includes/addons/wl_category_grid.php:153
4988
  #: includes/addons/wl_category_grid.php:214
4989
  #: includes/addons/wl_category_grid.php:300
4990
- #: includes/admin/include/class.template-manager.php:385
4991
  msgid "Yes"
4992
  msgstr ""
4993
 
3
  msgstr ""
4
  "Project-Id-Version: WooLentor - WooCommerce Elementor Addons + Builder\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-06-04 04:18+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
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.6.2; wp-6.0\n"
17
  "X-Domain: woolentor"
18
 
19
  #. 1: Plugin name 2: PHP 3: Required PHP version
20
+ #: includes/base.php:186
21
  #, php-format
22
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
23
  msgstr ""
36
  msgid "#"
37
  msgstr ""
38
 
39
+ #: includes/base.php:164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  #, php-format
41
  msgid ""
42
  "%1$sWooLentor Addons for Elementor%2$s requires %1$s\"WooCommerce\"%2$s "
43
  "plugin to be active. Please activate WooCommerce to continue."
44
  msgstr ""
45
 
46
+ #: includes/base.php:171
47
  #, php-format
48
  msgid ""
49
  "%1$sWooLentor Addons for Elementor%2$s requires %1$s\"WooCommerce\"%2$s "
57
  msgstr[0] ""
58
  msgstr[1] ""
59
 
60
+ #: includes/admin/templates/dashboard-sidebar.php:41
61
  msgid ". Which will motivate us a lot."
62
  msgstr ""
63
 
67
  msgid "1"
68
  msgstr ""
69
 
70
+ #: includes/admin/templates/dashboard-sidebar.php:28
71
  msgid "10 Custom Shop Page Templates"
72
  msgstr ""
73
 
76
  msgid "123-456-7890"
77
  msgstr ""
78
 
79
+ #: includes/admin/templates/dashboard-sidebar.php:27
80
  msgid "15 Product Custom Templates"
81
  msgstr ""
82
 
101
  msgid "5"
102
  msgstr ""
103
 
104
+ #: includes/admin/templates/dashboard-sidebar.php:30
105
  msgid "5 Premium WooCommerce Themes included. (Save $200)"
106
  msgstr ""
107
 
114
  msgid "6"
115
  msgstr ""
116
 
117
+ #: includes/admin/templates/dashboard-sidebar.php:26
118
  msgid "76 Elementor Elements"
119
  msgstr ""
120
 
145
  msgid "Activate"
146
  msgstr ""
147
 
148
+ #: includes/base.php:140
149
  msgid "Activate Elementor"
150
  msgstr ""
151
 
152
+ #: includes/base.php:165
153
  msgid "Activate WooCommerce"
154
  msgstr ""
155
 
160
  msgid "Activated"
161
  msgstr ""
162
 
163
+ #: classes/class.assest_management.php:357
164
  msgid "Activating.."
165
  msgstr ""
166
 
167
+ #: classes/class.assest_management.php:358 includes/addons/wl_faq.php:464
168
  #: includes/addons/wl_faq.php:760 includes/addons/wb_product_data_tab.php:144
169
  #: includes/addons/wb_archive_product.php:758
170
  msgid "Active"
281
  msgstr ""
282
 
283
  #: includes/addons/wb_wc_multicurrency.php:58
284
+ #: includes/admin/include/class.template-manager.php:294
285
  msgid "All"
286
  msgstr ""
287
 
288
+ #: includes/admin/include/class.template-manager.php:395
289
  msgid "All Assigned Template has been imported"
290
  msgstr ""
291
 
298
  msgid "All Categories"
299
  msgstr ""
300
 
301
+ #: includes/admin/include/class.template-manager.php:383
302
  msgid "All Data Saved"
303
  msgstr ""
304
 
305
+ #: classes/class.assest_management.php:347
306
  msgid "All Items have been Loaded"
307
  msgstr ""
308
 
326
  msgid "Apply coupon"
327
  msgstr ""
328
 
329
+ #: includes/admin/include/class.template-manager.php:189
330
+ #: includes/admin/include/class.template-manager.php:213
331
  msgid "Archive"
332
  msgstr ""
333
 
357
  msgid "Archive Title"
358
  msgstr ""
359
 
360
+ #: classes/class.assest_management.php:324
361
+ #: includes/admin/include/class.template-manager.php:398
362
  msgid "Are you sure?"
363
  msgstr ""
364
 
400
  msgid "Ascending"
401
  msgstr ""
402
 
403
+ #: includes/admin/include/class.template-manager.php:394
404
  msgid "Assigned Template Importing.."
405
  msgstr ""
406
 
865
  msgid "Buy"
866
  msgstr ""
867
 
868
+ #: classes/class.assest_management.php:354
869
  #: includes/admin/include/template-library.php:181
870
  #: includes/admin/include/template-library.php:233
871
  #: includes/admin/include/class.extension-manager.php:203
887
  msgid "Call For Price"
888
  msgstr ""
889
 
890
+ #: classes/class.assest_management.php:323
891
+ #: includes/admin/include/class.template-manager.php:401
892
  msgid "Cancel"
893
  msgstr ""
894
 
910
  msgid "Cart Button Color"
911
  msgstr ""
912
 
913
+ #: includes/admin/templates/dashboard-sidebar.php:29
914
  msgid ""
915
  "Cart Page, Checkout, My Account, Registration and Thank you page custom "
916
  "layout template"
1320
  msgid "Customer Review"
1321
  msgstr ""
1322
 
1323
+ #: includes/admin/admin-init.php:338
1324
  msgid "Data Fetch successfully!"
1325
  msgstr ""
1326
 
1327
+ #: includes/admin/admin-init.php:276
1328
  msgid "Data Saved successfully!"
1329
  msgstr ""
1330
 
1346
  msgstr ""
1347
 
1348
  #: includes/addons/wl_brand.php:62
1349
+ #: includes/admin/include/class.template-manager.php:101
1350
  msgid "Default"
1351
  msgstr ""
1352
 
1434
  msgid "Edit Template"
1435
  msgstr ""
1436
 
1437
+ #: includes/admin/include/class.template-manager.php:373
1438
  msgid "Edit With Elementor"
1439
  msgstr ""
1440
 
1441
+ #: includes/admin/include/class.template-manager.php:377
1442
  msgid "Edit With Gutenberg"
1443
  msgstr ""
1444
 
1453
  msgid "Element Information"
1454
  msgstr ""
1455
 
1456
+ #: includes/admin/include/class.template-manager.php:389
1457
  #: includes/admin/include/template-library/templates_list.php:19
1458
  msgid "Elementor"
1459
  msgstr ""
1512
  msgid "Enter a different address"
1513
  msgstr ""
1514
 
1515
+ #: includes/admin/include/class.template-manager.php:365
1516
  msgid "Enter a template name"
1517
  msgstr ""
1518
 
1683
  msgid "Get Now"
1684
  msgstr ""
1685
 
1686
+ #: includes/admin/templates/dashboard-sidebar.php:32
1687
  msgid "Get Pro Now"
1688
  msgstr ""
1689
 
1691
  msgid "Get Support"
1692
  msgstr ""
1693
 
1694
+ #: includes/base.php:271 includes/addons/wl_category.php:192
1695
  #: includes/addons/wl_brand.php:229 includes/addons/wl_brand.php:372
1696
  msgid "Go Pro"
1697
  msgstr ""
1990
  "are a new customer, please proceed to the Billing section."
1991
  msgstr ""
1992
 
1993
+ #: includes/base.php:139
1994
+ #, php-format
1995
+ msgid ""
1996
+ "If you want to use the %1$sTemplate Builder%2$s feature, make sure the "
1997
+ "%1$s\"Elementor\"%2$s plugin is activated. Please activate Elementor to "
1998
+ "continue."
1999
+ msgstr ""
2000
+
2001
+ #: includes/base.php:146
2002
+ #, php-format
2003
+ msgid ""
2004
+ "If you want to use the %1$sTemplate Builder%2$s feature, make sure the "
2005
+ "%1$s\"Elementor\"%2$s plugin is installed and activated. Please install "
2006
+ "Elementor to continue."
2007
+ msgstr ""
2008
+
2009
+ #: includes/admin/templates/dashboard-sidebar.php:41
2010
  msgid ""
2011
  "If you’re loving how our product has helped your business, please let the "
2012
  "WordPress community know by "
2039
  msgid "Image/Icon"
2040
  msgstr ""
2041
 
2042
+ #: classes/class.assest_management.php:353
2043
  msgid "Import"
2044
  msgstr ""
2045
 
2046
+ #: includes/admin/include/class.template-manager.php:305
2047
  msgid "Import Previously Assigned Templates"
2048
  msgstr ""
2049
 
2051
  msgid "Import template to your Library"
2052
  msgstr ""
2053
 
2054
+ #: classes/class.assest_management.php:351
2055
  msgid "Import to Library"
2056
  msgstr ""
2057
 
2058
+ #: classes/class.assest_management.php:352
2059
  msgid "Import to Page"
2060
  msgstr ""
2061
 
2062
+ #: classes/class.assest_management.php:346
2063
  msgid "in this package"
2064
  msgstr ""
2065
 
2088
  msgid "Insert into Template"
2089
  msgstr ""
2090
 
2091
+ #: includes/base.php:147
2092
  msgid "Install Elementor"
2093
  msgstr ""
2094
 
2099
  msgid "Install Now"
2100
  msgstr ""
2101
 
2102
+ #: includes/base.php:172
2103
  msgid "Install WooCommerce"
2104
  msgstr ""
2105
 
2106
+ #: classes/class.assest_management.php:356
2107
  msgid "Installing.."
2108
  msgstr ""
2109
 
2110
+ #: includes/admin/include/class.template-manager.php:399
2111
  msgid ""
2112
  "It will import those templates that were created from the \"Templates\" menu "
2113
  "of Elementor and assigned to corresponding WooCommerce pages."
2211
  msgid "Layout Two"
2212
  msgstr ""
2213
 
2214
+ #: includes/admin/templates/dashboard-sidebar.php:41
2215
  msgid "leaving us a review on our WP repository"
2216
  msgstr ""
2217
 
2513
  #: includes/addons/wb_customer_review.php:80
2514
  #: includes/addons/wb_customer_review.php:392
2515
  #: includes/addons/product_tabs.php:163
2516
+ #: includes/admin/include/class.template-manager.php:364
2517
  msgid "Name"
2518
  msgstr ""
2519
 
2554
  msgid "Nine"
2555
  msgstr ""
2556
 
2557
+ #: includes/admin/include/class.template-manager.php:141
2558
  msgid "NO"
2559
  msgstr ""
2560
 
2609
  msgid "No upsell products are available."
2610
  msgstr ""
2611
 
2612
+ #: includes/admin/include/class.template-manager.php:423
2613
+ #: includes/admin/include/class.template-manager.php:559
2614
+ #: includes/admin/include/class.template-manager.php:595
2615
+ #: includes/admin/include/class.template-manager.php:644
2616
  msgid "Nonce Varification Faild !"
2617
  msgstr ""
2618
 
2664
  msgid "Not found in Trash"
2665
  msgstr ""
2666
 
2667
+ #: classes/class.assest_management.php:348
2668
  msgid "Nothing Found"
2669
  msgstr ""
2670
 
2886
  msgid "Peter Rose"
2887
  msgstr ""
2888
 
2889
+ #: includes/base.php:188
2890
  msgid "PHP"
2891
  msgstr ""
2892
 
2959
  msgid "Position"
2960
  msgstr ""
2961
 
2962
+ #: includes/admin/include/class.template-manager.php:452
2963
  msgid "Post request dose not found"
2964
  msgstr ""
2965
 
2973
  msgid "Template Builder"
2974
  msgstr ""
2975
 
2976
+ #: classes/class.assest_management.php:355
2977
  #: includes/admin/include/admin_field-manager.php:304
2978
  #: includes/admin/include/admin_field-manager.php:424
2979
  msgid "Preview"
3029
  msgid "Pricing"
3030
  msgstr ""
3031
 
3032
+ #: classes/class.assest_management.php:343
3033
+ #: includes/admin/include/class.template-manager.php:390
3034
  #: includes/admin/include/admin_field-manager.php:126
3035
  #: includes/admin/include/admin_field-manager.php:287
3036
  #: includes/admin/include/admin_field-manager.php:405
3285
  msgid "Products reviews"
3286
  msgstr ""
3287
 
3288
+ #: includes/base.php:243 includes/admin/templates/dashboard-sidebar.php:12
3289
  msgid "Promo Banner"
3290
  msgstr ""
3291
 
3346
  msgid "Rating dose not enable"
3347
  msgstr ""
3348
 
3349
+ #: includes/admin/templates/dashboard-sidebar.php:38
3350
  msgid "Rating icon"
3351
  msgstr ""
3352
 
3401
  msgid "Required for stock progress bar"
3402
  msgstr ""
3403
 
3404
+ #: classes/class.assest_management.php:326
3405
+ msgid "Reset All Settings"
3406
+ msgstr ""
3407
+
3408
+ #: includes/admin/templates/dashboard-module-setting-popup.php:18
3409
+ msgid "Reset To Default"
3410
+ msgstr ""
3411
+
3412
+ #: classes/class.assest_management.php:325
3413
+ msgid "Reseting..."
3414
+ msgstr ""
3415
+
3416
  #: includes/addons/wb_archive_result_count.php:42
3417
  #: includes/addons/wb_archive_result_count.php:62
3418
  msgid "Result Count"
3512
  msgid "Sale!"
3513
  msgstr ""
3514
 
3515
+ #: includes/admin/include/class.template-manager.php:388
3516
  msgid "Sample Design"
3517
  msgstr ""
3518
 
3519
+ #: classes/class.assest_management.php:319
3520
  #: includes/admin/templates/dashboard-element.php:39
3521
  #: includes/admin/templates/dashboard-style.php:26
3522
  #: includes/admin/templates/dashboard-settings.php:18
3523
+ #: includes/admin/templates/dashboard-module-setting-popup.php:20
3524
  #: includes/admin/templates/dashboard-module.php:49
3525
  msgid "Save Changes"
3526
  msgstr ""
3527
 
3528
+ #: includes/admin/include/class.template-manager.php:381
3529
  msgid "Save Settings"
3530
  msgstr ""
3531
 
3532
+ #: classes/class.assest_management.php:321
3533
+ msgid "Saved All Data"
3534
+ msgstr ""
3535
+
3536
+ #: classes/class.assest_management.php:320
3537
+ #: includes/admin/include/class.template-manager.php:382
3538
  msgid "Saving..."
3539
  msgstr ""
3540
 
3633
  msgid "Separator Icon"
3634
  msgstr ""
3635
 
3636
+ #: includes/admin/include/class.template-manager.php:368
3637
  msgid "Set Default"
3638
  msgstr ""
3639
 
3645
  msgid "Set the initial stock amount from"
3646
  msgstr ""
3647
 
3648
+ #: includes/base.php:268 includes/addons/wl_recently_viewed_products.php:42
3649
  #: includes/admin/admin-init.php:96 includes/admin/admin-init.php:97
3650
  msgid "Settings"
3651
  msgstr ""
3686
  msgid "Shipping to %s."
3687
  msgstr ""
3688
 
3689
+ #: includes/admin/include/class.template-manager.php:186
3690
+ #: includes/admin/include/class.template-manager.php:209
3691
  msgid "Shop"
3692
  msgstr ""
3693
 
3794
  "items, and news in your inbox."
3795
  msgstr ""
3796
 
3797
+ #: includes/admin/include/class.template-manager.php:192
3798
+ #: includes/admin/include/class.template-manager.php:217
3799
  msgid "Single"
3800
  msgstr ""
3801
 
3908
  msgid "Sold:"
3909
  msgstr ""
3910
 
3911
+ #: includes/admin/include/class.template-manager.php:501
3912
+ #: includes/admin/include/class.template-manager.php:576
3913
+ #: includes/admin/include/class.template-manager.php:614
3914
+ #: includes/admin/include/class.template-manager.php:684
3915
  msgid "Some thing is worng !"
3916
  msgstr ""
3917
 
4215
  msgid "Template Attributes"
4216
  msgstr ""
4217
 
4218
+ #: includes/admin/include/class.template-manager.php:78
4219
+ #: includes/admin/include/class.template-manager.php:79
4220
  #: includes/admin/include/class.template_cpt.php:53
4221
  msgid "Template Builder"
4222
  msgstr ""
4223
 
4224
+ #: includes/admin/include/class.template-manager.php:677
4225
  msgid "Template has been imported"
4226
  msgstr ""
4227
 
4228
+ #: includes/admin/include/class.template-manager.php:476
4229
  msgid "Template has been inserted"
4230
  msgstr ""
4231
 
4232
+ #: includes/admin/include/class.template-manager.php:541
4233
+ #: includes/admin/include/class.template-manager.php:606
4234
  msgid "Template has been updated"
4235
  msgstr ""
4236
 
4239
  msgid "Template Library"
4240
  msgstr ""
4241
 
4242
+ #: includes/admin/include/class.template-manager.php:370
4243
  msgid "Template Settings"
4244
  msgstr ""
4245
 
4477
  msgid "Two"
4478
  msgstr ""
4479
 
4480
+ #: includes/admin/include/class.template-manager.php:100
4481
+ #: includes/admin/include/class.template-manager.php:367
4482
  msgid "Type"
4483
  msgstr ""
4484
 
4924
  msgid "WL: WishSuite Table"
4925
  msgstr ""
4926
 
4927
+ #: includes/base.php:187 includes/admin/admin-init.php:85
4928
  #: includes/admin/admin-init.php:86
4929
  msgid "WooLentor"
4930
  msgstr ""
4945
  msgid "WooLentor Element"
4946
  msgstr ""
4947
 
4948
+ #: includes/admin/templates/dashboard-sidebar.php:24
4949
  msgid ""
4950
  "WooLentor is one of the most popular WooCommerce Elementor Addons on "
4951
  "WordPress.org. It has been downloaded more than 1,278,953 times and 80,000 "
4952
  "stores are using WooLentor plugin. Why not you?"
4953
  msgstr ""
4954
 
4955
+ #: includes/admin/templates/dashboard-sidebar.php:23
4956
  msgid "Woolentor Logo"
4957
  msgstr ""
4958
 
4964
  msgid "WooLentor Template"
4965
  msgstr ""
4966
 
4967
+ #: includes/admin/templates/dashboard-sidebar.php:46
4968
  msgid "Woolentor trustpilot rating"
4969
  msgstr ""
4970
 
4997
  msgid "Y Position"
4998
  msgstr ""
4999
 
5000
+ #: includes/admin/include/class.template-manager.php:141
5001
  msgid "YES"
5002
  msgstr ""
5003
 
5004
+ #: classes/class.assest_management.php:322 includes/addons/wl_faq.php:113
5005
+ #: includes/addons/wl_faq.php:192 includes/addons/wl_faq.php:205
5006
+ #: includes/addons/wl_testimonial.php:217
5007
  #: includes/addons/wl_testimonial.php:333
5008
  #: includes/addons/wb_customer_review.php:205
5009
  #: includes/addons/product_tabs.php:469
5010
  #: includes/addons/wl_category_grid.php:153
5011
  #: includes/addons/wl_category_grid.php:214
5012
  #: includes/addons/wl_category_grid.php:300
5013
+ #: includes/admin/include/class.template-manager.php:400
5014
  msgid "Yes"
5015
  msgstr ""
5016
 
readme.txt CHANGED
@@ -1,18 +1,22 @@
1
- === WooLentor - WooCommerce Elementor Addons + Builder ===
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, aslamhasib
3
  Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
4
  Requires at least: 4.7
5
  Tested up to: 6.0
6
- Stable tag: 2.3.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- All-in-one solution to enhance your WooCommerce website including WooCommerce Elementor Addons, splendid features, and a WooCommerce builder for Elementor.
11
 
12
  == Description ==
13
- Have you ever searched for a WooCommerce Addons plugin for Elementor Page Builder to build an online store that does not look ordinary like most of the stores out there? WooLentor is an all-in-one solution that will not only give you complete control over the WooCommerce page designs but also provide you with several features.
14
 
15
- The plugin comes with a powerful WooCommerce page builder, allowing you to effortlessly design all WooCommerce pages from scratch using the Elementor page builder. As a result, you no longer have to rely on the default page designs of WooCommerce.
 
 
 
 
16
 
17
  WooLentor gives you the flexibility to design a custom Shop and Product details page using the free version of the plugin. The rest of the pages are also customizable with the pro version. Furthermore, WooLentor offers a plethora of Elementor widgets with extensive customization options that you can leverage for creating your store as per your needs.
18
 
@@ -20,63 +24,95 @@ Apart from a large number of widgets, there are plenty of useful functionalities
20
 
21
  [Live Demo](https://woolentor.com/?utm_source=wprepo&utm_medium=freeplugin&utm_campaign=demo) | [Documentation](https://woolentor.com/documentation/?utm_source=wprepo&utm_medium=freeplugin&utm_campaign=doc) | [Purchase Pro](https://woolentor.com/pricing/?utm_source=wprepo&utm_medium=freeplugin&utm_campaign=purchasepro)
22
 
23
- == WooCommerce Builder Includes ==
 
24
  🛍️ Single Product page builder.
25
  🛍️ Custom Product Template Builder for Individual Product(Pro).
26
  🛍️ Shop / Archive page builder.
27
  🛍️ Individual Archive Page Builder (pro).
28
  🛍️ Cart / Checkout / My account / Thankyou page builder (Pro)
29
 
 
30
  You can see the plugin demo here : [Live Demo](https://woolentor.com/?utm_source=wprepo&utm_medium=freeplugin&utm_campaign=demo)
31
 
32
- == Free Features (25): ==
33
 
34
- * WooCommerce Template Builder (Basic)
35
- * Product Grid
36
- * Product Slider
37
- * Product Tab
 
 
 
38
  * Action Buttons in different Positions
39
- * Sale / Discount Schedule Counter
40
  * Enable / Disable Product Gallery
41
  * Unlimited Color and font Variations.
42
- * Slider Control Options
43
- * Sales Notification (Real)
44
- * Sales Notification (Custom)
45
  * Rename labels
 
 
 
46
  * Call for Price
47
  * Suggest Price
48
  * Special Day offer banner
49
  * Product QR Code
50
- * Custom Product Template Builder
 
 
 
 
51
  * Product Grid (Curvy)
52
  * Product Accordion Listing
53
  * Product Image Accordion
54
  * Shop Page Builder
55
  * Ajax Search Widget
56
- * Ajax Add to Cart (In Product Detail Page)
57
- * Horizontal Filter [Demo](https://woolentor.com/demo/horizontal-filter/)
58
- * Vertical Filter [Demo](https://woolentor.com/demo/filter-vertical/)
59
- * Template Library (Basic)
 
 
60
  * Free WooCommerce Themes
61
 
62
 
63
- == Premium Features (14): ==
64
-
65
- Rename Label (Advanced)
66
- Custom Product Template Builder for Individual Product
67
- Individual Archive Page Builder
68
- Custom Cart Page Builder
69
- Custom Checkout Page Builder
70
- ✓ Custom My Account Page Builder
 
 
 
 
 
 
 
 
 
 
71
  ✓ Sticky Add to cart
72
- ✓ Template Library (Premium)
 
73
  ✓ 5 Premium WooCommerce Themes
74
  ✓ WooCommerce Template Builder (Advanced)
 
75
  ✓ Phone Call Support
76
  ✓ Premium Support
77
  ✓ Zoom/Skype/TeamViewer Support
78
  ✓ Free Store Setup (Maximum 2)
79
 
 
 
 
 
 
 
80
  == Available Widgets: ==
81
 
82
  <strong>General Widgets</strong>
@@ -85,7 +121,8 @@ You can see the plugin demo here : [Live Demo](https://woolentor.com/?utm_source
85
 
86
  <strong>[Add Banner](https://woolentor.com/demo/add-banner)</strong> – Create a banner section and control the style and layout of the banner.
87
 
88
- <strong>[Special Day Offer Banner](https://woolentor.com/demo/special-day-offer)</strong> – Create a banner for any special day offers like Black Friday, Cyber Monday, Christmas, etc.
 
89
 
90
  <strong>[Image marker](https://woolentor.com/demo/image-marker/)</strong> – Describe a product by adding markers on different parts of that product’s image.
91
 
@@ -147,9 +184,11 @@ You can see the plugin demo here : [Live Demo](https://woolentor.com/?utm_source
147
 
148
  <strong>[Product Meta](https://woolentor.com/demo/product/ship-your-idea-3/)</strong> – Customize the style of your product metadata.
149
 
150
- <strong>[Call for Price](https://woolentor.com/demo/product/call-for-price/)</strong> – Allows you to add a button using which your customers will be able to call you to know the price of your products.
 
151
 
152
- <strong>[Suggest Price](https://woolentor.com/demo/product/suggest-price/)</strong> – Insert a button to get suggestions from your customers regarding the price of your products.
 
153
 
154
  <strong>[QR Code](https://woolentor.com/demo/product/qr-code/)</strong> – Let your customers add any products to their cart just by scanning the QR code from their mobile phone.
155
 
@@ -219,56 +258,70 @@ You can see the plugin demo here : [Live Demo](https://woolentor.com/?utm_source
219
 
220
  <strong>[Vertical Filter](https://woolentor.com/demo/filter-vertical/)</strong> - Display several product filtering options vertically and get complete control over the styles and layouts of the filters.
221
 
222
- == Key Features: ==
223
- <strong>[Sales Notification](https://hasthemes.com/woocommerce-sales-notification-using-woolentor/)</strong>
224
- This feature allows showing the sales notification or popup to display real/fake orders. In the dashboard, there is option to manage the design of the notification. [Check the video](https://hasthemes.com/woocommerce-sales-notification-using-woolentor/) for more details.
225
-
226
- <strong>[Rename Label](https://hasthemes.com/rename-label-for-woocommerce-pages-and-licensing-option-for-pro-version/)</strong>
227
- WooLentor allows renaming label for Shop, Product details, Cart, Checkout page text. For example, add to cart button text and checkout page fields text.
228
 
229
- <strong>[Call for price](https://hasthemes.com/call-for-price-and-suggest-price-in-woocommerce-using-woolentor/)</strong>
230
- You may have product without any price. Your customer can call you to know the price. We found many websites where they display products without any price. For this type of website, we added these features. If anyone clicks on the "Call for price" from a mobile, a customer can easily contact you by phone call.
231
 
232
- <strong>[Suggest Price](https://hasthemes.com/call-for-price-and-suggest-price-in-woocommerce-using-woolentor/)</strong>
233
- Your customer can suggest a price for your products. You can add this button anywhere on your product detail page. We put it on the right side of the add to cart button. If a customer clicks here, a contact form will open to send the price suggestion.
234
-
235
- <strong>[Special Day Offer Banner](https://hasthemes.com/how-to-add-special-day-offer-in-woocommerce-using-woolentor/)</strong>
236
- There are many special days like Black Friday, Chrismas Day, Haloween day. Discounts and offers can increase store sales these days. a banner can attract attention of visitors and sometimes it increases a 15-30% conversion rate. Recently, we have added a widget for adding a special day offer.
237
 
238
- <strong>[WooCommerce Checkout Page Customization and Field Editor (Pro)](https://hasthemes.com/how-to-customize-woocommerce-checkout-page-and-field/)</strong>
239
- WooLentor Pro allows us to customize the checkout page to reduce the bounce rate and increase the conversion rate. Sometimes, a custom checkout page is necessary for an eCommerce store. WooLentor Pro makes it easy. Besides creating a custom checkout page, WooLentor allows removing or editing checkout page fields (billing and shopping fields).
240
 
241
- <strong>[Customize WooCommerce Single Product Template](https://hasthemes.com/how-to-build-a-custom-product-template-using-woolentor-plugin/)</strong>
242
- WooLentor allows us to create a custom single product template. Create a unique design for your product page. Free version has the option to create a common product page template, the pro version allows to create a different design for each product page.
243
 
244
- <strong>Flash Sale Countdown</strong>
245
  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.
246
 
247
  <strong>[Shopify Style Checkout Page in WooCommerce](https://woolentor.com/shopify-style-checkout-page-in-woocommerce/)</strong>
248
  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.
249
 
250
- <strong>Backorder Module</strong>
 
 
 
 
 
 
251
  You may use a Backorder module to enable your consumers to make purchases from you that you can't currently fulfill. Cross-docking strategies, such as those used by organized firms, can help them fill orders quickly once goods arrive, saving time and resources. Backorders offer flexibility to warehouse management when products take up a lot of room or when aa customer needs to pay and receive the product at a later date.
252
 
253
- <strong>Multi-Step Checkout (Pro)</strong>
 
 
 
 
 
 
254
  The checkout process is the most important step in your customer’s journey, and it should be as easy and seamless as possible. That’s why we created our Multi-Step Checkout feature that allows you to create a more effective and organized checkout page by dividing the process into several simpler steps.
255
 
256
- <strong>Partial Payment (Pro)</strong>
257
  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.
258
 
259
- <strong>Pre-Order Module (Pro)</strong>
260
  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.
261
 
 
 
 
262
  <strong>GTM Conversion Tracking (Google Tag Manager) Module (Pro)</strong>
263
  GTM Conversion Tracking Module helps you keep track of conversions and assign them to specific sources. You may identify whether a sale was caused by a Google Ads/Facebook Ads, a direct website visit, or a social media post. When you link your store seamlessly with GTM, you'll generate more income from advertising by gathering precise sales data.
264
 
265
- == Extensions: ==
 
 
 
 
266
 
267
- <strong>❤️ [WishSuite for WooCommerce Wishlist](https://wordpress.org/plugins/wishsuite/)</strong>
268
- WishSuite is a fantastic WordPress plugin that enables you to integrate the wishlist feature on your WooCommerce store. With the help of this extraordinary Wishlist plugin, you can provide a seamless shopping experience to your potential customers by allowing them to create a wishlist and add their desired products to that wishlist so that they find all their items in one place later.
269
 
270
- <strong>⚖️ [EverCompare for Product Compare](https://wordpress.org/plugins/ever-compare/)</strong>
271
- EverCompare is a wonderful WordPress plugin that lets you add a product comparison option to your WooCommerce store using which your store visitors will be able to compare different products in a table layout or a popup window. This allows them to check the differences among the products based on several attributes while helping them make the buying decision easier at the same time.
 
 
 
272
 
273
  <strong>💰 [Whols for WooCommerce Wholesale](https://wordpress.org/plugins/whols/)</strong>
274
  Whols is an outstanding WordPress plugin for WooCommerce that allows store owners to set wholesale prices for the products of their online stores. This plugin enables you to show special wholesale prices to the wholesaler.
@@ -279,13 +332,6 @@ JustTables is an incredible WordPress plugin that lets you showcase all your Woo
279
  <strong>💷 [Multi Currency for WooCommerce Currency Switcher](https://wordpress.org/plugins/wc-multi-currency/)</strong>
280
  Multi-Currency for WooCommerce is a prominent currency switcher plugin for WooCommerce. This plugin allows your website or online store visitors to switch to their preferred currency or their country’s currency.
281
 
282
- == WooLentor Pro Features: ==
283
- * 41 Elements
284
- * WooCommerce Teplate Builder (Advance)
285
- * 15 Product Custom Template Layouts ( Deafult + Invidual)
286
- * Cart, Checkout, My Account, Registration Page Builder.
287
- * Individual and Default Archieve Template Builder.
288
-
289
  == <a href="https://woolentor.com/pricing/?utm_source=wprepo&utm_medium=freeplugin&utm_campaign=purchasepro">Purchase WooLentor Pro</a>==
290
 
291
  == Video Tutorials: ==
@@ -345,6 +391,11 @@ Elementor Pro is not required. But you can use wooLentor with Elementor free & P
345
 
346
  == Changelog ==
347
 
 
 
 
 
 
348
  = Version: 2.3.0 - Date: 25-05-2022 =
349
  * Added : Module Settings Reset button.
350
  * Compatibility : With Latest WordPress Version.
1
+ === WooLentor - Elementor WooCommerce Builder Addons, Quick View, Wishlist, Products Compare, Product Filter – All in One Solution ===
2
  Contributors: hasthemes, htplugins, devitemsllc, tarekht, aslamhasib
3
  Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
4
  Requires at least: 4.7
5
  Tested up to: 6.0
6
+ Stable tag: 2.3.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ Elementor WooCommerce Builder Addons, Quick View, Wishlist, Products Compare, and Product Filter are functionalities that WooLentor offers to your online store.
11
 
12
  == Description ==
13
+ If you own a WooCommerce website, you'll almost certainly want to use these capabilities: Woo Builder (Elementor WooCommerce Builder), product compare or Products Comparison table, woocommerce order notifications, woocommerce slider addons, woo recently viewed products widget, Sold out count, Woocommerce variation swatches module (as an Extension), custom product archive builder, woocommerce product quick view, out of stock label customization, count sold product, flash sale countdown, wishlist, etc.
14
 
15
+ By using WooLentor - Elementor WooCommerce Builder, you will get all in one plugin.
16
+
17
+ Have you ever searched for a WooCommerce Addons plugin for Elementor Page Builder or WooCommerce template builder for an online store that does not look ordinary like most of the stores out there? WooLentor is an all-in-one solution that will not only give you complete control over the WooCommerce page designs but also provide you with several features.
18
+
19
+ The plugin comes with a powerful WooCommerce page builder for Elementor, allowing you to effortlessly design all WooCommerce pages from scratch using the Elementor page builder. As a result, you no longer have to rely on the default page designs of WooCommerce.
20
 
21
  WooLentor gives you the flexibility to design a custom Shop and Product details page using the free version of the plugin. The rest of the pages are also customizable with the pro version. Furthermore, WooLentor offers a plethora of Elementor widgets with extensive customization options that you can leverage for creating your store as per your needs.
22
 
24
 
25
  [Live Demo](https://woolentor.com/?utm_source=wprepo&utm_medium=freeplugin&utm_campaign=demo) | [Documentation](https://woolentor.com/documentation/?utm_source=wprepo&utm_medium=freeplugin&utm_campaign=doc) | [Purchase Pro](https://woolentor.com/pricing/?utm_source=wprepo&utm_medium=freeplugin&utm_campaign=purchasepro)
26
 
27
+ == Elementor WooCommerce Builder Includes ==
28
+ 🛍️ WooCommerce Elementor widgets.
29
  🛍️ Single Product page builder.
30
  🛍️ Custom Product Template Builder for Individual Product(Pro).
31
  🛍️ Shop / Archive page builder.
32
  🛍️ Individual Archive Page Builder (pro).
33
  🛍️ Cart / Checkout / My account / Thankyou page builder (Pro)
34
 
35
+
36
  You can see the plugin demo here : [Live Demo](https://woolentor.com/?utm_source=wprepo&utm_medium=freeplugin&utm_campaign=demo)
37
 
38
+ == Free Features: ==
39
 
40
+ * WooCommerce Template Builder
41
+ * Woocommerce Product Grid
42
+ * Shopify style checkout page or Shopify like checkout
43
+ * Woocommerce Product Slider Addon/widget
44
+ * Woocommerce Product Compare / Products Comparison table
45
+ * Woocommerce Product wishlist
46
+ * Woocommerce Product Tab
47
  * Action Buttons in different Positions
48
+ * Sale Countdown / Discount Schedule Counter
49
  * Enable / Disable Product Gallery
50
  * Unlimited Color and font Variations.
51
+ * WooCommerce Slider Control Options
52
+ * Woocommerce Live Sales Notifications (Real)
53
+ * Woocommerce Sales Notification (Custom)
54
  * Rename labels
55
+ * WooCommerce Upsell widget
56
+ * WooCommerce Cross-sell widget
57
+ * Related Products widget
58
  * Call for Price
59
  * Suggest Price
60
  * Special Day offer banner
61
  * Product QR Code
62
+ * Archive page with Pagination
63
+ * Product Share Widget
64
+ * Multi-language Support
65
+ * Works with free Elementor and WooComemrce
66
+ * Custom WooCommerce Product Template Builder
67
  * Product Grid (Curvy)
68
  * Product Accordion Listing
69
  * Product Image Accordion
70
  * Shop Page Builder
71
  * Ajax Search Widget
72
+ * WordPress post or WooCommerce Product Duplicator
73
+ * Single product Ajax Add to Cart (In Product Detail Page)
74
+ * Horizontal WooCommerce Product Filter [Demo](https://woolentor.com/demo/horizontal-filter/)
75
+ * Vertical WooCommerce Product Filter [Demo](https://woolentor.com/demo/filter-vertical/)
76
+ * WooCommerce Template Library (Basic)
77
+ * Product Reviews widget for WooCommerce
78
  * Free WooCommerce Themes
79
 
80
 
81
+ == Premium Features: ==
82
+
83
+ 91 WooCommerce Elementor widgets
84
+ 19 WooCommerce Modules
85
+ Custom WooCommerce Product Template Builder for Individual Product
86
+ Individual Archive Page Builder / Template Builder
87
+ WooCommerce Checkout Field Editor / Manager
88
+ ✓ Custom Cart Page Builder / Template Builder
89
+ ✓ Custom Checkout Page Builder / Template Builder
90
+ ✓ Custom My Account Page Builder / Template Builder
91
+ ✓ WooCommerce Pre Order Module
92
+ ✓ WooCommerce Partial Payment
93
+ ✓ WooCommerce Multi step checkout
94
+ ✓ Product Size Chart
95
+ ✓ Recently Viewed Products
96
+ ✓ Side Mini Cart / Cart Drawer
97
+ ✓ Redirect to checkout page (Direct Checkout)
98
+ ✓ GTM Conversion Tracking (Google Tag Manager) with Data layer
99
  ✓ Sticky Add to cart
100
+ ✓ Template Library
101
+ ✓ 15 Product Custom Template Layouts ( Deafult + Invidual)
102
  ✓ 5 Premium WooCommerce Themes
103
  ✓ WooCommerce Template Builder (Advanced)
104
+ ✓ Access to our premium Udemy Couse for WooCommerce (On Request)
105
  ✓ Phone Call Support
106
  ✓ Premium Support
107
  ✓ Zoom/Skype/TeamViewer Support
108
  ✓ Free Store Setup (Maximum 2)
109
 
110
+ <strong>[WooCommerce Checkout Page Customization and Field Editor (Pro)](https://woolentor.com/doc/build-a-custom-checkout-page-template/)</strong>
111
+ WooLentor Pro allows us to customize the checkout page to reduce the bounce rate and increase the conversion rate. Sometimes, a custom checkout page is necessary for an eCommerce store. WooLentor Pro makes it easy. Besides creating a custom checkout page, WooLentor allows removing or editing checkout page fields (billing and shopping fields).
112
+
113
+ <strong>[Customize WooCommerce Single Product Template](https://hasthemes.com/how-to-build-a-custom-product-template-using-woolentor-plugin/)</strong>
114
+ WooLentor allows us to create a custom single product template. Create a unique design for your product page. Free version has the option to create a common product page template, the pro version allows to create a different design for each product page.
115
+
116
  == Available Widgets: ==
117
 
118
  <strong>General Widgets</strong>
121
 
122
  <strong>[Add Banner](https://woolentor.com/demo/add-banner)</strong> – Create a banner section and control the style and layout of the banner.
123
 
124
+ <strong>[Special Day Offer Banner](https://woolentor.com/doc/add-special-day-offer-banner/)</strong>
125
+ Create a banner for any special day offers like Black Friday, Cyber Monday, Christmas, etc. There are many special days like Black Friday, Chrismas Day, Haloween day. Discounts and offers can increase store sales these days. a banner can attract attention of visitors and sometimes it increases a 15-30% conversion rate. Recently, we have added a widget for adding a special day offer.
126
 
127
  <strong>[Image marker](https://woolentor.com/demo/image-marker/)</strong> – Describe a product by adding markers on different parts of that product’s image.
128
 
184
 
185
  <strong>[Product Meta](https://woolentor.com/demo/product/ship-your-idea-3/)</strong> – Customize the style of your product metadata.
186
 
187
+ <strong>[Call for price](https://woolentor.com/doc/call-for-price/)</strong>
188
+ Allows you to add a button using which your customers will be able to call you to know the price of your products. You may have product without any price. Your customer can call you to know the price. We found many websites where they display products without any price. For this type of website, we added these features. If anyone clicks on the "Call for price" from a mobile, a customer can easily contact you by phone call.
189
 
190
+ <strong>[Suggest Price](https://woolentor.com/doc/suggest-price/)</strong>
191
+ Insert a button to get suggestions from your customers regarding the price of your products. Your customer can suggest a price for your products. You can add this button anywhere on your product detail page. We put it on the right side of the add to cart button. If a customer clicks here, a contact form will open to send the price suggestion.
192
 
193
  <strong>[QR Code](https://woolentor.com/demo/product/qr-code/)</strong> – Let your customers add any products to their cart just by scanning the QR code from their mobile phone.
194
 
258
 
259
  <strong>[Vertical Filter](https://woolentor.com/demo/filter-vertical/)</strong> - Display several product filtering options vertically and get complete control over the styles and layouts of the filters.
260
 
261
+ == WooLentor's WooCommerce Module: ==
 
 
 
 
 
262
 
263
+ <strong>[Sales Notification](https://woolentor.com/doc/sales-notification-for-woocommerce/)</strong>
264
+ This feature allows showing the sales notification or popup to display real/custom orders. In the dashboard, there is option to manage the design of the notification.
265
 
266
+ <strong>[Rename Label](https://woolentor.com/doc/change-woocommerce-text/)</strong>
267
+ WooLentor allows renaming label for Shop, Product details, Cart, Checkout page text. For example, add to cart button text and checkout page fields text.
 
 
 
268
 
269
+ <strong>❤️ [WooCommerce Wishlist Module](https://woolentor.com/doc/wishlist-for-woocommerce/)</strong>
270
+ WooLenor's WooCommerce Wishlist Module is a fantastic module that enables you to integrate the wishlist feature on your WooCommerce store. With the help of this extraordinary Wishlist modules, you can provide a seamless shopping experience to your potential customers by allowing them to create a wishlist and add their desired products to that wishlist so that they find all their items in one place later.
271
 
272
+ <strong>⚖️ [Product Compare or Comparison Table Module](https://woolentor.com/doc/woocommerce-product-compare/)</strong>
273
+ Product Compare is a wonderful module that lets you add a product comparison option to your WooCommerce store using which your store visitors will be able to compare different products in a table layout or a popup window. This allows them to check the differences among the products based on several attributes while helping them make the buying decision easier at the same time.
274
 
275
+ <strong>[Flash Sale Countdown](https://woolentor.com/doc/enable-sales-countdown-timer-in-woocommerce/)</strong>
276
  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.
277
 
278
  <strong>[Shopify Style Checkout Page in WooCommerce](https://woolentor.com/shopify-style-checkout-page-in-woocommerce/)</strong>
279
  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.
280
 
281
+ <strong>[Advanced Ajax Search Widget Module](https://woolentor.com/doc/how-to-use-woocommerce-ajax-search/)</strong>
282
+ For any online store, WooLentor's WooCommerce Ajax search module is a must-have. It enables customers to locate what they want swiftly and efficiently, without having to go through other pages or wait for the page to load. The WooCommerce Ajax search widget by WooLentor is quick, dependable, and simple to use.
283
+
284
+ <strong>[Single Product Ajax Add to Cart Module](https://woolentor.com/doc/single-product-ajax-add-to-cart/)</strong>
285
+ Customers who browse stores with a lot of products may find the Single Product WooCommerce Ajax Add to Cart module to be a tremendous time-saver. It speeds up the add-to-cart process by eliminating the need to refresh or reload the page whenever a product is added to the cart, saving customers time. Furthermore, because the module uses ajax, it can keep customers on the same page while they shop, allowing them to continue browsing other products without interruption.
286
+
287
+ <strong>[Backorder Module](https://woolentor.com/doc/how-to-enable-woocommerce-backorder/)</strong>
288
  You may use a Backorder module to enable your consumers to make purchases from you that you can't currently fulfill. Cross-docking strategies, such as those used by organized firms, can help them fill orders quickly once goods arrive, saving time and resources. Backorders offer flexibility to warehouse management when products take up a lot of room or when aa customer needs to pay and receive the product at a later date.
289
 
290
+ <strong>[WordPress Post and WooCommerce Product Duplicator](https://woolentor.com/doc/duplicate-woocommerce-product/)</strong>
291
+ This module may be handy if you want to build a new product based on an existing one or make a minor modification to an established article. The WooLentor Post Duplicator makes it simple to duplicate any post type, including custom post kinds.
292
+
293
+ <strong>[Checkout Field Editor or Manager (Pro)](https://woolentor.com/doc/checkout-field-editor/)</strong>
294
+ The checkout procedure is one of the most vital aspects of running a successful online store. It's easy to lose customers at this crucial stage if you're not careful. That's why it's essential to have a simple and user-friendly checkout process. With the WooLentor Checkout Field Editor/Manager Module, you'll be able to easily edit, add, and remove fields from your checkout page. Using this Checkout field manager module, you can make sure that your customers have a smooth and hassle-free experience when they're checking out.
295
+
296
+ <strong>[Multi-Step Checkout (Pro)](https://woolentor.com/doc/woocommerce-multi-step-checkout/)</strong>
297
  The checkout process is the most important step in your customer’s journey, and it should be as easy and seamless as possible. That’s why we created our Multi-Step Checkout feature that allows you to create a more effective and organized checkout page by dividing the process into several simpler steps.
298
 
299
+ <strong>[Partial Payment (Pro)](https://woolentor.com/doc/how-to-accept-partial-payment-in-woocommerce/)</strong>
300
  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.
301
 
302
+ <strong>[Pre-Order Module (Pro)](https://woolentor.com/doc/how-to-set-pre-order-for-woocommerce/)</strong>
303
  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.
304
 
305
+ <strong>[WooCommerce Product Size Chart Module (Pro)](https://woolentor.com/doc/woocommerce-product-size-chart/)</strong>
306
+ The WooCommerce Product Size Chart is an excellent module for e-commerce businesses that sell a wide range of wearable items. This powerful tool allows you to create simple size recommendations that enable your consumers to choose the right product size and make their purchase decisions quickly and easily. The Product Size Chart for WooCommerce can help you streamline your buying experience by making it easy for customers to find the right product size.
307
+
308
  <strong>GTM Conversion Tracking (Google Tag Manager) Module (Pro)</strong>
309
  GTM Conversion Tracking Module helps you keep track of conversions and assign them to specific sources. You may identify whether a sale was caused by a Google Ads/Facebook Ads, a direct website visit, or a social media post. When you link your store seamlessly with GTM, you'll generate more income from advertising by gathering precise sales data.
310
 
311
+ <strong>[Single Product Sticky Add to cart Module (Pro)](https://woolentor.com/doc/single-product-sticky-add-to-cart/)</strong>
312
+ One of the most essential aspects of building a successful online shop is to make the process as simple and straightforward as possible for your consumers. Using the sticky add-to-cart module, which may be added to any product page, is an excellent approach to achieve this. Customers will be able to see their shopping carts on every product page, regardless of where they are in your shop, making it easier for them to complete their purchases.
313
+
314
+ <strong>[Side Mini Cart / Cart Drawer Module (Pro)](https://woolentor.com/doc/side-mini-cart-for-woocommerce/)</strong>
315
+ WooLentor's Cart Drawer or Side Mini Cart for WooCommerce is a useful module that displays a list of current cart items on your website. This helps to improve the purchasing experience for your consumers by allowing them to keep track of their progress without ever having to leave the page. It also makes removing things from their cart simple - there's no need to go to the shopping cart page, they can just click 'remove' next to the item in the mini cart.
316
 
317
+ <strong>[Redirect to checkout (Pro)](https://woolentor.com/doc/redirect-to-checkout/)</strong>
318
+ The Redirect to Checkout Module of WooLentor is an excellent tool for keeping your customers on track and ensuring a quick checkout process. This module allows you to send visitors to the checkout page of your website after they click the add to cart button so they can complete the purchase promptly and easily. Redirecting people to the checkout page before they leave your site helps to increase conversion rates and boost sales.
319
 
320
+
321
+ == Extensions: ==
322
+
323
+ <strong>❤️ [Swatchly - WooCommerce variation swatches module Addon](https://wordpress.org/plugins/swatchly/)</strong>
324
+ Using the WooCommerce Product Variation Swatches plugin or Addon, as opposed to the traditional dropdown method of displaying product variants (variation switcher), provides exceptional convenience for your customers and gives your store a professional look. Product variation swatches for WooCommerce provide a user-friendly way for your customers to select product variations (variations checkbox) without having to click on the dropdown menu. Customers can quickly identify and choose from different colors, sizes, styles (color and label variations), or other attributes that you have selected for each product.
325
 
326
  <strong>💰 [Whols for WooCommerce Wholesale](https://wordpress.org/plugins/whols/)</strong>
327
  Whols is an outstanding WordPress plugin for WooCommerce that allows store owners to set wholesale prices for the products of their online stores. This plugin enables you to show special wholesale prices to the wholesaler.
332
  <strong>💷 [Multi Currency for WooCommerce Currency Switcher](https://wordpress.org/plugins/wc-multi-currency/)</strong>
333
  Multi-Currency for WooCommerce is a prominent currency switcher plugin for WooCommerce. This plugin allows your website or online store visitors to switch to their preferred currency or their country’s currency.
334
 
 
 
 
 
 
 
 
335
  == <a href="https://woolentor.com/pricing/?utm_source=wprepo&utm_medium=freeplugin&utm_campaign=purchasepro">Purchase WooLentor Pro</a>==
336
 
337
  == Video Tutorials: ==
391
 
392
  == Changelog ==
393
 
394
+ = Version: 2.3.1 - Date: 04-06-2022 =
395
+ * Tweak : Elementor Dependency Notice added in Template Builder.
396
+ * Solved : Module setting reset problem with switcher element.
397
+ * Solved : Shipping Method showing issue in Shopify Style Checkout page.
398
+
399
  = Version: 2.3.0 - Date: 25-05-2022 =
400
  * Added : Module Settings Reset button.
401
  * Compatibility : With Latest WordPress Version.
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.3.0
7
  * Author: HasThemes
8
  * Author URI: https://hasthemes.com/plugins/woolentor-pro/
9
  * License: GPL-2.0+
@@ -17,7 +17,7 @@
17
 
18
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
19
 
20
- define( 'WOOLENTOR_VERSION', '2.3.0' );
21
  define( 'WOOLENTOR_ADDONS_PL_ROOT', __FILE__ );
22
  define( 'WOOLENTOR_ADDONS_PL_URL', plugins_url( '/', WOOLENTOR_ADDONS_PL_ROOT ) );
23
  define( 'WOOLENTOR_ADDONS_PL_PATH', plugin_dir_path( WOOLENTOR_ADDONS_PL_ROOT ) );
3
  * Plugin Name: WooLentor - WooCommerce Elementor Addons + Builder
4
  * Description: The WooCommerce elements library for Elementor page builder plugin for WordPress.
5
  * Plugin URI: https://woolentor.com/
6
+ * Version: 2.3.1
7
  * Author: HasThemes
8
  * Author URI: https://hasthemes.com/plugins/woolentor-pro/
9
  * License: GPL-2.0+
17
 
18
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
19
 
20
+ define( 'WOOLENTOR_VERSION', '2.3.1' );
21
  define( 'WOOLENTOR_ADDONS_PL_ROOT', __FILE__ );
22
  define( 'WOOLENTOR_ADDONS_PL_URL', plugins_url( '/', WOOLENTOR_ADDONS_PL_ROOT ) );
23
  define( 'WOOLENTOR_ADDONS_PL_PATH', plugin_dir_path( WOOLENTOR_ADDONS_PL_ROOT ) );