snowdog/module-bullet-points
最新稳定版本:1.2.0
Composer 安装命令:
composer require snowdog/module-bullet-points
包简介
Module to collect product attributes and display them as bullet points
README 文档
README
Extension which collects and display attributes as bullet points
1. Installation:
composer require snowdog/module-bullet-pointsbin/magento module:enable Snowdog_BulletPointsbin/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
统计信息
- 总下载量: 35.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-26