samuelbsource/module-bottom-description

Adds a WYSIWYG-enabled bottom description attribute to Magento 2 categories and displays it below the main content.

1.0.0 2025-03-21 05:48 UTC

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

๐Ÿ› ๏ธ 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

  1. Go to Catalog > Categories
  2. Open or create a category
  3. Under General Information, fill in the Bottom Description field
  4. 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">.

Bottom Description Example 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

๐Ÿš€ More Magento 2 modules coming soon!