Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

More Sorting Options for WooCommerce

Описание

Plugin extends WooCommerce by adding new custom sorting options:

  • Title: A to Z
  • Title: Z to A
  • Slug: A to Z
  • Slug: Z to A
  • SKU: Ascending
  • SKU: Descending
  • Stock Quantity: Ascending
  • Stock Quantity: Descending
  • Number of Comments: Ascending
  • Number of Comments: Descending
  • Total Sales: Ascending
  • Total Sales: Descending
  • Product ID: Ascending
  • Product ID: Descending
  • Last Modified Date: Oldest to Newest
  • Last Modified Date: Newest to Oldest
  • Date: Ascending
  • Author: Ascending
  • Author: Descending
  • No sorting
  • Random sorting

Additionally you can add your own custom meta sorting options.

With this plugin you can also rearrange order of sorting options (including WooCommerce default) on frontend.

Premium version also allows to rename or completely remove default WooCommerce sorting options.

Feedback

  • We are open to your suggestions and feedback. Thank you for using or trying out one of our plugins!
  • Drop us a line at https://wpwham.com/.

More

Скриншоты

  • Admin options.

Установка

  1. Upload the entire ‘woocommerce-more-sorting’ folder to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. More sorting options will be automatically added to WooCommerce plugin.

Часто задаваемые вопросы

Can I change text for added sorting options?

Yes, just go to «WooCommerce > Settings > More Sorting».

Will added sorting options work as default options?

Yes, You can set added sorting options work as default — just go to «WooCommerce > Settings > Products > Display > Default Product Sorting».

Отзывы

16.11.2019 1 ответ
Seriously, all of my functions, filters, and theme deep dives did not accomplish what this plugin did in seconds. I simply wanted my front end products to SORT BY DATE PUBLISHED, and Voila! This plugin did it where nothing else could. Not only that, but my theme is filled with custom product post type code, so I doubted this would work. In desperation, tried this plugin and THRILLED TO SAY IT WORKS GREAT!
11.02.2019
All needed options are hidden in pro version.
23.09.2018 1 ответ
With over 5,000 collectible items for sale in a WooCommerce store, a more customizable product sort was needed. This plugin solved our need well. One small 'user issue' came up shortly after installing the pro version and support came in fast, and solved our issue (our mistake for not knowing how it worked). Do not hesitate to try this plugin. I highly recommend the plugin and the seller.
04.06.2018 1 ответ
Sometimes all you want is somebody to produce a plugin that does EXACTLY what you want, no frills, no bells, no whistles, nothing more, nothing less. This plugin does just that. But this plugin does exactly that only on the public-facing side of your website. What I needed was default sorting by SKU on the admin side. Why is this so difficult for WooCommerce to understand: that some people want their products sorted by SKU whenever they click on their Products page? Well, the producer of this plugin contacted me about this issue and, without being asked, produced a tiny plugin that does exactly that. So, not only do they offer a first class plugin and rapid and efficient response to support requests, they have gone over and above the call of duty and provided a solution for a problem that isn't even theirs. If I could give this 6 out of 5, I would. Or 7. Yes, 8. What the hell 10. 10/5!
Посмотреть все 11 отзывов

Участники и разработчики

«More Sorting Options for WooCommerce» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«More Sorting Options for WooCommerce» переведён на 1 язык. Благодарим переводчиков за их работу.

Перевести «More Sorting Options for WooCommerce» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

3.2.9 — 2022-05-31

  • UPDATE: added compatibility with PHP 8.0.

3.2.8 — 2021-04-27

  • UPDATE: updated .pot file for translations.

3.2.7 — 2021-01-20

  • UPDATE: bump tested versions.

3.2.6 — 2020-09-17

  • UPDATE: bump tested versions.

3.2.5 — 2020-08-19

  • UPDATE: add some additional explanatory text.
  • UPDATE: display our settings in WC status report.
  • UPDATE: updated .pot file for translations.

3.2.4 — 2020-06-08

  • UPDATE: bump tested versions

3.2.3 — 2019-12-17

  • UPDATE: bump tested versions

3.2.2 — 2019-11-15

  • UPDATE: bump tested versions

3.2.1 — 2019-09-14

  • UPDATE: bump tested versions

3.2.0 — 2019-06-22

  • UPDATE: updated .pot file for translations

3.1.5 — 2018-11-08

  • Improve compatibility with avada theme by removing ‘woocommerce_get_catalog_ordering_args’ filter from $avada_woocommerce object
  • Improve compatibility with avada fixing ‘catalog-ordering’ div position by removing content from :before on CSS

3.1.4 — 2018-08-24

  • Add ‘alg_wcmso_sorting_options’ filter to change custom sorting filters
  • Update tested up to
  • Add karzin as contributor
  • Add WooCommerce requirements

3.1.3 — 2018-01-23

  • Add sorting by date — descending
  • Add composer to handle dependencies

3.1.2 — 2017-10-21

  • Dev — WooCommerce v3.2.0 compatibility — Admin settings select type fixed.
  • Dev — «Remove All Sorting» now only removes sorting from frontend and leaves it enabled in backend (so e.g. default product sorting can be set to some custom sorting).
  • Dev — Savings setting array as main class property.
  • Dev — Code refactoring.

3.1.1 — 2017-07-23

  • Dev — WooCommerce v3.0.0 compatibility — woocommerce_clean() replaced with wc_clean().
  • Dev — Advanced — Restore default WooCommerce Sorting — remove_action added to avada option.
  • Dev — Plugin header («Text Domain») updated.
  • Dev — Link updated from http://coder.fm to https://wpcodefactory.com.

3.1.0 — 2017-03-08

  • Dev — «Custom Meta Sorting» section added.
  • Dev — Custom Sorting — «No sorting» option added.
  • Dev — Custom Sorting — «Random sorting» option added.
  • Dev — Custom Sorting — «Sort by number of comments» options added.
  • Dev — Custom Sorting — «Sort by slug» options added.
  • Dev — Custom Sorting — «Sort by total sales» options added.
  • Dev — Custom Sorting — «Sort by product ID» options added.
  • Dev — Custom Sorting — «Sort by date (ascending)» option added.
  • Dev — Custom Sorting — «Sort by author» options added.
  • Dev — Custom Sorting — «Sort by last modified date» options added.
  • Dev — Advanced — «Restore default WooCommerce Sorting» option added.
  • Dev — Admin settings divided into separate sections. Dashboard added to General settings section.
  • Dev — ID added as second orderby param.
  • Dev — «Reset settings» checkbox added.
  • Dev — Code refactoring: separate order param added (e.g. sku_asc replaced with sku-asc); title removed as it already exists in WooCommerce default function.

3.0.2 — 2016-12-19

  • Fix — Multisite WooCommerce check fixed.

3.0.1 — 2016-12-15

  • Fix — handle_deprecated_options() fixed. This produced notice on plugin activation.

3.0.0 — 2016-12-13

  • Fix — load_plugin_textdomain() moved from init hook to constructor.
  • Dev — Remove All Sorting — Empty loop/orderby.php template added to ensure maximum compatibility;
  • Dev — Remove All Sorting — Storefront theme compatibility added.
  • Dev — Remove All Sorting — init hook replaced with wp_loaded for remove_sorting().
  • Dev — «Rearrange Sorting» section added.
  • Dev — «Default Sorting Options» section added.
  • Dev — Code refactoring. «Custom Sorting» — «Enable Section» checkbox added. Functions renamed etc.
  • Tweak — Plugin renamed.

2.1.0 — 2016-10-08

  • Dev — Version variable added.
  • Dev — Multisite support added.
  • Fix — Coder.fm link fixed.
  • Tweak — Plugin renamed.
  • Tweak — Author added.
  • Tweak — Readme.txt header updated.
  • Tweak — Language (POT) file added.

2.0.1 — 2015-08-27

  • Dev — Remove All Sorting — Blaszok theme compatibility added.

2.0.0 — 2015-07-29

  • Dev — Option to treat SKUs as numbers or texts when sorting, added.
  • Dev — Sorting by stock quantity — added.
  • Dev — Major code refactoring. Settings are moved to «WooCommerce > Settings > More Sorting Pro».

1.0.2

  • ‘Remove any sorting option’ option added
  • Sort by SKU option added
  • Default sorting bug fixed

1.0.1

  • ‘Remove all sorting’ option added

1.0.0

  • Initial Release