Download the PHP package snowdog/module-bullet-points without Composer
On this page you can find all versions of the php package snowdog/module-bullet-points. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download snowdog/module-bullet-points
More information about snowdog/module-bullet-points
Files in snowdog/module-bullet-points
Package module-bullet-points
Short Description Module to collect product attributes and display them as bullet points
License MIT
Informations about the package module-bullet-points
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.
All versions of module-bullet-points with dependencies
magento/module-catalog Version 101.0.*|102.0.*|103.0.*|104.0.*