Descrição
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
Ecrãs
Instalação
- move this folder to
wp-content/plugins
- Activate the plugin
- get access to a redis instance
- You can get a free redis in https://redis.com/
- Enter the redis connection info in plugin’s settings page
- Done
Perguntas frequentes
-
“Fatal error: Class ‘Redis’ not found”
-
Please install php-redis lib for your apache/nginx: https://github.com/phpredis/phpredis/blob/develop/INSTALL.markdown
Avaliações
Este plugin não tem avaliações.
Contribuidores e programadores
“Recommat for WooCommerce” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “Recommat for WooCommerce” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
1.0
- First stable release