Elgentos Kiyoh

This extension fetches 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.

How to install

🚀 Install via composer (recommend)

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

Configuration

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