magmodules / magento2-hyva-webwinkelkeur

magmodules/magento2-hyva-webwinkelkeur

Hyvä Themes Compatibility module for Magmodules WebwinkelKeurSR

magento2-module Compatibility: Not yet tested Code Quality: Fail Tests: N/A Security: Pass OSL-3.0, AFL-3.0

magento-hyva-webwinkelkeur

WebwinkelKeur Hyvä Compatibility plugin

The Webwinkelkeur plugin for Magento is a powerful integration that seamlessly connects the widely-used review platform, Webwinkelkeur, with Magento. This plugin provides extensive functionality to enhance your online store's reputation management and streamline the customer feedback process. With its compatibility with the Hyva theme, the plugin ensures a smooth and seamless user experience while incorporating the robust features of the Webwinkelkeur platform.

The WebwinkelKeur Compatibility plugin for the Magento Hyva theme has the following requirements:

webwinkelkeur-magento-plugin

About the WebwinkelKeur Plugin

The Webwinkelkeur plugin for Magento is a robust integration that seamlessly connects your Magento store with the popular review platform, Webwinkelkeur. This plugin offers a wide range of powerful features to enhance your online store's reputation management and streamline the customer feedback process.

With the Webwinkelkeur plugin, you can effortlessly integrate the Webwinkelkeur review platform into your Magento store while ensuring compatibility with the Hyva theme. This allows you to maintain a consistent and visually appealing user experience throughout your website.

The plugin empowers you to effectively manage your online store's reputation by collecting and showcasing customer reviews, ratings, and testimonials. By leveraging the power of social proof, you can build trust with potential customers and enhance your brand's reputation.

The Webwinkelkeur plugin provides essential tools for review management, allowing you to moderate and manage reviews within your Magento admin panel. You have full control over which reviews are displayed on your website, ensuring that only relevant and valuable feedback is visible to your customers.

Additionally, the Webwinkelkeur plugin offers advanced features such as automatic review requests, email notifications, customizable review widgets, and rich snippet integration for improved search engine optimization (SEO). These features enable you to actively engage with your customers, gather valuable feedback, and enhance the overall shopping experience on your Magento store.

In conclusion, the Webwinkelkeur plugin for Magento, with its compatibility with the Hyva theme, provides a powerful solution for seamlessly integrating the Webwinkelkeur review platform into your online store. It empowers you to effectively manage your store's reputation, collect customer feedback, and build trust with your audience.

Installation

  1. Install the module using composer:
composer require magmodules/magento2-hyva-webwinkelkeur
  1. Enable the module:
bin/magento module:enable Magmodules_HyvaWebwinkelKeurSR
  1. Upgrade the database:
bin/magento setup:upgrade
  1. Let Hyvä know about the new module:
php bin/magento hyva:config:generate
  1. Generate the CSS files:
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prod

Or from your theme:

npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run ci
npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run build-prod

WebwinkelKeur Magento plugin features

  • Seamless integration
  • Review collection automation
  • Customizable review widgets
  • Rich snippet integration
  • Hyvä Compatibility
  • Host it all on your platform

Magento Support

If you have any questions, please fill out our secure contact form by clicking here.

Magmodules & Hyva

Magmodules and Hyva have established a strong partnership, working closely together to provide enhanced e-commerce solutions. As an official Hyva partner, we specializes in developing integrations for various platforms and services.

We have created integrations for well-known providers such as Mollie, Sooqr, Paazl, and many more. This collaboration ensures seamless compatibility and optimized performance for online stores utilizing the Hyva theme. Through our partnership, Magmodules and Hyva strive to deliver comprehensive and tailored solutions to meet the diverse needs of e-commerce businesses.

Checkout our other Hyva Plugins!

- Magento 2 Hyvä Shopreview

- Magento 2 Hyvä Product Review Reminder

- Magento 2 Hyvä Mollie React Checkout

- Magento 2 Hyvä Checkout

- Magento 2 Hyvä Mollie React Checkout

- Magento 2 Hyvä Paazl

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.0.1 stable Fail Not yet tested Details 2024-11-15 12:07:36
1.0.0 stable Not tested Not yet tested Details 2023-10-10 11:45:29

Requires 3

Package Constraint
magento/framework *
hyva-themes/magento2-compat-module-fallback *
magmodules/magento2-webwinkelkeur *

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 not tested not tested
2.4.8 not tested not tested
2.4.9 not tested not tested

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 412 36 errors, 376 warnings (ruleset: Magento2) — 98 auto-fixable with phpcbf
PHPMD Pass 0
Cpd Pass 0
Composer validate Info 3 valid; 3 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Error Error
2.4.8 Error Error
2.4.9 Error Error

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit N/A 0 no resolvable dependency tree to audit — Your requirements could not be resolved to an installable set of packages. Problem 1
Malware scan Pass 0
License
OSL-3.0, AFL-3.0

More from magmodules

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.