rapidez / customer-pricing
支持 justbetter/magento2-customer-pricing Magento 扩展
0.0.1
2024-09-18 13:31 UTC
Requires
- php: ^8.1|^8.2
- rapidez/core: ^2.0
This package is auto-updated.
Last update: 2024-09-18 13:35:10 UTC
README
本包为 Rapidez 添加了对 justbetter/magento2-customer-pricing magento 扩展 的支持。 本包没有此扩展将无法工作。
安装
composer require rapidez/customer-pricing
使用方法
这将为产品模型添加
customerPricing
关系,用于检索给定产品的所有客户价格和层级customerPrice(int $customerId, int $quantity = 1)
函数,用于在给定层级返回客户价格,如果未找到则返回 null。customerTierPrices(int $customerId)
函数,用于返回给定客户的全部层级价格(如果有)。
许可证
GNU 通用公共许可证 v3。请参阅许可证文件以获取更多信息。