Barn2 Media WooCommerce Product Table v2.9.2

bestsellerBarn2 Media WooCommerce Product SheetThe plugin displays products in an easy-to-use order form. It's an easy way to increase sales and is trusted by thousands of shop owners.

Demo: HTTPS://barn2.com/WordPress-plugins/My commerce-product-table/

Features: Barn2 Media WooCommerce Product Table

  • Instant search, sorting and filtering: Enhance user experience by providing quick search and filtering options. By clicking on any column, visitors can sort by the way they choose.
  • Quick-use "Add to Cart" button: Increase sales by letting customers add various products and variations to their carts directly from your product listing page.
  • Fine-grained product selection: List all of your products in a table, or show and hide specific products based on data like category, tag, or ID.
  • Complete product data management: Shows almost every column you can think of, including images/videos, prices, features, custom fields, SKUs, and more.
  • List as many products as possible: You can list hundreds or even thousands of products in one or more tables using the lazy loading (AJAX) option.
  • A range of integrations: Tested with more themes and plugins than anyone else. Support for product add-ons, quick views, dynamic pricing, and other features.
  • Insert product labels anywhere on your site: Just choose your default options on the plugin settings page and insert as many tables as you want using a simple shortcode or Gutenberg block.
  • Make a few tables:Use shortcodes or Gutenberg block options to create multiple product tables, each with its own set of products and settings.
  • Add to store and category pages: On the main store page or category page, you can also allow the product table layout to be displayed automatically.

Changelog: Barn2 Media WooCommerce Product Table

= v2.9.2 = Release date 3 January 2022
* Fix: Remove unused security token to prevent problems with caching plugins.
* Fix: The 'links' option now correctly supports the 'id' column and using 'false' to disable all links.
* Fix: Improved sorting for grouped and variable products.
* Updated Italian translations.
* Added hooks for internal sort data used to sort products (standard loading).
* Updated widgets to reflect the latest changes in WooCommerce, and renamed to PSR-4 standard.
* Removed FILTER_SANITIZE_STRING as deprecated in PHP 8.1.
* Removed woocommerce-compat.php as no longer needed.
* Tested up to WordPress 5.8.2, WooCommerce 6.0 and WooCommerce Product Addons 4.4.

2.9.1
Release date 18 October 2021
Fix: Fixed an issue with filter dropdowns caused by the WooCommerce 5.8 update.
Added Dutch and Dutch Formal translations.
Updated French, German and Spanish translations, including extra locales for Spanish.
Dev: Updated script and CSS distribution to webpack.
Dev: Replace wp_localize_script with wp_add_inline_script.

2.9
Release date 16 September 2021
Fix: Theme compatibility issues in Woodmart, Avada, Flatsome, Enfold and Juipter themes.
Improved RTL language support.
Styling improvements in WooCommerce Product Addons.
Tested up to WordPress 5.8.1 and WooCommerce 5.7.0.

2.8.7
Release date 6 August 2021
Improve integration with WooCommerce Product Addons.
Always show \'All\' option in page length dropdown menu.
Improve behavior of automatic checkbox selection when changing item quantity.
Improve reset of product after adding a single product to the cart.
Fix: Bug when sorting the table by custom field when the same field is also selected via the \'cf\' option.
Fix: Bug with WooCommerce Product Addons which prevented addons being added to the cart via the checkbox column.
Fix: Bug with \'user_products\' option when using lazy load or with a product limit of -1.

2.8.6
Release date 30 June 2021
Use a custom class for the variations form to prevent clashes with WooCommerce.
Styling improvements for WooCommerce Product Addons.
Tested up to WooCommerce 5.5 and WordPress 5.8.
Fix: Prevent accidental update of main product image when selecting a variation from the table when table is used on the single product page.
Fix: Increase the order limit for the \'user_products\' option.
Fix: An issue with filter dropdowns when logged in and admin bar displayed causing usability issue with dropdown items.
Fix: An issue with filter dropdowns where the width was set incorrectly in some browsers (e.g. Safari) causing the placeholder to be truncated.
Fix: Added checks to prevent \'class already declared\' errors on some server configurations.
Fix: Fixes for Salient and Porto themes.

2.8.5
Release date 20 April 2021
Fix: An issue with the positioning of the search filter dropdown items introduced after the WooCommerce 5.2 update.
Fix: A bug with the user_products option which showed all ordered products if user has none.
Fix: A bug with missing products in the user_products option when product_limit is set to -1.

2.8.4
Release date 1 April 2021
Added compatibility with new WooCommerce Quantity Manager plugin.
Dev: Renamed FitVids hook to wc_product_table_enable_fitvids.

2.8.3
Release date 24 March 2021
Added new options for displaying product tables in WooCommerce templates. There are now separate options for product categories, tags, attributes, custom taxonomies and search results.
Improved the Photoswipe event handler.

2.8.2
Release date 3 March 2021
Fix: Fixed a bug which caused the quantity for the previous product added to cart to be used as the default for all products in the table. This only affected tables with the \"AJAX cart\" option disabled.
Fix: Fixed an issue with the dropdown filters when the filter heading was wider than the dropdown items.
Fix: Fixed a bug which caused accidental display of responsive child rows when the product image was used as the first column.
Fix: Ensure quantities, checkboxes and variations are reset when adding products to the cart from responsive child rows.
Fix: Improved loading of icon font to prevent render blocking.
Added support for new navigation menus in WooCommerce Admin feature plugin.
Updated DataTables to 1.10.23.
Tested up to WordPress 5.7 and WooCommerce 5.1.
Minor code improvements.

2.8.1
Release date 23 December 2020
Fix: Fixed a bug searching by SKU when using lazy load.
Fix: Fixed positioning of search filter dropdown items when the browser has a vertical offset.
Fix: Styling improvements in Enfold and Jupiter themes.
Dev: Added hook \'wc_product_table_enable_select2\' to allow developers to enable/disable select2 library.

2.8
Release date 30 November 2020
Improve compatibility in various themes including XStore and Uncode.
No longer automatically select variations in the Add to Cart column when selecting from a dropdown filter or sidebar widget.
Renamed the \'add-to-cart\' column to \'buy\' (previous column still supported).
Renamed the \'show_quantity\' option to \'quantities\' (previous option still supported).
Improved display of cart column in responsive rows.
Improved display for RTL languages.
Updated the Spanish, French and German translations.
Fix: Prevent wide dropdown filters extending beyond the page width.
Fix: Bug which caused non-Latin characters to be removed from columns and filter headings.
Fix: Bug with product totals message when using lazy load.
Fix: The page length wasn\'t reset correctly when resetting the table.
Fix: Prevent conflict with responsive column display where the column name contained a reserved keyword (e.g. \"mobile\").
Fix: Bug when saving columns option in the plugin settings.
Dev: Prevent themes from de-registering required scripts.
Dev: The column class filter wc_product_table_columnclass[column] now applies to all rows in table, not just headings.
Dev: Custom columns should now implement Table_Data_Interface.