Mô tả
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
Ảnh màn hình
Cài đặt
- 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
Hỏi đáp
-
“Fatal error: Class ‘Redis’ not found”
-
Please install php-redis lib for your apache/nginx: https://github.com/phpredis/phpredis/blob/develop/INSTALL.markdown
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Recommat for WooCommerce” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Recommat for WooCommerce” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- First stable release