이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WooCommerce Random Product Sorting with Pagination

설명

This plugin was built to add a “Random” Product Sorting Order to WooCommerce with working pagination.

Other solutions I found that added a “Random” Product Sorting Order did not preserve pagination.

This plugin will sort your WooCommerce Products in random order. A random sort has a transient life of one hour. (In version 0.9.1, the duration is not a settable option. It is fixed at one hour.) Every hour a new random sort is generated. Pagination works as expected, meaning each WooCommerce Product will be diplayed once and no more than once.

This plugin requires the WooCommerce plugin.

설치

  1. Upload the plugin files to the /wp-content/plugins/paginated-random-products directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. You now have a “Random” option everywhere that your WooCommerce site allows you to set Product Sorting Order.

FAQ

Are there any settings for this plugin?

No. There are no settings in v0.9.1 of the plugin. Activate adds the option. Deactivate removes it.

I am a WP Engine user and my products are not being randomly sorted. What’s wrong?

By default, WP Engine disallows ORDER BY RAND() due to performance concerns about careless use. This default setting causes the WooCommerce Random Product Sorting with Pagination plugin not to work. You can manually enable ORDER BY RAND() from the admin area of your WP Engine WordPress site. Go to WP Engine > General Settings > Advanced Configuration and set ‘Allow ORDER BY RAND()’ to ‘Enabled.’ The plugin should now work.

What can I do if I have problems or other questions?

You can try emailing me at william@trainedlizard.com. This is a free, use-at-your-own-risk plugin with no guarantee of support, but I am generally happy to answer questions or make tweaks if anyone needs that.

후기

2021년 7월 23일
This does exactly as it should do. Perfect solution for stores that have a ton of products and the hour cache aspect is amazing as well so we can serve cached rotations for high traffic sites. It appears it hasn't been maintained as it hasn't been tested for the latest version of Woocommerce. Hope this doesn't disappear as it's so helpful!
모든 12 평가 읽기

기여자 & 개발자

“WooCommerce Random Product Sorting with Pagination”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

변경이력

0.9.2

  • Added support for language translation
  • Added German translation file

0.9.1

  • Tested completed on latest versions of WordPress & WooCommerce
  • Fixed minor readme.txt typos

0.9.0

  • Initial submitted version