nilayvy/module-products-in-range
最新稳定版本:1.0.3
Composer 安装命令:
composer require nilayvy/module-products-in-range
包简介
Module for product search by price in customer account
README 文档
README
Magento 2 module for product search by price
Installation
- Navigate to the root directory of your Magento 2 instance
- composer require nilayvy/module-products-in-range
* Enable the module through the Magento 2 CLI and run the database upgrade
bin/magento setup:upgrade bin/magento setup:di:compile
* Redeploy static assets and flush cache
bin/magento setup:static-content:deploy && bin/magento cache:flush
How to Use
The Products In Range module adds a new tab to the customer account section on the front end of the site. You can use this new section to search for products in the store filtered by price.
- Log in as a customer on the Magento store front-end.
- Navigate to the "My Account" page.
- Click on the "Find Products in Range" link in the customer account navigation.
- Enter a minimum price, maximum price, and sort direction in the form fields.
- Click "Search" and the table on the page will be populated with products.
Caveats
- The product grid will only display the first 10 products matching the search.
- Downloadable products and configurable products will show a quantity of "0" in the grid, since neither of these product types have a quantity that applies directly to them.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2023-09-13