extensions/customer-pricing

There is no license information available for the latest version (1.0.0) of this package.

Customer Pricing Extension

1.0.0 2020-10-15 15:11 UTC

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 

Installation

Go to root folder and run command
    composer require extensions/customer-pricing
    php bin/magento setup:upgrade
    php bin/magento module:enable Extensions_CustomerPricing

Command

Full Reindex
    php bin/magento indexer:reindex customer_product_price_flat

Changelog

* 1.0.0  - Initial module