plugindemo/module-priceplugin

Magento 2 Plugin Example Extension for override product price

Maintainers

Package info

github.com/mahendranmahi/Magento_Plugindemo_Priceplugin

Type:magento2-module

pkg:composer/plugindemo/module-priceplugin

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2021-12-24 07:54 UTC

This package is auto-updated.

Last update: 2026-03-24 18:37:34 UTC


README

``plugindemo/module-priceplugin``

Main Functionalities

Magento 2 Plugin Example Extension for override product price

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Plugindemo
  • Enable the module by running php bin/magento module:enable Plugindemo_Priceplugin
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:
    • private repository repo.magento.com
    • public repository packagist.org
    • public github repository as vcs
  • 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 plugindemo/module-priceplugin
  • enable the module by running php bin/magento module:enable Plugindemo_Priceplugin
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush