Magento 2 Module - Available Promotions - Displaying promotions on the Product page

€42.63 €34.66
Expandable module
ID:M2-DOST-PROM
Przelew Przelew
PayPal PayPal

YOU CAN TRUST US

25 years of experience in e-commerce and Magento 2

Tooltip

Fast delivery

Tooltip

Efficient implementation process

Tooltip

Simple and transparent complaint process

Tooltip

Working with clients worldwide

Tooltip

Free module updates

Tooltip

Payment by bank transfer

Tooltip

Module Description: Available Promotions

General Description:

The Available Promotions module allows displaying available promotions on the product page in a Magento 2 based store. It is an advanced tool that enables store owners to easily manage promotions and customize their visibility on product pages.

Functionalities:

  • Displaying Available Promotions:
    • The module automatically displays a list of available promotions under the 'Add to Cart' button on the product page.
    • Promotions are dynamically filtered to match the currently selected product.
  • Editable Promotions Header:
    • The administrator can customize the header of the promotions section through the configuration panel. The default header is “Available promotions:”, but it can be changed to any text to better fit the store's style.
  • Option to Display Promotional Banners:
    • The module allows adding promotional banners to cart rules.
    • An option “Show Banner” (Yes/No) has been added to the admin panel, allowing the administrator to decide whether banners should be displayed along with promotions on the product page.
    • Banners are automatically loaded from the pub/media directory and displayed according to the configuration settings.
  • Support for Different Product Types:
    • The module supports various product types, including configurable, grouped, and bundled products, verifying whether promotions cover simple products assigned to the displayed product.
  • Easy Configuration:
    • The intuitive interface allows quick configuration of the module in the Magento admin panel.
    • It takes just a few clicks to customize the look and behavior of the promotional section without the need to edit code.
  • Fully Compatible with Magento 2.4.7-p2:
    • The module is fully compatible with Magento version 2.4.7-p2, ensuring stability and performance.

Application:

The Available Promotions module is an ideal solution for stores looking to increase customer engagement by clearly and attractively presenting available promotions directly on the product page. With the ability to customize headers and choose to display promotional banners, the module gives full control over the appearance and operation of promotions in the store.

Pytanie:
Czy moduł pozwala wyświetlać aktualne promocje dla danego produktu bezpośrednio na karcie produktu?

Odpowiedź:
Tak — moduł umożliwia automatyczne pobieranie aktywnych reguł promocyjnych i prezentowanie ich klientowi na stronie produktu, co zwiększa szansę na dokonanie zakupu.

Pytanie:
Czy mogę ustawić, jakie promocje będą widoczne — np. tylko promocje dotyczące produktu, a nie całego koszyka?

Odpowiedź:
Tak — moduł pozwala skonfigurować warunki wyświetlania, dzięki czemu można selektywnie pokazywać tylko promocje katalogowe lub produktowe, a wykluczyć te koszykowe.

Pytanie:
Czy instalacja modułu wymaga modyfikacji plików rdzenia Magento 2 lub motywu?

Odpowiedź:
Nie — moduł działa jako rozszerzenie zgodne z architekturą Magento 2 i nie wymaga nadpisywania plików core systemu.

Pytanie:
Czy mogę dostosować wygląd bloku promocji (kolory, styl) do mojego szablonu sklepu?

Odpowiedź:
Tak — choć moduł dostarcza standardowy blok promocji, można zmodyfikować jego styl CSS lub szablon (layout) w motywie sklepu, aby dopasować wygląd do designu marki.

Pytanie:
Czy moduł wspiera sklepy wielojęzyczne / multi‑store?

Odpowiedź:
Tak — moduł może być używany w instalacjach Magento 2 z wieloma widokami sklepu (store views) i można ustawić odpowiednie reguły i warunki wyświetlania promocji per widok.

Pytanie:
Czy moduł wpływa znacząco na wydajność sklepu?

Odpowiedź:
Wpływ powinien być minimalny — moduł jedynie dodaje blok z informacją o promocji i korzysta z istniejących reguł promocyjnych. Niemniej przy bardzo dużej liczbie reguł warto przetestować jego działanie w środowisku testowym.

Pytanie:
Czy promocje wyświetlane przez moduł mogą zawierać warunki jak „tylko dla zalogowanych klientów” lub „tylko dla określonej grupy klientów”?

Odpowiedź:
Tak — jeżeli reguła promocyjna w Magento 2 jest skonfigurowana z ograniczeniami grupy klientów lub widoku sklepu, moduł może wyświetlić tę promocję tylko klientom spełniającym warunki.

Pytanie:
Czy mogę ustawić domyślny tekst lub nagłówek bloku promocji („Obecnie tańszy!” / „Promocja”)?

Odpowiedź:
Tak — w panelu administracyjnym modułu istnieje możliwość ustawienia tekstu nagłówka lub etykiety promocji, co pozwala lepiej komunikować ofertę.

Pytanie:
Czy moduł obsługuje promocje czasowe (np. „promocja trwa do 31 sierpnia”)?

Odpowiedź:
Tak — jeśli reguła promocyjna w Magento 2 ma ustawiony czas trwania, moduł odczytuje ten warunek i wyświetla informację o promocji tylko wtedy, gdy jest ona aktywna.

Pytanie:
Czy po zakupie modułu otrzymuję wsparcie techniczne i aktualizacje?

Odpowiedź:
Tak — producent modułu deklaruje wsparcie techniczne oraz dostęp do darmowych aktualizacji dla swoich rozszerzeń.

Installation

* In the production environment please use the --keep-generated option

Type: Composer

  1. The module is available in the composer repository:
    • Private GitLab repository: https://gitlab.com
  2. Add composer repository to configuration:
    composer config repositories.available.promotions vcs https://gitlab.com/magento2ext/magento-2-available-promotions
  3. Add access token to the private GitLab repository:
    composer config --auth gitlab-token.gitlab.com 
  4. Install the module using Composer:
    composer require kowal/module-availablepromotions
  5. Apply database updates:
    php bin/magento setup:upgrade
  6. Clear cache:
    php bin/magento cache:flush