valerii-khilinich/module-lower-price-spotted
最新稳定版本:1.0.2
Composer 安装命令:
composer require valerii-khilinich/module-lower-price-spotted
包简介
Custom magento module that adds the ability for the customer to request a lower product price.
README 文档
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 -> Enableand 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.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2025-05-24