📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned v1.2.0

Module Bullet Points

snowdog/module-bullet-points

Generates HTML bullet points from product attributes for display on product pages. Uses a CLI command to create the HTML table based on category and attribute IDs.

36,078
Downloads
Below average
1
GitHub Stars
Below average
5y ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
1 error , 42 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.2.0 on Magento 2.4.8-p3
Dec 27, 2025

Share This Module's Status

Module Bullet Points Magento compatibility status badge

README

Loaded from GitHub

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

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.