elgentos/magento2-kiyoh

Kiyoh extension to show rating on m2 shop

Installs: 23 398

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 9

Forks: 6

Open Issues: 0

Type:magento2-module

2.4 2022-09-19 13:09 UTC

This package is auto-updated.

Last update: 2024-03-05 16:41:24 UTC


README

This extension fetches site review scores from Kiyoh and stores them in the m2 database. This is only compatible with KiyohNL. But feel free to open an pr to support kiyoh.com and klanten vertellen as well.

Note: this extension is used for Kiyoh site reviews, not for Kiyoh product reviews. For the product reviews extension, see dutchwebdesign/magento2-kiyoh.

How to install

🚀 Install via composer (recommend)

composer require elgentos/magento2-kiyoh
bin/magento setup:upgrade
bin/magento setup:static-content:deploy

Configuration

  • Enable the extension
  • Setup an interval number in days
  • Enter the Kiyoh known email adress
  • Enter the Kiyoh API key (You can find this API Key under Uitnodigen -> Extra opties)
  • Enter the Kiyoh Location ID
  • Enter the url from the public page in kiyoh

Run the cronjob

Run the cronjob with magerun2 magerun2 sys:cron:run retrieve_reviews_from_kiyoh

Features

  • Cronjob that fetches review scores every night
  • ViewModel to offload logic from a block class
  • Send review email + offset when a shipment is made in m2 (config option)
  • This extension stores the data in Custom Variables in de m2 database

How does it work

  • Gets the xml feed and puts the data in custom vars
  • Has a viewModel that transform this data in the correct form on the frontend