Installing the Google Reviews Hyvä Compatibility Plugin


Google Reviews Plugin for Magento with Hyvä Compatibility
With the Google Review plugin, you can effortlessly integrate the review system into your Magento store, even if you are using the Hyvä theme. This plugin ensures a smooth and seamless user experience, preserving the aesthetic and functionality of the Hyvä theme while incorporating the Google Review system.
Why Install the Google Reviews Hyvä Compatibility Plugin?
While the base Google Reviews plugin already provides powerful functionality for Magento, it is not natively compatible with the Hyvä theme. The Hyvä Compatibility Plugin ensures seamless integration with Hyvä’s unique architecture, maintaining its speed, simplicity, and visual consistency.
This add-on is essential for any Magento store using Hyvä that wants to leverage Google Reviews to build trust and increase conversions—without compromising design or performance.
How to Install the Google Reviews Hyvä Compatibility Plugin
- Install the module using composer:
composer require magmodules/magento2-hyva-googlereviews
- Enable the module:
php bin/magento module:enable Magmodules_HyvaGoogleReviewsSR
- Upgrade the database:
php bin/magento setup:upgrade
- Let Hyvä know about the new module:
php bin/magento hyva:config:generate
- Generate the CSS files:
Or from your theme:npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prodnpm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run ci
npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run build-prod