snowdog / module-product-attribute-description
snowdog/module-product-attribute-description
The extension adds a new field for product attributes which allows to add some HTML text to be pulled later in frontend through an API endpoint
Snowdog Magento2 Product Attribute Description
The extension allows to set product attributes description through attribute admin edition page
1. Installation:
composer require snowdog/module-product-attribute-descriptionbin/magento module:enable Snowdog_ProductAttributeDescriptionbin/magento setup:upgrade
2. Usage:
- There will be a new tab "Attribute Description" in product attribute edition page which opens a Wysiwyg editor
- The attribute description can be displayed in product page through attributes property
snowproductattributedescription_descriptionorattribute_description - Also it can be accessible everywhere through API endpoint:
GET /V1/snowproductattributedescription/description/:attributeCode
where :attributeCode is the attribute code identifier
CHANGELOG
[Unreleased]
[1.2.0] - 2022-08-01
- Revise composer.json schema
[1.1.1] - 2020-05-29
- Removed not useful header in changelog
[1.1.0] - 2020-03-27
- 57261: Added attribute helper
[1.0.1] - 2020-02-26
- 63763: Fix bug in InstallSchema script. It cant not see table when there is used table prefix
[1.0.0] - 2019-12-06
- Init files
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 1.2.0 | stable | Fail | Magento 2.4.7-2.4.9 Details | 2022-08-01 07:34:33 |
| 1.1.1 | stable | Not tested | Not yet tested Details | 2020-05-29 08:57:47 |
| 1.1.0 | stable | Not tested | Not yet tested Details | 2020-03-27 20:23:14 |
| 1.0.1 | stable | Not tested | Not yet tested Details | 2020-02-26 11:03:23 |
| 1.0.0 | stable | Not tested | Not yet tested Details | 2019-12-06 10:07:00 |
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.
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.
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.
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
| 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
| 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.
More from snowdog
View vendorHyva Checkout compatybility module for PayPo
Hyva Checkout compatybility module for Santander eRaty
Hyva Checkout compatibility module for PayNow
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.