Magento 2 Module - Available Promotions - Display Promotions on the Product Page
Magento Modules: Clear Guidelines
You purchase the module once, with no domain restrictions
Free installation and updates via Composer
Affiliate Program
Technical support for Magento
Clear guidelines for licensing Magento modules
Magento Module Code Security
Module Description: Available Promotions
General description:
The Available Promotions module enables displaying available promotions on the product page in a Magento 2-based store. It is an advanced tool that allows store owners to easily manage promotions and customize their visibility on product pages.
Features:
- Displaying Available Promotions:
- The module automatically displays a list of available promotions below the Add to Cart button on the product page.
- Promotions are dynamically filtered to match the currently selected product.
- Editable Promotion Heading:
- The administrator can customize the heading of the promotion section through the configuration panel. The default heading is Available promotions:, but it can be changed to any text to better match the store style.
- Promotional Banner Display Option:
- The module allows adding promotional banners to cart rules.
- A Show Banner option (Yes/No) has been added to the admin panel, allowing the administrator to decide whether banners should be displayed together with promotions on the product page.
- Banners are automatically loaded from the
pub/mediadirectory and displayed according to the configuration settings.
- Support for Different Product Types:
- The module supports different product types, including configurable, grouped, and bundle products, verifying whether promotions apply to simple products assigned to the displayed product.
- Easy Configuration:
- An intuitive interface allows the module to be configured quickly in the Magento admin panel.
- It only takes a few clicks to customize the look and behavior of the promotion section, without the need to edit code.
- Fully Compatible with Magento 2.4.7-p2:
- The module is fully compatible with Magento 2.4.7-p2, ensuring stable and efficient operation.
Use Case:
The Available Promotions module is an ideal solution for stores that want to increase customer engagement by clearly and attractively presenting available promotions directly on the product page. With the ability to customize headings and choose whether promotional banners are displayed, the module gives full control over the appearance and behavior of promotions in the store.
Installation
* In a production environment, please use the --keep-generated option
Type: Composer
- The module is available in the Composer repository:
- Private GitLab repository:
https://gitlab.com
- Private GitLab repository:
- Add the Composer repository to the configuration:
composer config repositories.dostepne.promocje vcs https://gitlab.com/magento2ext/magento-2-dostepne-promocje - Add the access token for the private GitLab repository:
composer config --auth gitlab-token.gitlab.com <TWÓJ_TOKEN> - Install the module using Composer:
composer require kowal/module-dostepnepromocje - Apply database updates:
php bin/magento setup:upgrade - Clear the cache:
php bin/magento cache:flush













