ribog / module-offers
Magento 2 Offers Page
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
README
Offers Page extension for Magento 2 provides a centralized and automated way to showcase all current catalog and cart price rules on a dedicated frontend page.
Table of contents
Overview
Customers are more likely to engage with promotions when they are clearly visible and easy to access. Magento 2 does not offer a native solution to display ongoing promotional rules on a single page. Customers have to discover discounts across various pages or rely on banners that may not always be up to date.
Offers Page extension for Magento 2 provides a centralized and automated way to showcase all current catalog and cart price rules on a dedicated frontend page. Store owners can decide which promotions to display by enabling a new option, Visible on Offer Page, while ensuring only active and valid rules are shown.
Features
- Dedicated Offers Page to display promotions
- Display both Catalog and Cart Price Rules
- Only show promotions that are active and within a valid date range
- Add a "Visible on Offer Page" toggle in the rule edit form
- Backend configuration to enable or disable the module
- Fully responsive frontend layout
Installation
For contributors, the module can be installed via Composer. If you are using a custom repository, make sure to add it to your composer.json file.
composer require ribog/module-offers
bin/magento module:enable Ribog_Offers
bin/magento setup:upgrade
For merchants, the module can be downloaded and install via our Adobe Commerce Marketplace page at https://commercemarketplace.adobe.com/ribog-module-offers.html
Usage
- Log in to the Magento Admin Panel.
- Go to Stores > Configuration > Ribog Extensions > Offers
- Enable: Enables or disables the Offers Page extension functionality.
- Include Promotions: Specifies which promotions to display. This field appears only when the module is enabled.
Catalog Price Rules
- Go to Marketing > Promotions > Catalog Price Rules.
- Add a new rule or edit an existing one.
- Set the field Visible on Offer Page to Yes.
- Make sure the rule is Active and has valid From and To dates.
Cart Price Rules (Sales Rules)
- Go to Marketing > Promotions > Cart Price Rules.
- Add a new rule or edit an existing one.
- Set Visible on Offer Page to Yes.
- Confirm the rule is Active and the date range is valid.
Only rules that are active, not expired, and marked as visible will appear on the Offers Page.
Access the Offers Page
- Visit the frontend URL, typically /offers, to view the list of active promotional rules.
- This page automatically displays all catalog and sales rules that meet the following conditions:
Visible on Offer Page = Yes, Rule is active, Date range is valid
Screenshots
Backend Configuration
Frontend offers page
Frontend Page with offer popup