aram-ghamoyan / magento2-bottomdescription
Adds a bottom description attribute to category pages
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
pkg:composer/aram-ghamoyan/magento2-bottomdescription
Requires
- php: >=7.4.0
- magento/framework: >=102.0.0
README
Bottom Description for Magento 2
Features
- Adds a "Bottom Description" field to category edit pages in the admin panel
- Displays the bottom description content below product listings on category pages
- Fully integrated with Magento's category management system
- WYSIWYG editor support for rich content formatting
- SEO-friendly content placement
Requirements
- Magento 2.3.x or higher
- PHP 7.2 or higher
Installation
Via Composer (Recommended)
composer require aram-ghamoyan/magento2-bottomdescription php bin/magento module:enable AramGhamoyan_BottomDescription php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:clean
Manual Installation
- Download the module files
- Create the directory structure: app/code/AramGhamoyan/BottomDescription
- Copy the module files to this directory
- Run the following commands:
php bin/magento module:enable AramGhamoyan_BottomDescription php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:clean
Usage
- Navigate to Catalog > Categories in your Magento admin panel
- Select the category you want to edit
- Find the "Bottom Description" field in the category information section
- Add your content using the WYSIWYG editor
- Save the category
- The bottom description will now appear below the product listings on the category page
Use Cases
The bottom description is perfect for:
- SEO Content: Add keyword-rich content below product listings to improve search engine rankings
- Additional Information: Provide buying guides, category information, or helpful tips
- Marketing Content: Promote special offers, features, or benefits related to the category
- User Guidance: Help customers make informed decisions with detailed category descriptions
- Brand Storytelling: Share your brand story or category-specific narratives
Configuration
The module works out-of-the-box with no additional configuration required. The bottom description field is automatically added to all category pages.
Customization
To customize the appearance of the bottom description, you can override the template files in your theme or use custom CSS to style the content.
License
This project is licensed under the GNU General Public License v3.0