``genaker/module-pricepercustomercompany``
Fix critical magneto bug
* = in production please use the --keep-generated
option
- Unzip the zip file in
app/code/Genaker
- Enable the module by running
php bin/magento module:enable Genaker_PricePerCustomerCompany
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
- Make the module available in a composer repository for example:
- private repository
repo.magento.com
- public repository
packagist.org
- public github repository as vcs
- private repository
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/
- Install the module composer by running
composer require genaker/module-pricepercustomercompany
- enable the module by running
php bin/magento module:enable Genaker_PricePerCustomerCompany
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
- Enable Custom Pricing (price_per_customer/settings/enabled)
-
Console Command
- check_prices
-
Cronjob
- genaker_pricepercustomercompany_customergroupcalculate
-
GraphQl Endpoint
- Product
-
Helper
- Genaker\PricePerCustomerCompany\Helper\CustomPrice
-
Model
- catalog_product_price_customer_group_company
-
Observer
- sales_order_save_after > Genaker\PricePerCustomerCompany\Observer\Frontend\Sales\OrderSaveAfter
-
Plugin
- aroundGetPrice - Magento\Catalog\Model\Product > Genaker\PricePerCustomerCompany\Plugin\Magento\Catalog\Model\Product
-
Product - Enable Custom Pricing (enable_custom_pricing)
-
Sales - Customer Pricing Applied (customer_pricing_applied)