mhinspeya/categorycontent-hyva

A Magento 2 extension for strategically placing advertising content within category grids with pixel-perfect positioning. Supports device-specific (mobile/desktop) ads, multi-store environments, and granular control over row, column, and page placement.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

pkg:composer/mhinspeya/categorycontent-hyva

1.0.0 2026-02-10 13:39 UTC

This package is not auto-updated.

Last update: 2026-02-25 12:01:03 UTC


README

Installation

Note: In production mode, please use the --keep-generated option during setup upgrade.

Option 1: Manual Installation (ZIP File)

Unzip the package to: app/code/MHinspeya/CategoryContent

Run the following commands:

php bin/magento module:enable MHinspeya_CategoryContent
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento cache:flush

Option 2: Composer Installation

Add the composer repository (if needed):

composer config repositories.repo.magento.com composer https://repo.magento.com/

Install the module:

composer require mhinspeya/categorycontent-hyva

Enable and update:

php bin/magento module:enable MHinspeya_CategoryContent
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento cache:flush

Configuration

Enable the module via Magento Admin:
Stores > Configuration > Category Content
Path: category_content/general/activate

Main Functionalities

Display advertising images on category list pages

Assign custom URLs to each image

Control placement by specifying:

Row number

Column number

Page number

Enable or disable content display from the admin panel