samuelbsource / module-bottom-description
Adds a WYSIWYG-enabled bottom description attribute to Magento 2 categories and displays it below the main content.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
- magento/framework: 103.0.*
- magento/module-catalog: 104.0.*
This package is not auto-updated.
Last update: 2025-05-03 04:37:59 UTC
README
The Magento 2 Category Bottom Description module by SamuelBSource adds a new ๐ WYSIWYG-enabled attribute to product categories called Bottom Description
. This content is displayed below the main content on the category view page โ great for SEO or promotional content.
๐ 1. Documentation
- ๐ฅ Installation Guide
- ๐ User Guide
- ๐ง Contribute on GitHub
- โ Get Support
๐ ๏ธ 2. How to install Category Bottom Description extension for Magento 2
๐ฆ Install via Packagist (recommended)
composer require samuelbsource/module-bottom-description bin/magento module:enable SamuelBSource_BottomDescription bin/magento setup:upgrade bin/magento cache:flush
๐ Install via GitHub (VCS)
Add the repo to your composer.json
:
"repositories": [ { "type": "vcs", "url": "https://github.com/samuelbsource/module-bottom-description" } ]
Then run:
composer require samuelbsource/module-bottom-description:dev-main bin/magento setup:upgrade bin/magento cache:flush
๐งฑ Manual installation
git clone https://github.com/samuelbsource/module-bottom-description.git app/code/SamuelBSource/BottomDescription bin/magento module:enable SamuelBSource_BottomDescription bin/magento setup:upgrade bin/magento cache:flush
โจ 3. Highlight Features of Category Bottom Description
โ Adds New Attribute to Categories
A new bottom_description
attribute is added to all product categories.
- ๐ท๏ธ Store-view scoped
- ๐ Fully WYSIWYG-enabled
- ๐ The content is injected right after the "columns" element
๐งช 4. How to Use Category Bottom Description
โ๏ธ Admin Configuration
- Go to Catalog > Categories
- Open or create a category
- Under General Information, fill in the Bottom Description field
- Save the category
๐ Frontend Output
Visit the category page on the frontend. Youโll see the Bottom Description appear below the category content and product listing, inside a <div class="category-bottom">
.
Youโll see the Bottom Description appear below the category content and product listing, inside a
<div class="category-bottom">
.
๐จ 5. Customization Options
๐๏ธ Change the Template
Override this file in your custom theme to control rendering:
view/frontend/templates/category/bottom_description.phtml
Example location in theme:
app/design/frontend/Vendor/theme/SamuelBSource_BottomDescription/templates/category/bottom_description.phtml
๐งฉ Adjust Position with Layout XML
Override catalog_category_view.xml
to reposition or restyle the block.
โ 6. Compatibility
- ๐งฑ Magento Open Source 2.4.x
- ๐ผ Magento Commerce 2.4.x
- ๐ PHP 8.*
๐ 7. License
Released under the Apache License 2.0.
๐ค 8. Author
Samuel Boczek Magento Developer / AI Student / Freelancer
- ๐ฑ GitHub: @samuelbsource
- ๐ผ LinkedIn: linkedin.com/in/samuel-boczek
๐ More Magento 2 modules coming soon!