thelia / guaranteed-opinion-module
Thelia 的保证意见模块
1.0.15
2024-05-13 14:16 UTC
Requires
- thelia/installer: ~1.1
README
此模块允许您将您的意见导入 Thelia 网站,并使用 Avis-Garantis API 导出您的订单
安装
Composer
将其添加到您的主 thelia composer.json 文件中
composer require thelia/guaranteed-opinion-module:~1.0
使用方法
使用您的 API 密钥配置模块后台
然后,添加一个 cron
以导入您的产品意见
php Thelia module:GuaranteedOpinion:GetProductReview
以导入您的网站意见
php Thelia module:GuaranteedOpinion:GetProductReview
(注意:如果您使用 Avis Garantis 小部件和 iframe 小部件,则不需要导入您的网站意见)
以导出您的订单
php Thelia module:GuaranteedOpinion:SendOrder
现在您可以将这些路由添加到您的意见页面或使用循环
/site_reviews/offset/{offset}/limit/{limit}
/product_reviews/{id}/offset/{offset}/limit/{limit}
循环
[guaranteed_site_loop]
输入参数
输出参数
[guaranteed_product_loop]
输入参数
输出参数
文档
Societe-des-avis-garantis API 文档可在以下链接找到:https://www.societe-des-avis-garantis.fr/configuration
公共意见 API:https://www.societe-des-avis-garantis.fr/configuration/api-publique 私人订单 API:https://www.societe-des-avis-garantis.fr/configuration/api-orders