rapidez/customer-pricing

Support for the justbetter/magento2-customer-pricing magento extension

0.0.1 2024-09-18 13:31 UTC

This package is auto-updated.

Last update: 2024-12-16 09:57:41 UTC


README

This package adds Rapidez support for the justbetter/magento2-customer-pricing magento extension. This package will not work without this extension.

Installation

composer require rapidez/customer-pricing

Usage

This adds to the Product model:

  • A customerPricing relation that retrieves all customer prices and tiers for the given product
  • The customerPrice(int $customerId, int $quantity = 1) function which returns a customer price at the given tier, or null when none is found.
  • The customerTierPrices(int $customerId) function which returns all of the tier prices for a given customer (if any).

License

GNU General Public License v3. Please see License File for more information.