설명
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
스크린샷
설치
- 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
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
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “Recommat for WooCommerce”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
1.0
- First stable release