valerii-khilinich / module-lower-price-spotted
Custom magento module that adds the ability for the customer to request a lower product price.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2025-05-26 13:31:27 UTC
README
Module ValeriiKhilinich_LowerPriceSpotted implements the “Lower Price Detected” feature, allowing customers to submit price comparison requests directly from product pages. An intuitive admin interface has been developed to manage incoming requests with automatic product price updates upon approval, streamlining pricing operations and improving customer engagement.
🔧 Installation
Using Composer
composer require valerii-khilinich/module-lower-price-spotted bin/magento module:enable ValeriiKhilinich_LowerPriceSpotted bin/magento setup:upgrade bin/magento cache:flush
Enable functionality
- To use this extension, go to
Stores -> Settings -> Catalog -> Lower Price Detected -> General -> Enable
and set it to "Yes". - After that, clear the cache, and you will be able to use the modules' functionality.
Extensibility features
This module provides the ability to add custom validators for data requests, as this is a security purpose to avoid invalid requests from the client. To add your own validator, follow these steps:
- Create a validator class and implement ValidatorInterface as a validator module for the corresponding validator definition.
- Add validator to ValidatorsPool via di.xml, as in module.