Category Additional Attributes Pl
A quick summary of Category Additional Attributes Pl
Category additional attributes
Features
- Addition of option to set a description at the bottom of a selected category page
Module compatibility
Magento
: 2.4.3- 2.4.5
PHP
: 7.4|8.1
Configuration
Catalog/Categories/Category/Content
Bottom description
- open the page builder and create the content you wish to add to the bottom of the page
We save the selected category in which we created the content of the bottom description
After selecting a previously saved category, we can see the previously created content at the bottom of the page.
Module installation
Installation via Composer
- Add the repository to the composer.json file:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:aurora-modules/category-additional-attributes.git"
}
...
],
- Modify the composer.json file:
"require": {
...
"aurora/category-additional-attributes": "*"
...
},
- In the Magento home folder, run the following commands:
composer update aurora/category-additional-attributes
php bin/magento module:enable Aurora_CategoryAdditionalAttributes
php bin/magento setup:upgrade
Manual installation
- Unzip the archive.
- Move the module files to the server location:
{Magento root}
└── app/
└── code
- In the Magento root folder, run the following commands:
php bin/magento module:enable AuroraCategoryAdditionalAttributes
php bin/magento setup:upgrade
Changelog
v1.0.3
- Added tests (phpcs, phpunit, phpmd, phpstan) in pipelines
v1.0.2
- Fix composer dependencies
v1.0.1
- Backwards compatibility to PHP 7.3
v1.0.0
- Module initiation