tweakwise / magento2-attributelanding-tweakwise

tweakwise/magento2-attributelanding-tweakwise

Provides compatibility between Attribute landing module and Tweakwise module.

magento2-module Compatibility: 2.4.7-2.4.8 Code Quality: Info Tests: N/A Security: N/A OSL-3.0

Are you the maintainer of tweakwise?

Packagento pulls tweakwise'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 →

Description

This is a compatibility module for Magento2AttributeLanding and Magento2Tweakwise.
It will install the following packages:

  1. tweakwise/tweakwise
  2. tweakwise/tweakwise-export
  3. tweakwise/magento2-attributelanding
  4. tweakwise/magento2-attributelanding-tweakwise (this package)

Packages tweakwise/tweakwise and tweakwise/tweakwise-export provides magento2 integration with the Tweakwise navigator (https://www.tweakwise.com/)
Package tweakwise/magento2-attributelanding provides magento2 support for landingspages based on attributes and categories for example "red-pants", here category is "pants" and the attribute is color with value red.
This package provides the integration between the navigator and the landingspages.

Installation

Install package using composer

composer require tweakwise/magento2-attributelanding-tweakwise

Run installers

php bin/magento setup:upgrade

A note on navigation.

It is possible to have your users navigate to a landingpage when the user happens to select a set of filters which matches a landingpage.
In order to do this one has to enable "Allow crosslink" under Stores -> Configuration -> Emico Extensions -> Attribute landing pages -> General.
It is also important to note that in order to achieve this the filter values configured in the landingpage match the tweakwise filter values (as known in the navigator) exactly, this is case sensitive!

Configuration

Configuration can be found under Stores -> Configuration -> Catalog -> Tweakwise -> Attribute Landing Pages.

  • Backend API Access Token (optional): Enter the backend API token if you want to use the Tweakwise backend API to retrieve attributes when creating attribute landing pages. Leave empty if you manage attribute landing page filters manually.

Contributors

If you want to create a pull request as a contributor, use the guidelines of semantic-release. semantic-release automates the whole package release workflow including: determining the next version number, generating the release notes, and publishing the package.
By adhering to the commit message format, a release is automatically created with the commit messages as release notes. Follow the guidelines as described in: https://github.com/semantic-release/semantic-release?tab=readme-ov-file#commit-message-format.

4.3.2 (2024-04-12)

Bug Fixes

  • Applied phpcs and phpmd rules (9336355)

4.3.2-beta.1 (2024-03-29)

Bug Fixes

  • Applied phpcs and phpmd rules (e5dc85d)
Versions
Version Stability QA Status Compatibility Released
v5.0.0 stable Not tested Not yet tested Details 2026-07-24 13:02:56
4.5.0 stable Fail Magento 2.4.7-2.4.8 Details 2026-04-24 11:31:14
4.4.2 stable Not tested Not yet tested Details 2026-03-20 13:48:46
4.4.1 stable Not tested Not yet tested Details 2025-04-02 12:02:21
4.4.0 stable Not tested Not yet tested Details 2025-01-16 10:59:24
4.3.6 stable Not tested Not yet tested Details 2024-12-17 13:50:57
4.3.5 stable Not tested Not yet tested Details 2024-09-24 13:25:27
4.3.4 stable Not tested Not yet tested Details 2024-05-01 08:15:04
4.3.3 stable Not tested Not yet tested Details 2024-04-19 08:36:27
4.3.2 stable Not tested Not yet tested Details 2024-04-12 14:14:46
4.3.2-beta.1 beta Not tested Not yet tested Details 2024-03-29 12:40:16
4.3.1 stable Not tested Not yet tested Details 2023-12-12 13:38:15
4.3.0 stable Not tested Not yet tested Details 2023-09-27 11:38:20
4.2.2 stable Not tested Not yet tested Details 2023-07-19 08:20:59
4.2.1 stable Not tested Not yet tested Details 2023-06-20 08:32:52
4.2.0 stable Not tested Not yet tested Details 2023-05-02 10:20:03
4.1.0 stable Not tested Not yet tested Details 2023-03-15 10:33:58
4.0.1 stable Not tested Not yet tested Details 2022-11-22 08:16:50
4.0.0 stable Not tested Not yet tested Details 2022-11-03 11:06:37
3.0.1 stable Not tested Not yet tested Details 2022-08-31 10:26:29
3.0.0 stable Not tested Not yet tested Details 2022-08-30 12:29:16

Requires 3

Package Constraint
php ^8.1
emico/m2-attributelanding >=6.0.5
tweakwise/magento2-tweakwise >=9.0.0

Requires-dev 2

Package Constraint
emico/code-quality ~10.6.0
symfony/finder ^6.4.0

Replaces 1

Package Constraint
emico/m2-attributelanding-tweakwise v2.4.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 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

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 Pending 0
PHPMD Pending 0
Cpd Pending 0
PHP Compatibility Pending 0
Composer validate Info 2 valid; 2 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.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 4 4
2.4.8 2 2
2.4.9 Unknown Unknown

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

More from tweakwise

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.