valerii-khilinich/module-lower-price-spotted 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. To use this extension, go to Stores -> Settings -> Catalog -> Lower Price Detected -> General -> Enable and set it to "Yes".
  2. 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:

  1. Create a validator class and implement ValidatorInterface as a validator module for the corresponding validator definition.
  2. Add validator to ValidatorsPool via di.xml, as in module.

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2025-05-24