Descriere
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
Instalare
- 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
Întrebări frecvente
-
„Fatal error: Class ‘Redis’ not found”
-
Please install php-redis lib for your apache/nginx: https://github.com/phpredis/phpredis/blob/develop/INSTALL.markdown
Recenzii
Nu există nicio verificare pentru acest modul.
Contributori și dezvoltatori
„Recommat for WooCommerce” este un software open-source. La acest modul au contribuit următoarele persoane.
ContributoriTradu „Recommat for WooCommerce” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.
Istoric modificări
1.0
- First stable release