magenerds / countrypopup

magenerds/countrypopup

Country Popup module

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

Are you the maintainer of magenerds?

Packagento pulls magenerds's Composer packages from the public registry so buyers can find them here.

Claim the namespace to take ownership, publish new releases directly, and start charging for premium versions.

Claim this namespace →

Magenerds Country PopUp

The Magenerds Country PopUp is a module which allows showing a modal specific to users with certain browser languages.
The text of modal content is fully configurable with a WYSIWYG-Editor field in the store configuration interface.

Configuration options:

The Magenerds Country PopUp config options a base under the point Magenerds -> Country PopUp

General:

  • Enable: Based on the selection the Module is enabled or disabled.
  • Use only on Homepage: Option to show the modal only on homepage.
  • Cookie Duration: Define Duration of the cookie in days empty or 0 is equal to session duration.
  • Use for Unselected Countries Text: Option to show the modal for every visitor and shows the Modaltext for Unselected Counties if no country matches the selection of Countries that should be hinted.
  • Popup as modal dialog: Show popup as modal dialog with overlay**.

Country Modal Properties:

  • Countries that should be hinted: This field provides the option to select the Countries that should be hinted.
  • Modaltext for Unselected Counties: The Modaltext for Unselected Counties provides you a WYSIWYG-Editor that will be rendered inside of the Modal Content if Use for Unselected Countries Text is set on yes and if no country matches the selection of Countries that should be hinted
  • Modal Image Upload: This field provides the option to display an image next to the Modaltext.
  • Dynamic Fields Modaltext for Country: Selected Country: The Dynamic Fields will only be shown if a value in Countries that should be hinted is saved! Depending on the saved value an equal amount of WYSIWYG-Editorfields will be provided.

Popup delay options

  • Use Popup delay: Based on the selection, the popup waits until it is displayed
  • Delay Duration: Define the delay in milliseconds until the popup is displayed

No changelog yet

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

Versions
Version Stability QA Status Compatibility Released
2.4.3 stable Fail Not yet tested Details 2020-02-25 14:19:34
2.4.2 stable Not tested Not yet tested Details 2020-01-15 09:29:21
2.4.1 stable Not tested Not yet tested Details 2020-01-13 17:24:10
2.4.0 stable Not tested Not yet tested Details 2020-01-09 15:37:02
2.3.0 stable Not tested Not yet tested Details 2019-12-11 14:27:58
2.2.0 stable Not tested Not yet tested Details 2019-04-29 11:23:05
2.1.3 stable Not tested Not yet tested Details 2019-04-23 09:13:33
2.1.2 stable Not tested Not yet tested Details 2019-04-23 06:03:59
2.1.1 stable Not tested Not yet tested Details 2019-01-24 17:36:18
2.1.0 stable Not tested Not yet tested Details 2019-01-09 07:47:43
2.0.0 stable Not tested Not yet tested Details 2018-08-22 09:15:06
1.2.3 stable Not tested Not yet tested Details 2018-06-27 12:30:08
1.2.2 stable Not tested Not yet tested Details 2018-06-27 12:16:49
1.2.1 stable Not tested Not yet tested Details 2018-04-09 14:41:57
1.2.0 stable Not tested Not yet tested Details 2018-04-06 07:02:08
1.1.8 stable Not tested Not yet tested Details 2018-02-20 07:05:04
1.1.7 stable Not tested Not yet tested Details 2018-02-14 12:42:28
1.1.6 stable Not tested Not yet tested Details 2018-02-14 09:31:50
1.1.5 stable Not tested Not yet tested Details 2018-02-13 16:18:48
1.1.4 stable Not tested Not yet tested Details 2018-02-13 07:52:27
1.1.3 stable Not tested Not yet tested Details 2018-02-12 16:00:31
1.1.2 stable Not tested Not yet tested Details 2018-02-02 06:40:29
1.1.1 stable Not tested Not yet tested Details 2018-01-29 14:41:39
1.1.0 stable Not tested Not yet tested Details 2018-01-29 14:40:20
1.0.1 stable Not tested Not yet tested Details 2018-01-19 15:11:59
1.0.0 stable Not tested Not yet tested Details 2018-01-15 16:15:44

Requires 3

Package Constraint
php ^5.5.0|^7.0.0
magento/framework 100.0.*|100.1.*|101.0.*|102.0.*
magenerds/dashboard ^1.0

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 51 2 errors, 49 warnings (ruleset: Magento2) — 25 auto-fixable with phpcbf
PHPMD Pass 0
Cpd Pass 0
Composer validate Pass 0

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.

PHPStan 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

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 Pass 0
Malware scan Pass 0
License
OSL-3.0

More from magenerds

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.