snowdog / module-bullet-points

snowdog/module-bullet-points

Module to collect product attributes and display them as bullet points

  • Samir Hajiyev
magento2-module Compatibility: 2.4.7-2.4.8 Code Quality: Fail Tests: N/A Security: Pass MIT

Snowdog Magento2 Bullet Points

Extension which collects and display attributes as bullet points

1. Installation:

  • composer require snowdog/module-bullet-points
  • bin/magento module:enable Snowdog_BulletPoints
  • bin/magento setup:upgrade

2. Usage

The extension provides a CLI command which allows passing category IDs, attribute IDs and product IDs (this is optional) and will generate a HTML table with pairs like: attribute label | attribute value for the products assigned to the passed category IDs (if product IDs are also passed as parameter, then bullet points will be generated for these products if they're assigned to the passed category IDs). The generated table in HTML format will be set in selling_features_bullets attribute for each product, which can be shown in eg. product view.
This module will generate HTML table based on attribute_ids ordering and will add
<attribute_code>_label class for dt and <attribute_code>_value class for dd tags.

$ bin/magento snowdog:collect:bullet-points

Usage:
  snowdog:collect:bullet-points <category-ids> <attribute-ids> [<skus>]

Arguments:
  category-ids          Category IDs
  attribute-ids         Sorted Product Attribute IDs
  skus                  Comma separated SKU list

CHANGELOG

[Unreleased]

[1.2.0] 2020-10-22

  • Enabled Magento 2.4 support in composer.json

[1.1.2] 2020-09-17

  • 70052: Apply HTML escape to bullet points processor generated HTML list product attribute code value.

[1.1.1] 2020-05-20

  • Removed unused files

[1.1.0] 2020-05-06

  • 66218: Bug fixes, added attribute ordering and attribute_code as a class for dt and dd html attributes.

[1.0.0] 2019-12-06

  • Init files
Versions
Version Stability QA Status Compatibility Released
1.2.0 stable Fail Magento 2.4.7-2.4.8 Details 2020-10-22 12:06:57
1.1.2 stable Not tested Not yet tested Details 2020-09-17 14:50:26
1.1.1 stable Not tested Not yet tested Details 2020-05-29 08:46:57
1.1.0 stable Not tested Not yet tested Details 2020-05-06 11:38:25
1.0.0 stable Not tested Not yet tested Details 2019-12-06 08:17:52

Requires 2

Package Constraint
magento/framework 100.1.*|101.0.*|102.0.*|103.0.*
magento/module-catalog 101.0.*|102.0.*|103.0.*|104.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 Fail di error Fail di error

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 7 1 error, 6 warnings (ruleset: Magento2)
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. 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 5 5
2.4.8 5 5
2.4.9 6 6

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
MIT
Authors

More from snowdog

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.