PHPackages                             magmodules/magento2-sooqr-hyva - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. magmodules/magento2-sooqr-hyva

ActiveMagento2-module

magmodules/magento2-sooqr-hyva
==============================

Hyvä Themes Compatibility module for Magmodules Sooqr

1.0.0(2y ago)16.1k—9.1%OSL-3.0HTML

Since Feb 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/magmodules/magento2-sooqr-hyva)[ Packagist](https://packagist.org/packages/magmodules/magento2-sooqr-hyva)[ RSS](/packages/magmodules-magento2-sooqr-hyva/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

[![414fac8f-0be3-4c63-a6e4-31eefbd5488f](https://private-user-images.githubusercontent.com/24823946/307018271-4437a680-7a6f-4449-af51-50f0c5440a6f.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQ3NTk5NDksIm5iZiI6MTc3NDc1OTY0OSwicGF0aCI6Ii8yNDgyMzk0Ni8zMDcwMTgyNzEtNDQzN2E2ODAtN2E2Zi00NDQ5LWFmNTEtNTBmMGM1NDQwYTZmLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMzI5VDA0NDcyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAxOWFiMzAxNmQwMjg5YjM4YzE3MjUxZDlhMzczMGUxYzFmNzg5MTA5MzFiOTNiNWFjYmFjZDQ5ZTgwMjUxMjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iCdCA4A4XH4a6ivSZtZoFfM3NP0M_lqVbLwqOW9UzE4)](https://private-user-images.githubusercontent.com/24823946/307018271-4437a680-7a6f-4449-af51-50f0c5440a6f.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzQ3NTk5NDksIm5iZiI6MTc3NDc1OTY0OSwicGF0aCI6Ii8yNDgyMzk0Ni8zMDcwMTgyNzEtNDQzN2E2ODAtN2E2Zi00NDQ5LWFmNTEtNTBmMGM1NDQwYTZmLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMzI5VDA0NDcyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAxOWFiMzAxNmQwMjg5YjM4YzE3MjUxZDlhMzczMGUxYzFmNzg5MTA5MzFiOTNiNWFjYmFjZDQ5ZTgwMjUxMjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iCdCA4A4XH4a6ivSZtZoFfM3NP0M_lqVbLwqOW9UzE4)

Sooqr Hyvä Compatibility plugin
===============================

[](#sooqr-hyvä-compatibility-plugin)

Sooqr is the Conversion Rate Optimization tool for your eCommerce. Our tool allows you to increase your conversions and order value. The Sooqr compatibility plugin for the Magento Hyvä theme has the following requirements:

- [Magento 2.4.+](https://github.com/magento/magento2)
- [Hyvä](https://github.com/hyva-themes)
- [Magmodules Sooqr](https://github.com/magmodules/magento2-sooqr)

Installation
------------

[](#installation)

1. Install the module using composer:

```
composer require magmodules/magento2-sooqr-hyva
```

2. Enable the module:

```
bin/magento module:enable Magmodules_HyvaSooqr
```

3. Upgrade the database:

```
bin/magento setup:upgrade
```

4. Let Hyvä know about the new module:

```
php bin/magento hyva:config:generate
```

5. 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///web/tailwind run ci
npm --prefix app/design/frontend///web/tailwind run build-prod
```

Magento Support
---------------

[](#magento-support)

If you have any questions, please fill out our secure contact form by clicking [here](https://www.magmodules.eu/support-form.html).

Magmodules &amp; Hyva
---------------------

[](#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!
--------------------------------

[](#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](#)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

816d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34503049?v=4)[Magmodules](/maintainers/Magmodules)[@magmodules](https://github.com/magmodules)

---

Top Contributors

[![Frank-Magmodules](https://avatars.githubusercontent.com/u/24823946?v=4)](https://github.com/Frank-Magmodules "Frank-Magmodules (1 commits)")[![Marvin-Magmodules](https://avatars.githubusercontent.com/u/20815641?v=4)](https://github.com/Marvin-Magmodules "Marvin-Magmodules (1 commits)")

### Embed Badge

![Health badge](/badges/magmodules-magento2-sooqr-hyva/health.svg)

```
[![Health](https://phpackages.com/badges/magmodules-magento2-sooqr-hyva/health.svg)](https://phpackages.com/packages/magmodules-magento2-sooqr-hyva)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[graycore/magento2-graphql-logger

106.6k](/packages/graycore-magento2-graphql-logger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
