Download the PHP package magematch/module-category-bottom-description without Composer

On this page you can find all versions of the php package magematch/module-category-bottom-description. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-category-bottom-description

Category Bottom Description for Magento 2

Free, open-source Magento 2 extension
by Arjun DhimanAdobe Commerce Certified Master
Part of the MageMatch developer ecosystem

MageMatch_CategoryBottomDescription adds a dedicated Bottom Description WYSIWYG field to Magento category edit pages.

This attribute is store-view scoped and is intended for content that should appear below the product listing on category pages.

Features

Usage

After installation:

  1. Go to Catalog > Categories in the Magento admin.
  2. Open any category.
  3. Find the Bottom Description field in the Content section.
  4. Save the category.

To render the content on the storefront, output the category attribute in your theme or custom module, for example via the current category model:

This package also includes a reusable example template at view/frontend/templates/category/bottom_description.phtml and a supporting block class at Block/Category/BottomDescription.php.

The module also ships with view/frontend/layout/catalog_category_view.xml, so the bottom description is rendered automatically on category pages after installation.

Example storefront integration

If you want to override the built-in placement in your theme or custom module layout, add a block like this to catalog_category_view.xml:

The included template renders the attribute only when the category has content, so it is safe to add globally.

Disable or override the default layout

Module Structure

Notes

Release Workflow

For a first public GitHub release, a simple flow is:

If this module lives inside a larger Magento project today, copy app/code/MageMatch/CategoryBottomDescription into its own repository root before running the commands above.

CI

This repository includes .github/workflows/ci.yml for a lightweight public CI pipeline. It validates:

Before each release, use RELEASE_CHECKLIST.md to verify the package is ready to publish.


Installation

Compatibility

Support & Custom Development

Need custom Magento development?
Find vetted Adobe Commerce developers at
magematch.com

License

MIT License — free to use commercially


All versions of module-category-bottom-description with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
magento/framework Version ^103.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package magematch/module-category-bottom-description contains the following files

Loading the files please wait ...