Popis
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
Snímky obrazovky
Instalace
- 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
Nejčastější dotazy
-
„Fatal error: Class ‚Redis‘ not found“
-
Please install php-redis lib for your apache/nginx: https://github.com/phpredis/phpredis/blob/develop/INSTALL.markdown
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Recommat for WooCommerce je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Recommat for WooCommerce” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0
- First stable release