This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Featured First then Random for WooCommerce

Description

This is a small plugin for WordPress which adds extra product sorting option: Featured First then Random. It can be very useful for stores with a large amount automatically imported items, e.g., from AliExpress.

It works perfectly with WooCommerce v. 2.3 and newer.

It is available in English and Russian for now.

  • This plugin uses Session seed (unique session id) to randomize item order so you can use random product list even with pagination!
  • It is automatically reset when user opens the first page or by timer (every hour/day. Timer starts when user opens your store).
  • Demo web-site is available here.

Screenshots

  • Product catalog with the plugin
  • Display settings

Installation

  1. Upload the plugin files to the /wp-content/plugins/woocommerce-featured-then-random-sorting directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings → Plugin Name screen to configure the plugin
  4. New sorting option will be available on all your store pages.

Also you can customize the plugin:
1. Go to Dashboard → WooCommerce → Settings → Items → Display
1. Here you can choose default sorting option, default sorting label, randomize event and Featured First then Random custom label.

FAQ

Is it possible to rename the sorting option?

Yes, just go to WooCommerce Settings → Products → Display settings and enter your own label for Default or Featured First sorting option.

How can I add “Featured Item” label to my existing item?

There are two ways to do that:
1. To mark a product as featured go to Products → Products. Find the product you would like to feature and click the Featured Star. Featured products will have the star icon filled in.
2. Or just open your item and change Catalog visibility option: enable “Featured Product” checkbox.

Will it work with pagination?

Yes! This plugin uses Session seed (unique session id) to randomize item order so you can use random product list even with pagination!

Reviews

February 7, 2017
thank you for nice plugin. I search on internet but only I find random sorting codes. But I need featured + random ... Thank you so much
Read all 1 review

Contributors & Developers

“Featured First then Random for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • Added capability to change randomize event (hourly, daily or on the first page)
  • Improved styling of settings page
  • Code improvements
  • New logo

0.9

  • Initial release