extensions / customer-pricing
此包最新版本(1.0.0)没有提供许可信息。
客户定价扩展
1.0.0
2020-10-15 15:11 UTC
Requires
- magento/framework: ^102.0.0
- magento/module-catalog: *
- magento/module-catalog-rule: *
- magento/module-customer: *
This package is auto-updated.
Last update: 2024-09-27 22:03:34 UTC
README
Magento 2 module allow you can configure specific price of product for specific customer
安装
Go to root folder and run command
composer require extensions/customer-pricing
php bin/magento setup:upgrade
php bin/magento module:enable Extensions_CustomerPricing
命令
Full Reindex
php bin/magento indexer:reindex customer_product_price_flat
更新日志
* 1.0.0 - Initial module