Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Recommat for WooCommerce

Descripción

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

Capturas

  • Settings page
  • Report page

Instalación

  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

Preguntas frecuentes

“Fatal error: Class ‘Redis’ not found”

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

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Recommat for WooCommerce" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • First stable release