yotpo/module-yotpo-combined
最新稳定版本:4.3.5
Composer 安装命令:
composer require yotpo/module-yotpo-combined
包简介
Yotpo marketing extension for Magento2
README 文档
README
This library includes the files of the Yotpo extension. The directories hierarchy is as positioned in a standard magento 2 project library
This library will also include different version packages as magento 2 extensions
Requirements
Magento 2.3.3+ (Module version 4.0.0 and above)
Magento 2.4.8 (Module version 4.3.3 and above)
Install via composer
Run the following command under your Magento 2 root dir:
composer require yotpo/module-yotpo-combined php bin/magento maintenance:enable php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento maintenance:disable php bin/magento cache:flush
Usage
After the installation, Go to The Magento 2 admin panel
Go to Stores -> Settings -> Configuration, change store view (not to be default config) and click on Yotpo Configuration on the left sidebar
Insert Your account app key and secret
Advanced
To insert the widget manually on your product page add the following code in one of your product .phtml files
<?= $this->helper('Yotpo\Reviews\Helper\Data')->showWidget($block) ?>
To insert the bottomline manually on your catalog page add the following code in Magento\Catalog\view\frontend\templates\product\list.phtml
<?= $this->helper('Yotpo\Reviews\Helper\Data')->showBottomline($block, $_product) ?>
统计信息
- 总下载量: 264.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2026-01-04