雪鸟 /magento2-product-rating-extension
一个将产品的平均评分和评分数量作为扩展属性公开的Magento 2模块
v2.0.0
2017-05-11 13:56 UTC
Requires
- php: >=7
- magento/framework: ^100
- magento/module-catalog: ^100|^101
- magento/module-review: ^100
- magento/module-store: ^100
This package is auto-updated.
Last update: 2024-09-23 17:44:19 UTC
README
描述
一个将产品的平均评论评分和评分数量公开的Magento 2模块。这两个字段作为扩展属性公开,可以通过产品获取API调用访问。请参考使用Magento Web API入门部分获取有关API访问的更多信息。
先决条件
- PHP 7.0或更高版本
- Composer (https://getcomposer.org.cn/download/)。
magento/module-catalog
模块100, 101或更高版本。magento/module-review
模块100或更高版本。magento/module-store
模块100或更高版本。magento/framework
100或更高版本
安装
composer require snowio/magento2-product-rating-extension
php bin/magento module:enable SnowIO_ProductRatingExtension
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
使用
安装后,后续的产品请求将包含新的extension_attributes
,包括average_review_rating
和ratings_count
字段。
average_review_rating
:该产品的所有评论的平均评分。ratings_count
:评论评分的数量。
许可证
本软件遵循MIT许可证。 查看许可证