nilayvy/module-products-in-range

客户账户中按价格搜索产品的模块

安装: 2

依赖项: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

1.0.3 2023-09-13 08:03 UTC

This package is auto-updated.

Last update: 2024-09-13 10:23:25 UTC


README

Magento 2 模块,用于按价格搜索产品

安装

  • 导航到您的 Magento 2 实例的根目录
  • 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

如何使用

“产品范围”模块在网站的客户账户部分前端添加了一个新的选项卡。您可以使用这个新的部分来搜索通过价格过滤的商店中的产品。

  1. 以客户身份登录到 Magento 商店的前端。
  2. 导航到“我的账户”页面。
  3. 点击客户账户导航中的“查找价格范围内的产品”链接。
  4. 在表单字段中输入最小价格、最大价格和排序方向。
  5. 点击“搜索”,页面上的表格将填充产品。

注意事项

  • 产品网格将仅显示与搜索匹配的前10个产品。
  • 由于可下载产品和可配置产品都没有直接适用于它们的数量,因此在网格中将显示“0”的数量。