這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WooCommerce Sort By Stock

外掛說明

WooCommerce Sort By Stock is a relatively simple plugin. It does one thing and one thing only: allows you to sort by stock amount in WooCommerce.

Upon activation of this plugin, you will be able to sort products by the amount of stock remaining on your WooCommerce product dashboard page. Simply click on the Stock admin column to arrange by ascending or descending.

If sorting in ascending order, out of stock items will be shown first, followed by in stock but inventory not managed (no stock amount number), and finally showing in stock items which have a stock amount number, starting with 1 and increasing.

If sorting in descending order, will provide the opposite, starting with items with the largest amount of stock, moving down to out of stock.

螢幕擷圖

  • Showing products sorted in descending order by stock amount (from greatest to least).

安裝方式

  1. Upload the wc-sort-by-stock folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. There are no options. Just go to the Products dashboard page, click the Stock column header, and you will be able to sort by the amount of stock

常見問題集

Do I need to change any settings when installing this plugin?

No. Once you activate the plugin, you’ll be able to sort by stock amount. No options or setting changes are required.

Does this change the ordering of products on the front end (what the website visitor sees)?

No. This plugin only allows you to sort by stock amount on the dashboard (backend) of your site. This will not affect your front end in any way.

使用者評論

2024 年 4 月 3 日
Just wanted to say that this plug-in is still working great on WP 6.5, WC 8.7.0, PHP 8.3.4 👍🏽 Thank you!
2017 年 6 月 3 日 1 則留言
Straight to the point and does literally what is says. Saved us from a major headache. Many thanks for this plugin.
閱讀全部 8 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WooCommerce Sort By Stock〉的開發相關工作。

參與者

將〈WooCommerce Sort By Stock〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.2.0

  • Fixed code quality to bring up to PHP style guide standards
  • used the $wpdb->prepare() method, just in case

2.1.0

  • Added fix to allow plugin to work on sites with changed database prefixes from the default
  • Added GROUPBY parameter to query to prevent duplicate product listings

2.0.0

  • Fixed an issue where products were ordered incorrectly by stock amount.

1.0.0

  • The very first version