Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Recommat for WooCommerce

Descrizione

This plugin takes in the past order information and learn, recommend “frequently bought together” products

Notes:

  • as woocommerce’s product variation behaviour, it will link up the “parent” of the product instead of the varient

Server requirements

  • install redis lib for php – https://github.com/phpredis/phpredis/blob/develop/INSTALL.markdown

Screenshot

  • Settings page
  • Report page

Installazione

  1. move this folder to wp-content/plugins
  2. Activate the plugin
  3. get access to a redis instance
    • You can get a free redis in https://redis.com/
  4. Enter the redis connection info in plugin’s settings page
  5. Done

FAQ

“Fatal error: Class ‘Redis’ not found”

Please install php-redis lib for your apache/nginx: https://github.com/phpredis/phpredis/blob/develop/INSTALL.markdown

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Recommat for WooCommerce” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

1.0

  • First stable release